You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add site URL config to enable sitemap generation and canonical URLs
- Add robots.txt with sitemap reference
- Add Organization and WebSite JSON-LD structured data
- Add Open Graph and Twitter Card meta tags
- Improve homepage title and description for search engines
- Improve meta descriptions across all documentation pages
- Clean up emoji-only page titles for better SERP display
Co-Authored-By: Oz <oz-agent@warp.dev>
Copy file name to clipboardExpand all lines: www/src/content/docs/form/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Simple form
3
-
description: The simple way to validate forms in your fullstack app.
2
+
title: Simple Form
3
+
description: Simple Form is the easiest way to validate forms in your Astro fullstack app using Zod schemas, with built-in server parsing and client-side validation.
Copy file name to clipboardExpand all lines: www/src/content/docs/index.mdx
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,13 @@
1
1
---
2
-
title: Simple stack 🌱
3
-
description: A suite of tools built for Astro to simplify your workflow.
2
+
title: Simple Stack 🌱
3
+
description: Simple Stack is a collection of lightweight tools for Astro and React that simplify state management, scoped IDs, and DOM querying with minimal overhead.
4
4
tableOfContents: false
5
5
head:
6
6
- tag: title
7
-
content: Simple stack 🌱
7
+
content: Simple Stack – Lightweight Tools for Astro & React
8
8
---
9
9
10
-
A collection of tools I've built to **make web development simpler.**
11
-
12
-
To be honest, there isn't a "story" connecting these packages together (I'm no TanStack). But they follow a common theme: solve a simple use case without too many features.
10
+
Simple Stack is a collection of lightweight, open-source tools built for Astro and React to **make web development simpler.** Each package solves a focused use case with minimal API surface and zero unnecessary complexity.
Copy file name to clipboardExpand all lines: www/src/content/docs/stream.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Simple stream 🌊
3
-
description: Suspend Astro components with fallback content. Like React Server Components, but Just HTML ™️
2
+
title: Simple Stream
3
+
description: Suspend Astro components with fallback content using Simple Stream. Like React Server Components, but Just HTML. Deprecated in favor of Astro Server Islands.
0 commit comments