Scaffold Project scaffolding templates and boilerplate generation for common project types with best-practice defaults. Project Type Decision Tree Stack Selection Matrix | Project Type | Language | Framework | Database | ORM/Query | Deploy Target | |-------------|----------|-----------|----------|-----------|---------------| | REST API | Python | FastAPI | PostgreSQL | SQLAlchemy + Alembic | Docker / AWS ECS | | REST API | Node.js | Fastify | PostgreSQL | Prisma or Drizzle | Docker / Vercel | | REST API | Go | Gin | PostgreSQL | sqlx (raw) or GORM | Docker / Fly.io | | REST API | Rust | Axum…