# community

Come build it with me

Bolt is one developer plus everyone who reports, argues, and sends patches. All three are contributions.

GitHub Discussions

Feature ideas, provider questions, and roadmap opinions. This is where the roadmap gets rewritten.

Open Discussions

Contributing guide

Bug fixes, new providers, better docs — all welcome. Read CONTRIBUTING.md before your first PR.

Read the guide

Issues

Reproducible bug reports with a version number get fixed fastest.

File an issue

New here? Start with a good first issue

Issues labelled good first issue are scoped small on purpose: one file, one behavior, clear acceptance criteria. Claim one in a comment so nobody doubles up.

Browse good first issues

Local setup

Bun-based monorepo. Clone, install, and run the TUI in dev mode from packages/opencode.

# note: The code remains in packages/opencode so it can receive upstream patches and updates.

$terminal
git clone https://github.com/Bolt-builder/bolt-cli.git
cd bolt-cli
bun install
cd packages/opencode
bun dev
bun test
bun typecheck