From web-dev
Scaffolds a full-stack web application with frontend, backend, database, Docker, and seed data setup.
How this command is triggered — by the user, by Claude, or both
Slash command
/web-dev:scaffold-appThe summary Claude sees in its command listing — used to decide when to auto-load this command
Scaffold a full-stack web application with frontend, backend, and database setup. ## Steps 1. Determine the technology stack: 2. Initialize the project structure: 3. Set up the backend: 4. Set up the frontend: 5. Set up development tooling: 6. Add Docker configuration for local development. 7. Create a seed script for sample data. ## Format ## Rules - Include a .env.example with all required environment variables. - Never commit actual secrets or credentials. - Provide a single command to start the full development environment.
Scaffold a full-stack web application with frontend, backend, and database setup.
App: <name>
Stack: <frontend> + <backend> + <database>
Structure: <directory layout>
Run: <commands to start development>
2plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub costrict-plugins-repo/github-trending-plan --plugin web-dev/scaffold-appScaffolds a full-stack web application with frontend, backend, database, Docker, and seed data setup.
/project-scaffoldGenerates production-ready fullstack project with React+Vite+Tailwind frontend, Express/FastAPI backend, PostgreSQL+Prisma DB, JWT/OAuth auth, Jest/Pytest tests, GitHub Actions CI/CD, and Docker. Takes app name; supports --stack and --features flags.
/newCreates production-ready full-stack project scaffold with FastAPI backend, React/Vite frontend, Terraform/Ansible/K8s infrastructure, Docker, and GitHub Actions CI/CD. Supports --stack, --db, --auth, --cloud, --ci options.
/scaffoldScaffolds new projects (api, web, cli, lib, fullstack) with production-ready structure including src, tests, Docker, CI/CD, config files, and docs for TypeScript, Python, Go, or Rust.
/newScaffolds a full, validated Better-T-Stack project by planning the stack with an MCP server, confirming it, then generating the project files.
/full-stack-featureOrchestrates interactive, phased full-stack feature development across backend, frontend, database, and infrastructure layers, producing files in .full-stack-feature/ with user checkpoints.