Focused Tool · Apache 2.0 · Single Binary · Developer Tools

Self-hosted code review checklist manager

Define review standards per language or project, attach them to PRs via webhook, track completion. The thing tech leads maintain in Notion and nobody reads.

Install Crucible II Free Complete — all 150 tools $29/mo

Full REST API

Every operation in Crucible II is available through a JSON REST API. No SDK required — use curl, fetch, or any HTTP client.

A non-profit with no DevOps budget downloads the Crucible II binary, sets two environment variables, and runs it on the same Linux box that handles their email. It has been running for three months without intervention. When they need to update, they download the new binary and restart the process.

Why this exists

Teams outgrow spreadsheet-based reviews tracking around the same time they realize SaaS alternatives want $15 to $50 per seat per month. Crucible II is a single binary that handles the same job without the recurring bill or the vendor dependency.

Endpoints
How it works

The dashboard opens at /ui and gives you a search bar, status filters, and a create form. Double-click any review to edit it inline. Behind the dashboard, every operation maps to a REST endpoint under /api/reviews. Responses are JSON. Authentication is handled at the network level — put Crucible II behind your VPN or reverse proxy, and it serves requests to whoever can reach it.

Custom PR templates at ignored.

Self-hosted code review checklist manager. Self-hosted on your infrastructure. Your data never leaves your server.

Quickstart

Running in under a minute.

Download
curl -fsSL https://stockyard.dev/install.sh | sh -s -- --tool crucible2
Run
PORT=9960 ./crucible2
Open
http://localhost:9960

Single binary. Embedded SQLite. No Docker. No database. No dependencies.

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 3 checklists
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited checklists, PR webhook integration, completion tracking, team stats
  • License key, no cloud dependency
  • Email support

License key by email. One env var.

Your license key arrives by email within 5 minutes of checkout. Set it as an environment variable and restart the binary.

export CRUCIBLE2_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./crucible2

No cloud connectivity required. The binary validates the key offline with Ed25519 signatures.

Part of the Stockyard family — 150 focused self-hosted tools · Complete bundle $29/mo · stockyard.dev