What's next
Roadmap honest and public.
Planned items are indicative — order and timing change based on founder feedback. See the changelog for what already shipped. Past milestones are in the changelog.
Available in the wizard today
Generate a project at /start with any of these today.
Framework & tooling
Shipped in the generator today.
Next.js App Router
Available nowTurborepo monorepo
Available nowpnpm, npm, yarn, bun
Available now
Integrations
Pick these in the wizard when generating a project.
Better Auth
Available nowGoogle, GitHub, Apple, Discord, email/password, magic link.
Database & ORM
Available nowSQLite, Supabase Postgres, MongoDB · Prisma, Drizzle, Mongoose.
Payments
Available nowPaddle, Polar, Lemon Squeezy, Dodo Payments.
Email
Available nowResend, SendGrid, AWS SES, Plunk.
AI agents
Available nowVercel AI SDK or Mastra; OpenAI, Anthropic, Gemini, Groq, Ollama.
Add-ons
Optional layers in wizard step 9 — toggle what your starter includes beyond core integrations.
Docs site (Fumadocs)
Available nowStandalone documentation app in the monorepo.
Blog (Fumadocs)
Available nowContent publishing app for changelogs, updates, and SEO.
Docker
Available nowProduction Dockerfile, compose, and .dockerignore.
Analytics & cookie consent
Available nowGoogle Analytics with consent-gated script loading.
PayPal (payments add-on)
Available nowOptional PayPal checkout alongside your primary provider.
CI/CD & devtools
Available nowGitHub Actions and repo tooling included in every project.
Delivery & docs
What you get after clicking generate.
GitHub repo push (one commit per feature)
Available nowZIP download
Available nowStack-tailored AGENTS.md / CLAUDE.md
Available nowSETUP.md and README matched to selections
Available now
Planned
On the horizon — not yet in the wizard.
Framework
Additional starter frameworks beyond Next.js App Router.
Nuxt
PlannedFull-stack Nuxt starter with the same auth, data, and payments integration layer.
TanStack Start
PlannedTanStack Start option for teams standardizing on that stack.
Payments
More billing providers and checkout patterns in the wizard.
Stripe
PlannedStripe Checkout and Customer Portal wiring.
PayPal
PlannedPayPal as a primary or add-on payment method.
Creem.io
PlannedCreem merchant-of-record integration for global tax handling.
Email providers
Transactional email beyond current Resend, SendGrid, SES, and Plunk.
Mailgun
PlannedMailgun API and domain/DKIM setup in generated projects.
Postmark
PlannedPostmark for deliverability-focused transactional mail.
Loops
PlannedLoops for product email and lifecycle messaging.
Mailjet
PlannedMailjet as an EU-friendly alternative provider.
Amazon SES (enhanced)
PlannedRicher SES templates and configuration presets.
AI
Deeper agent tooling and production AI patterns.
Multi-agent workflows
PlannedOrchestrated agents with handoffs, shared memory, and role boundaries.
MCP server scaffolding
PlannedModel Context Protocol servers wired to your app data and auth.
Eval & observability hooks
PlannedTracing, prompt versioning, and eval harness stubs for Langfuse-style tooling.
Voice & realtime
PlannedOptional realtime/voice agent endpoints where frameworks support it.
Add-ons (planned)
Future optional wizard toggles — feature flags, A/B testing, analytics, and background jobs.
Feature flags — Supaship
PlannedSupaship (supaship.com) feature flags and remote config — same SDK SupaBoot uses for launch toggles.
Feature flags — LaunchDarkly
PlannedSDK wiring and env templates for LaunchDarkly.
Feature flags — Flagsmith
PlannedOpen-source-friendly Flagsmith integration.
Feature flags — PostHog
PlannedPostHog feature flags alongside analytics.
A/B testing — PostHog Experiments
PlannedExperiment hooks and example variants in the starter.
A/B testing — VWO / Optimizely stubs
PlannedIntegration scaffolds for enterprise experimentation tools.
Analytics — Plausible & Umami
PlannedPrivacy-friendly analytics add-ons.
Cron & background jobs
PlannedInngest, Trigger.dev, or QStash job runner options.