What’s planned next for this starter template. Items here are subject to change as priorities evolve.
/about page — it’s already in the main nav, so right now “About” is a broken linkpage-components/ tree and predates blocks/, MessageCard, form-utils, the guide pattern, and the new MDX pages.gitignore .claude/ — local Claude session/plan dir keeps showing up untrackedsrc/pages/api/contact.ts — the contact and quote forms are demo-only; a small example showing server-side Zod validation plus a webhook/email shim would let downstream projects wire forms in minutes@astrojs/rss — blog has TOC, FAQs, structured data, but no feed. One file at src/pages/rss.xml.ts/blogs — currently dumps every post; switch to Astro’s paginate() helper before the post count growsModal / Toast / Breadcrumbs UI primitives — only GalleryModal exists (gallery-specific), and form status messages render inline only<Search /> to Pagefind — the search input is decorative right now<ClientRouter />; big perceived-quality winHave a request? Reach out via the contact page — we love hearing what would help.