Docs

Getting Started with Buhg

From zero to a working bug pipeline in about five minutes.

1. Create a project

Sign up and create your first project from the dashboard. Each project has its own embed key and its own bug queue. If you have not signed up yet, create a free account — the Hobby tier needs no credit card.

2. Add the embed widget

Copy your project's script tag from Settings → Embed and paste it into your site's <head>. A floating reporter button appears for every visitor.

<script
  src="https://buhg.net/embed.js"
  data-buhg-key="YOUR_PROJECT_KEY"
  defer
></script>

3. Connect the CLI

Install the CLI and authenticate with your project's CLI token from Settings → CLI. See the CLI reference for the full command list.

$ npx buhg init
$ buhg:start

4. Define your conventions

Add a BUHG.md file to your repository so your agent branches, tests, and opens PRs exactly the way your team does.

That's the whole setup: widget in, CLI connected, conventions defined. Reports now flow in, get triaged automatically, and are ready to fix from your terminal.

Turn bug reports into merged fixes

Embed one script tag. AI triages every bug. Your agent ships the fix from the terminal.

Get started free