This project was built by @jannisarndt
BTTR Blocks is a collection of reusable code blocks and a framework for building scalable projects without rewriting boilerplate. It helps you launch SaaS projects and startups faster by providing ready-to-use, fully editable, and shareable components.
Visit our website: https://blocks.bttr.sh
- Open Code: Full control over every block.
- Composable: Consistent interfaces for predictable behavior.
- Shareable: Move code between projects or teams effortlessly.
- Functional Defaults: Minimal, clean code that works out-of-the-box.
We built BTTR Blocks because we kept rewriting components and utility code for every new project. This library speeds up development and reduces errors. Every project needs forms, data handling, authentication, and utility functions — BTTR Blocks provides them ready-to-use.
We welcome contributions from the community!
- Fork the repository.
- Create a new branch:
git checkout -b feature/my-feature. - Make your changes and commit them:
git commit -m 'Add feature'. - Push to your branch:
git push origin feature/my-feature. - Open a pull request describing your changes.
Please follow the code style and include tests when adding new functionality.
This project is licensed under the MIT License. All code is fully usable for real-world projects.