diff --git a/ROADMAP.md b/ROADMAP.md index 42b789e25..1b0244856 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -2,10 +2,10 @@ | Sprint | Dates | Focus Areas | Key Deliverables | |--------|----------------|-----------------------------|-----------------| -| 1 | Oct 7 – Oct 20 | 🛤 Roadmap + Toolbar (first cut) | - Publish roadmap (internal + OSS)
- Scaffold `@faustjs/toolbar` package
- Toolbar alpha (Preview + Edit buttons, responsive & accessible)
- Demo app with Toolbar | -| 2 | Oct 21 – Nov 3 | 📐 Core Packages (iteration 1) | - Scaffold `@faustjs/template-hierarchy` and `@faustjs/client`
- GraphQL client wrapper MVP
- Template Hierarchy MVP (basic post/page rendering) | -| 3 | Nov 4 – Nov 17 | 📦 Core Packages (iteration 2) | - Publish Template Hierarchy alpha
- Publish GraphQL Client alpha
- Toolbar beta (theming tokens, accessibility improvements)
- Scaffold `@faustjs/auth`
- Draft: *Getting Started with Faust v2* doc | -| 4 | Nov 18 – Dec 1 | 🔗 Framework Adapter + Utils | - Next.js App Router adapter beta (or Pages router)
- Publish `@faustjs/utils` package
- Toolbar adds draft/publish toggle
- Migration Guide v1 | +| 1 | Oct 7 – Oct 20 | 🛤 Roadmap + Toolbar (first cut) | - Publish roadmap (internal + OSS)
- Scaffold `@wpengine/hwp-toolbar` package
- Toolbar alpha (Preview + Edit buttons, responsive & accessible)
- Demo app with Toolbar | +| 2 | Oct 21 – Nov 3 | 📐 Core Packages (iteration 1) | - Scaffold `@wpengine/hwp-template-hierarchy` and `@wpengine/hwp-graphql-client`
- GraphQL client wrapper MVP
- Template Hierarchy MVP (basic post/page rendering) | +| 3 | Nov 4 – Nov 17 | 📦 Core Packages (iteration 2) | - Publish Template Hierarchy alpha
- Publish GraphQL Client alpha
- Toolbar beta (theming tokens, accessibility improvements)
- Scaffold `@wpengine/hwp-auth`
- Draft: *Getting Started with Faust v2* doc | +| 4 | Nov 18 – Dec 1 | 🔗 Framework Adapter + Utils | - Next.js App Router adapter beta (or Pages router)
- Publish `@wpengine/hwp-utils` package
- Toolbar adds draft/publish toggle
- Migration Guide v1 | | 5 | Dec 2 – Dec 15 | 🚀 DX + Starter Tooling | - Finalize Toolbar stable (white-label theming)
- Starter CLI: `npx create-faust-app` (Next.js baseline) (or just a template)
- Docs: Migration guide expanded with examples | | 6 | Dec 16 – Dec 23 | 🎉 Release Prep & OSS Launch | - Internal & OSS testing of migration flow
- Publish Next.js adapter stable
- Release Faust Core v4.0 (Next.js baseline)
- Community demo + OSS announcement
- Plan Q1 2026 (Astro + SvelteKit adapters) |