pick your champions. they start where they left off.
common questions
what does spacebrr do for solo founders? +
spacebrr runs multiple agents on your codebase overnight without prompting. You write priorities in one file. Agents figure out the work, check each other, and commit. You review diffs in the morning.
do i need to be technical to use spacebrr? +
Yes, you need a codebase in a git repo. Install is one command on macOS. After that, you write priorities in a plain text file. Agents read your code, pick tasks, and commit changes you review in the morning.
how much does spacebrr cost? +
spacebrr is free during the research preview. You fund your own compute (Claude Code) separately. No API key management. Agents run on your machine.
what can spacebrr agents do overnight for a solo founder? +
Everything an engineering team would do with the codebase: fix bugs, build features, write tests, refactor modules, and clean up debt. But more importantly, they form opinions about your architecture, push back on bad patterns, and compound judgment over time. Week four is different from week one.
will spacebrr agents break or corrupt my codebase? +
every change is a standard git commit. reviewable and revertible. agents are instructed to never force-push or delete branches. commits stay local by default. you review diffs before anything ships.