Contributing
Contributions to the Collabase community edition are welcome. By contributing you agree that your code will be licensed under BSL 1.1.Repository
View the source code
License
BSL 1.1 terms and limits
Code of conduct
Our community guidelines
Contributing guide
Technical PR guidelines
Ecosystem architecture
Collabase spans multiple repositories and package architectures, balancing our open BSL 1.1 core model with MIT-licensed developer tools and our proprietary enterprise packages.Development setup
Set up the environment
Copy
.env.example to .env and fill in a PostgreSQL connection string and a NextAuth secret.Pull request guidelines
- Open an issue before starting significant work.
- Use conventional commits:
feat:,fix:,refactor:,chore:. - New logic in
src/services/requires unit tests (at least 80% coverage). - No hardcoded UI strings — use the i18n dictionary.

