Skip to content

Repository files navigation

create-turbo-stack

Scaffold a production-ready full-stack app in ~30 seconds.

Features

  • Frontend: React, Vue, or Svelte (Vite)
  • Backend: Express or Fastify
  • Database: Prisma + SQLite (swap to Postgres)
  • JWT auth (signup/login)
  • Docker + docker-compose
  • GitHub Actions CI
  • Interactive prompts (or flags)

Usage

# from this package
node bin/create-turbo-stack.js my-app

# or after npm link
npm link
create-turbo-stack my-app

Flags (non-interactive)

node bin/create-turbo-stack.js my-app \
  --frontend react \
  --backend express \
  --db sqlite \
  --yes

Then:

cd my-app
cp .env.example .env
npm install
npm run db:push
npm run dev

License

MIT

Aspen Grove

Standalone product package (MIT). Meta mesh: aspen-grove.
Third-party: THIRD_PARTY.md. Run make smoke.

About

No description, website, or topics provided.

Resources

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages