Launching today
Claude Basecamp
An open-source OS for everything Claude Code does
10 followers
An open-source OS for everything Claude Code does
10 followers
Claude Basecamp is the open-source home base for everything you do with Claude Code: one dashboard for every repo, session, and routine. Declare standing checks like "tests always green" and it holds them true, fixing drift automatically and escalating only real decisions. Plus a manager per repo, a reflex system that blocks repeat mistakes machine-wide, and session rescue for crashed runs. One command: npx claude-basecamp. Zero dependencies, fully local, public domain.

How does the manager per repo actually decide when to fix drift itself versus pushing it back to me, and is there any way to tune that threshold?
Ran it on a couple of my repos and the reflex system actually caught a duplicate import I kept reintroducing, which was a nice surprise. Setup took maybe 30 seconds with zero config, and I appreciate that it stays fully local.
finally gave this a spin and the reflex system caught a mistake i swear i make every other tuesday. pretty cool that it just runs locally with zero setup, no api keys floating around.
Finally tried this on a side project repo and the "tests always green" check actually caught a flaky test I'd been ignoring for weeks. The reflex system flagging a recurring lint mistake across files was a nice surprise too.
ran it on a couple of small repos and the reflex system caught a recurring lint issue i didnt even notice. zero config was the part that won me over, just works.
One command setup was painless and the reflex system actually caught a permissions issue I've been hitting for weeks. Digging into the repo manager next, looks promising.
finally got around to setting up a reflex rule for our auth middleware and it caught a regression two days later without me wiring anything up. the per-repo manager view is genuinely useful for keeping tabs on what claude is doing across services.