JSPM

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

Create full-stack TypeScript SaaS apps with TanStack Start, Bun, Drizzle, Better-Auth, and Stripe in seconds

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-start-kit-dev) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    create-start-kit-dev

    CLI for scaffolding and configuring Start Kit projects.

    Usage

    Create a new project

    bunx create-start-kit-dev create my-app

    This downloads the template, installs dependencies, and runs the interactive setup wizard.

    Initialize an existing project

    bunx create-start-kit-dev init

    Run a specific setup phase

    bunx create-start-kit-dev init --step database

    Setup Phases

    The wizard guides you through these phases (resumable if interrupted):

    Phase What it does
    Branding App name, description, logo, colors
    Features Toggle AI, payments, storage, i18n
    Database PostgreSQL connection and schema setup
    Environment Generate .env with required variables
    Infrastructure Docker and deployment config

    Development

    bun install
    bun run build    # Build with tsdown
    bun run dev      # Watch mode

    License

    MIT