New features, improvements, and fixes in every AstroDeck release.
v3.5.0
LatestMinor
React 19, LLM-Readable Docs, CI & Blog Extras
Upgraded to React 19.2 — shadcn/ui components migrated to the React 19 type APIs (ComponentRef, SubmitEvent)
New /llms.txt and /llms-full.txt (generated from AGENTS.md + README at build time) so AI agents can read the docs directly
GitHub Actions CI workflow runs the full validate pipeline and the build on every push and pull request
New npm run check (astro check) and npm run validate — one command for convention checks, lint, format, and Astro type checking
KPI script now detects registry drift: every section, UI component, and layout must be catalogued in src/registry.json
Blog: reading time on posts and the post list, related posts by shared tags, optimized cover images via the image() schema helper, full article content in the RSS feed
Shared Head component for all layouts; noindex prop available on every layout
Web manifest, PNG favicon fallback, and apple-touch-icon; security headers via vercel.json
Fixed nested links on tag pages and a missing main landmark on the auth layout; sitemap no longer stamps every page with the build date
v3.4.1
Patch
Astro 7.3.1, Blog SEO & Registry Completion
Updated Astro from 7.2.0 to 7.3.1, @astrojs/react to 6.0.5, @astrojs/sitemap to 3.7.4, and all Radix UI packages to their latest patches — npm audit reports 0 vulnerabilities
Blog posts now emit article Open Graph metadata (og:type, published time, author) and BlogPosting JSON-LD structured data
Component registry (src/registry.json) is complete again: HeroGradient, HeroSplit, Accordion, Dialog, DropdownMenu, Select, Tabs, and Tooltip added, Hero prompt prop documented
Accessibility: icon button and select demo on the Components page now have accessible names — Lighthouse Accessibility 100 on every page
Docs updated to the current stack (Astro 7, Vite 8) in AGENTS.md, README, CONTRIBUTING, and the AI agent definitions
Build output (dist/) is no longer tracked in git
v3.4.0
Minor
Astro 7.2 & Tailwind CSS 4.3.3 Update
Updated Astro from 6.4.4 to 7.2.0 (new Rust-based compiler, Vite 8)
Updated Tailwind CSS from 4.3.0 to 4.3.3
Updated @astrojs/react from 5.x to 6.0.2, @astrojs/rss to 4.0.19, @astrojs/sitemap to 3.7.3
Demo video embedded on the homepage and at the top of the README
v3.3.0
Minor
AI-First Homepage
Homepage repositioned around AI-assisted websites: new headline and audience-focused copy (company sites, blogs, portfolios)
Copyable starter prompt in the hero — hand your coding agent a working kickoff prompt instead of downloading manually
New FAQ section on the homepage, including FAQPage structured data
Feature cards now explain the real differentiators: guardrails, one design system, dual With-AI/Manual docs, one-command quality checks
AI section reframed from standards talk to problem/solution, with an honest note on tool integration depth
Stats section now shows Lighthouse-100 proof instead of repeating the AI tool list
v3.2.0
Minor
AI Layer v2 & Production-Readiness Pass
Geist brand fonts now active site-wide (were loaded but never applied)
New convention guard hook for Claude Code — blocks deprecated Astro patterns and design-system drift automatically
New npm run check:kpis — one command for all static convention checks (colors, inline styles, deprecated imports, alt texts, meta descriptions)
Slash commands accept arguments (/new-page, /new-section, /theme, /plenum); review agents are now strictly read-only
Accessibility & validity: 0 W3C errors, Lighthouse Accessibility and Best Practices at 100, WCAG 2.5.8 tap-target sizes on all nav and footer links
Browser theming (theme-color light/dark, color-scheme) and WebSite JSON-LD structured data
Vercel Analytics only renders on Vercel deployments — no more 404 console error on local preview or other hosts
sitemap.xml now emitted alongside sitemap-index.xml; ESLint and Prettier pass cleanly across the entire codebase
v3.1.5
Patch
Astro 6.4.4 & Tailwind CSS 4.3.0 Update
Updated Astro from 6.1.10 to 6.4.4
Updated Tailwind CSS from 4.2.4 to 4.3.0
v3.1.4
Patch
Astro 6.1.10 & Tailwind CSS 4.2.4 Update
Updated Astro from 6.1.7 to 6.1.10
Updated Tailwind CSS from 4.2.2 to 4.2.4
Added DESIGN.md handling note to AGENTS.md (instructs agents how to apply a Google Stitch DESIGN.md when dropped in)