Roadmap

What Better Fullstack is focusing on now, next, and later.

Open documentation actions

This roadmap is a curated view of the active Better Fullstack backlog. It is not a promise of exact dates; order can change based on compatibility risk, maintenance cost, and community demand.

Now

FocusWhy it matters
Documentation trust layerThe public docs now need roadmap, compatibility, CLI, and MCP references so users can choose stacks confidently.
REST / OpenAPI API optionREST remains the most common API style, and OpenAPI output makes generated projects easier to document and integrate.
Dockerfile generation per appDocker is the baseline for self-hosted deploys, platform previews, and reproducible production builds.

Next

FocusWhy it matters
Docker Compose and DevContainersLocal databases, caches, search services, and editor environments should be reproducible after scaffold.
Creem.io paymentsCreem has a Better Auth plugin, making it a strong fit for SaaS scaffolds using the default auth path.
Cloudinary storageManaged media uploads, transformations, and CDN delivery are a frequent production need.
SWR data fetchingSWR gives React users a smaller stale-while-revalidate option alongside TanStack Query.
Java runtime validation and follow-upsJava is first-class now; Maven/Gradle runtime smoke coverage and deeper Spring/Quarkus/Micronaut options are the next confidence layer.

Later

FocusWhy it matters
Cross-ecosystem stacks researchRust, Go, Python, or Java backends with TypeScript frontends would be powerful, but this needs architecture work first.
Non-monorepo / single-app modeSimpler generated layouts are valuable for small projects, but require careful template path design.
React Native and mobile expansionNavigation, UI, push notifications, and OTA updates would make native scaffolds more complete.
Elixir ecosystemPhoenix, LiveView, and BEAM strengths would be a unique differentiator.
.NET ecosystemASP.NET Core, EF Core, Dapper, and SignalR would broaden enterprise coverage.

How We Prioritize

  • Prefer features that improve generated-project trust for many users.
  • Prefer vertical slices that include schema, CLI, builder, templates, docs, and validation together.
  • Avoid large architecture changes until the current multi-ecosystem foundation is easy to understand and verify.