# 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 DiscussionsContributing guide
Bug fixes, new providers, better docs — all welcome. Read CONTRIBUTING.md before your first PR.
→ Read the guideNew 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.
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