JSPM

create-do

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q26548F
  • License MIT

Create a new .do app with Cloudflare Workers + Durable Objects

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 dev

    Done. 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 js

    Deploy Anywhere

    npm run deploy

    Your 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.


    Documentation · Examples · Community