philosophy

Roadmap

How astro-ignite evolves toward the 0.2.0 launch and beyond.

Last updated

The full roadmap lives in ROADMAP.md at the repo root. The short version:

Launch (0.2.0)

The first public release. Two production-grade templates — starter and docs — that are well designed, AI-ready, documented end-to-end, and shipped through a stable release pipeline.

  • Two templates, both Claude-designed, with i18n, SEO, JSON-LD, legal, fonts, theme, and Lighthouse 100s.
  • AI-ready: scaffolded .claude/skills/ so agents follow the locked practices when they edit your site.
  • Documented: customization guides plus a live reference for every base component.
  • shadcn-consumable: the registry conforms to the shadcn schema, so any atom installs into any project via npx shadcn@latest add @astro-ignite/<name>.
  • AI-native docs: per-page Markdown (<path>.md), a /llms-full.txt corpus, and a “use this page with AI” menu — the static slice of the agent-first docs story.

The version ladder

  • 0.3.0 — more templates (a blog split); a native astro-ignite add <component> command + a registry MCP server; a registry blocks tier (PricingCard first); the agentic docs layer (an MCP server generated from the docs, in-page Ask-AI search).
  • 0.4.0 — deploy-target selection at scaffold time (Cloudflare Pages / Netlify / Vercel / Node) and deeper customization prompts.
  • Later — View Transitions, more blocks, an examples gallery.