Run the real project
Start the generated development server in an isolated browser runtime—not a simulated preview.
✦ Run before you clone
Pick a real TypeScript stack, inspect its generated files, edit the code, start the dev server and download the project. Nothing leaves your browser.
export default function Page() {
return (
<main>
<h1>
Ship the product.
</h1>
</main>
)
}Ship the product.
Start the generated development server in an isolated browser runtime—not a simulated preview.
Open project files, edit the application and rerun it without leaving the builder.
Download a normal ZIP whenever you are ready. Better Fullstack is not your storage provider.
Five places to start
These TypeScript presets are selected for the browser runtime. Every other ecosystem remains available through the builder and CLI.
Next.js, Tailwind and shadcn/ui without the backend weight.
Run this stack1A fullstack TanStack app with tRPC, Drizzle and SQLite.
Run this stack2SvelteKit, oRPC, Drizzle, SQLite and Better Auth.
Run this stack3Nuxt, oRPC, Prisma, PostgreSQL and Better Auth.
Run this stack4Astro with React, server routes, Drizzle and SQLite.
Run this stack5