Full-Stack Project Scaffolder
Set up a production-ready project with CI/CD, docs, and deployment — ready for your team to ship.
Set up a production-ready project repository for [PROJECT_NAME]. You're a senior full-stack developer and I need this done right from day one.
Repository: Create a private GitHub repo with a clear README covering project description, tech stack, setup instructions, and architecture overview. Configure branch protection on `main` requiring PR reviews. Set up `.gitignore`, `.editorconfig`, and linting config.
Project structure: Clean architecture with separated concerns — API, UI, shared types, utilities. Include `.env.example` with all required variables documented. TypeScript in strict mode with path aliases.
Dev tooling: ESLint + Prettier with consistent rules. Pre-commit hooks for linting and type checking. Useful scripts in `package.json` for common tasks.
CI/CD: GitHub Actions workflows for lint, type-check, test, and deploy. Automatic deployment to Netlify on merge to `main`. Preview deployments for pull requests.
Docs: `README.md` with getting started and architecture. `CONTRIBUTING.md` with code style and PR process. `/docs/architecture.md` with design decisions and data flow.
Make sure the project builds and deploys with a minimal working page before handing it off.
Get More from ClawPrompts
Sign up to vote on prompts, save favorites, customize with AI, and submit your own prompts for OpenClaw.
