Skip to Content
DocsContributing

Contributing

Getting Started

  1. Clone the repository you want to contribute to
  2. Install dependencies with bun install
  3. Run the development server with bun dev

Code Style

We use Biome  for linting and formatting across all projects.

bun run lint

Git Conventions

Branches

  • master — Production branch (auto-deploys to Vercel)
  • feat/* — Feature branches
  • fix/* — Bug fix branches

Commits

Follow Conventional Commits :

feat: add CSV import for leads fix: resolve prerendering error on dashboard docs: update API reference chore: bump dependencies

Pull Requests

  • Create a feature branch from master
  • Make your changes
  • Open a PR against master
  • Wait for review

Deploying

All apps auto-deploy to Vercel when merged to master. Preview deployments are created for every PR.

Questions?

Open an issue in the relevant repository or join the Discord .

Last updated on