v2.0.2
Better Fullstack 2.0.2 — .NET arrives, agents get measured, installs get lighter
The biggest release since 2.0. A whole new ecosystem, new deployment targets, a published AI-agent benchmark, and a dramatically leaner install — plus a round of scaffold fixes that the benchmark itself hunted down.
🟪 .NET is here
.NET joins TypeScript, Python, Go, Rust, Java, Elixir, and React Native as a first-class ecosystem. Scaffold ASP.NET Core backends with testing, validation (FluentValidation), and observability options — standalone, or wired into a multi-ecosystem project next to a TypeScript frontend and a shared database.
🚀 New deployment targets
Render and Netlify join the deployment lineup. Pick them in the builder or CLI and your generated project ships with the right config from the first commit.
🤖 We benchmarked AI agents building with us — and published everything
36 scaffold runs: frontier models building the same four project specs through prompt-only generation, our CLI, and our MCP server. Agents on the MCP path finished up to 7× faster with 4× fewer output tokens — and every project had to survive a real install and build. The full interactive results now live on the homepage, and the redesigned /mcp page gives you one-paste setup for Claude Code, Codex, Gemini CLI, Cursor, VS Code, Claude Desktop, Windsurf, and Zed.
Best part: the benchmark caught four real scaffold bugs (Storybook on Next.js projects, multi-ecosystem database packages missing their ORM deps and auth schema, a missing expo-network for Better Auth on native). All fixed in this release.
🧠 Stack graph, phases 0–4
The stack graph — the model that lets one project span multiple ecosystems — completed phases 0 through 4: an enterprise tier, shared backend-utils, and automated dependency management across every ecosystem.
⚡ 42% lighter install
Install size dropped from 122 MB → 71 MB, and the web entry chunk shrank 32%. Scaffolds download faster, CI caches less, cold starts feel it.
🧭 Starter tracks
New curated, goal-based stack presets — pick what you're building and get a proven combination instead of assembling from 677 options by hand.
🛠 Fixes
- Storybook scaffolds on Next.js: correct framework detection for multi-frontend stacks, story types imported from the renderer package, builds type-check clean
- Multi-ecosystem database packages now get their ORM dependencies and auth schema in the right place
expo-networkadded for Better Auth on the unistyles native template- Starter track CI contracts, docs search hardening, builder mode toggle cleanup