$ Build faster.
$ Ship better.
Developer tools that just work. No configuration hell. No dependency nightmares. Just pure productivity.
→ npx create-app my-project
Creating a new project in ./my-project
Installing dependencies...
✓ Dependencies installed
✓ TypeScript configured
✓ ESLint + Prettier ready
✓ Git initialized
→ cd my-project && npm run dev
Ready at http://localhost:3000
▋
# Features
Everything you need, nothing you don't
Version Control
Built-in Git workflows with automatic branching and PR automation
Edge Deployment
Deploy to 200+ edge locations with zero configuration
Database Ready
Connect to any database with auto-generated types
CLI First
Powerful CLI that respects your terminal workflow
TypeScript Native
First-class TypeScript support out of the box
Cloud Functions
Serverless functions that scale automatically
# Simple API
Write less code. Ship more features. Our intuitive API lets you focus on building, not configuring.
- ✓Automatic code splitting
- ✓Hot module replacement
- ✓Built-in error boundaries
- ✓Real-time type checking
import { api } from '@app/core'
export default api.route({
GET: () => ({
message: 'Hello, World!'
})
})Ready to ship?
Join thousands of developers building with our tools. Start for free, upgrade when you need.
$ npx create-app@latest