A curated collection of production-ready boilerplates for various tech stacks and use cases. Each boilerplate is designed to help you kickstart your projects with modern best practices, proper tooling, and clean architecture.
Use gitpick to quickly install any boilerplate into your project:
npx gitpick https://github.com/paulchaum/boilerplates/tree/main/<directory> <output_dir>Replace <directory> with the boilerplate name and <output_dir> with your desired project directory.
| Name | Description | Open |
|---|---|---|
| TanStack Full-Stack | Modern React app with TanStack Start, authentication, PostgreSQL, and Shadcn/ui | Open |
| Python | Basic Python project with SQLAlchemy, Alembic, uv, pre-commit, ruff, ty | Open |
Contributions are welcome! If you have ideas for new boilerplates or improvements to existing ones:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
This project is open source and available under the MIT License.
If you find these boilerplates helpful, please consider giving the repository a star! It helps others discover these resources.
Happy coding! π