Checklist
Astro 6 feature coverage
The technical checklist for a state-of-the-art Astro 6 template.
Astro 6.2 server output with per-route prerendering
This capability is implemented in repository code and referenced in the documentation.
Tailwind CSS 4 through the official Vite plugin path
This capability is implemented in repository code and referenced in the documentation.
Content Collections with MDX, typed frontmatter, tags, RSS, and sitemap
This capability is implemented in repository code and referenced in the documentation.
Live Content Collections demo for request-time data
This capability is implemented in repository code and referenced in the documentation.
Server islands, Actions, Sessions, Middleware, and API endpoints
This capability is implemented in repository code and referenced in the documentation.
Fonts API, CSP API, image defaults, prefetch, and CSP-safe navigation
This capability is implemented in repository code and referenced in the documentation.
Docker standalone Node deployment and GitHub CI automation
This capability is implemented in repository code and referenced in the documentation.
| Capability | Implementation |
|---|---|
| Static pages | Prerendered routes for marketing, docs, blog, legal, and tag pages. |
| Dynamic pages | SSR routes for sessions, request-aware UI, live content, and JSON endpoints. |
| SEO | Canonical URLs, Open Graph, Twitter cards, JSON-LD, RSS, robots, and sitemap integration. |
| Security | Astro CSP API, origin checks, headers, body limits, and Docker runtime defaults. |
| Updates | Dependabot groups, CI, upgrade script, and docs that separate template and content concerns. |