Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-do) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.