Web Frontend
No web-based frontend
Astro Integration
Full React component support (required for tRPC)
Vue 3 component support
Svelte component support
SolidJS component support
Astro components only (no client-side JS framework)
Css Framework
CSS preprocessor with variables and nesting
Backwards-compatible CSS extension
Minimal CSS with PostCSS plugins
CSS-in-JS with tagged template literals for React
Plain CSS only
Ui Library
Svelte components styled with Tailwind CSS
Build custom components
App Platforms
Package compatible Vite frontends as cross-platform desktop apps
Ship compatible Vite frontends to iOS and Android
Backend
Reactive backend-as-a-service
Use TanStack Start's built-in API routes
Use SolidStart's built-in server routes
Skip backend integration (frontend only)
Runtime
Api
Schema-first GraphQL server for Node.js runtimes
REST endpoints with OpenAPI 3.1 and Scalar docs
No API layer (API routes disabled)
Validation
Use Zod internally only (no additional library)
Effect Services
Database
Orm
Skip ORM integration
Db Setup
Serverless SQLite-compatible database for Cloudflare Workers
Serverless Postgres with autoscaling and branching
Managed Postgres via Prisma Data Platform
Managed MongoDB clusters in the cloud
Local Postgres stack via Supabase (Docker required)
Postgres & Vitess (MySQL) on NVMe
Run Postgres/MySQL/MongoDB/Redis locally via Docker Compose
No cloud DB integration
Caching
Search
Skip search engine setup
Vector Db
Skip vector database setup
Auth
Better Auth with the Organizations plugin for teams and multi-tenant apps
More than authentication, Complete User Management
Open source authentication for Next.js
Open-source Auth0/Clerk alternative with user management
Open-source Auth with Supabase platform integration
Flexible identity platform for authentication and authorization
Enterprise auth with SSO, SCIM, organizations, and audit logs
Authentication, organizations, roles, and permissions for SaaS apps
Strategy-based authentication middleware for Express applications
Skip authentication
Bot Protection
Invisible bot detection for Vercel-hosted Next.js applications
Privacy-friendly challenge with mandatory server verification
Skip bot protection setup
Workspace Shape
apps/* + packages/* workspaces
Flat root app (no workspaces); thin self apps only
JavaScript Toolchain
Workspace Runner
Package Manager
Local Containers
Web Deploy
Deploy with Render's Blueprint and Docker builds
Deploy static and SSR frontends to Netlify
Skip deployment setup
Server Deploy
Deploy to Cloudflare Workers using Alchemy
Deploy Hono APIs with Netlify Functions
Skip deployment setup
Examples
Version Channel
Use Better Fullstack's curated pinned versions
Resolve current npm latest tags during scaffolding
Prefer beta, next, RC, canary, or alpha releases when available
Git
Initialize Git repository
Skip Git initialization
Install
Install packages automatically
Skip dependency installation