Build
via GitHub- Repo connected, first commitGitHub OAuth
- First merged PRGitHub OAuth
- CI passing on default branchGitHub OAuth
verified milestones, live in your clan's terminals
Forge is a terminal sidebar for small groups of founders. Progress bars only move when a milestone is verified through GitHub, Stripe, or a live uptime probe. Nothing is self-reported.
curl -fsSL https://forge.thecamelclub.co.uk/install.sh | sh
01 · quickstart
The installer clones the repo, builds the CLI, and puts forge on your PATH. Requires Node 22+, pnpm, and git.
One line. Inspect it first if you like: it only touches ~/.forge and ~/.local/bin.
curl -fsSL https://forge.thecamelclub.co.uk/install.sh | shOpens your browser once. Forge asks for repo access so it can verify merges and CI, never to write code.
forge loginRun inside your project repo. Links the GitHub origin and installs a post-commit hook that keeps the sidebar warm.
forge initBest in a split terminal pane. It pins to the top right, updates live, and works offline with last-known state.
forge02 · the point of it
A clan is a small invite-only group. Everyone's verified milestones print in everyone's terminal within seconds. Rows sort alphabetically, there is no ranking, and live numbers like MRR stay private to the owner.
Prints a one-time invite code.
forge clan create night-shiftThey install with the same one-liner up top, then join with your code.
forge clan join <code>forge checkin is a three-field weekly ritual. When a clanmate hits a milestone, forge how sarah revenue2 shows the verified evidence and the story behind it.
forge how sarah revenue203 · how bars move
Each vertical is a ladder of rungs. Every rung names its verification source, and each fired milestone is a permanent dated event you can inspect with forge how. Connect sources as you need them: forge connect stripe, forge connect deploy, forge connect domain.
Commits only gate Build rung 1, because commits are easy to fake. PRs, CI, probes, and charges gate everything else. Stripe access uses a restricted read-only key you create yourself.
04 · boundaries
Forge stores milestone events, not your code and not your numbers. GitHub access verifies merges and CI. Stripe access is a read-only restricted key. Your clan sees that your first charge happened, never the amount, and live metrics stay owner-private. Uninstall by deleting ~/.forge, ~/.local/bin/forge, and the post-commit hook in your repo.
05 · start tonight
One command to install. One code to join a clan. The next milestone that fires could be yours.
curl -fsSL https://forge.thecamelclub.co.uk/install.sh | sh