scaffold_backend
Generate a production-ready backend scaffold with Express or Next.js, including configurable auth, database, API docs, caching, and more.
Instructions
Generate a complete production-ready backend project scaffold. Supports Express and Next.js with configurable features: auth (JWT/OAuth/Session), database (Prisma/Drizzle), API docs (Swagger), monitoring (Sentry), caching (Redis), and more. Includes TypeScript, testing, and CI/CD setup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectName | Yes | Project name (e.g., "my-api", "ecommerce-backend") | |
| framework | Yes | Backend framework | |
| features | Yes | Features to include in the scaffold | |
| database | No | Database ORM (required if "database" feature is selected) | |
| auth | No | Authentication strategy (required if "auth" feature is selected) |