create-shipfast
v0.3.4
Published
Scaffold production-ready client web applications
Maintainers
Readme
npx create-shipfastWhat it generates
Answer a few prompts and get a fully wired project:
- Frontend: Next.js (App Router, latest)
- Backend: NestJS with Fastify
- Database: PostgreSQL (Prisma) or MongoDB
- Auth: Ory Kratos or custom JWT scaffold
- CI/CD: GitHub Actions (test + deploy to AWS ECS)
- Infra: Docker Compose for local dev, ECS task definitions for production
Want to see your favourite stack here?
create-shipfast is open source and built to grow. If there's a framework, database, or auth provider missing — add it. Open a PR and help developers everywhere scaffold faster.
Usage
npx create-shipfastOr install globally:
npm install -g create-shipfast
create-shipfastPrompts
| Prompt | Options | |--------|---------| | Project name | lowercase, hyphens | | Frontend | Next.js (latest), React SPA, Remix, None | | Backend | NestJS, Express, Fastify, None | | Database | PostgreSQL, MongoDB, None | | Authentication | Ory Kratos, JWT, None | | AWS region | default: eu-west-2 |
Output structure
my-app/
├── frontend/ # Next.js app
├── backend/ # NestJS API
├── .github/workflows/ # CI + deploy pipelines
├── infra/ # Kratos config, ECS task definitions
├── docker-compose.yml
└── .env.exampleCompatibility
macOS and Linux only. Windows is not supported.
License
MIT
