create-do
v0.1.0
Published
Create a new .do app with Cloudflare Workers + Durable Objects
Maintainers
Readme
create-do
From idea to production in 2 minutes.
The Fastest Way to Build
npm create do my-app
cd my-app
npm run devDone. You have a production-ready app with:
- Database — SQLite per instance, zero config
- Auth — Humans + AI agents via org.ai
- API — Type-safe, auto-documented
- Website — Global edge deployment
- Admin — Built-in dashboard
- SDK — Auto-generated client
- CLI — Command-line interface
- MCP — AI agents can use your app
Templates
| Template | Best For |
|----------|----------|
| mdx | Landing pages, docs, blogs, content-first apps |
| ts | APIs, backend services, complex logic |
| js | Quick prototypes, minimal setup |
npm create do my-app # mdx (default)
npm create do my-app --template ts
npm create do my-app --template jsDeploy Anywhere
npm run deployYour app is now live on Cloudflare's global network. 300+ locations. Sub-millisecond latency.
What's Different
Other starters give you boilerplate. This gives you a platform.
- Every instance gets its own database
- WebSocket connections just work
- State persists forever
- Scale is infinite
- Ops is zero
Go Build
The infrastructure is solved. Now ship your idea.
