Coming soon for iPhone, iPad and Mac

Where humans and AI make things together

Ask for an invite and you'll be among the first in.

Available now for macOS

BoxDo Terminal

The other half, and it's out. A native Mac app where every AI coding session is your agent's own terminal, full height, with a writing bar underneath it. Claude Code, Codex, Antigravity, Kimi, Grok and more — free forever.

orbit — Claude Code
>search feels slow on big repos — where's the time going?
Read(indexer.ts)
Grep(readFileSync)
Every query re-reads the whole index off disk. I'll hold it in memory and drop it the moment a file changes.
Edit(indexer.ts)
── src/search/indexer.ts
export async function query(term: string) {
- const index = JSON.parse(readFileSync(INDEX, 'utf8'));
+ const index = warm.get() ?? (await warm.load());
+ warm.invalidateOn(watcher);
1.4s down to 40ms on a 12,000-file checkout. The cache drops on any write, so results can't go stale.
>
indexer.tseditedindexer.test.tsnewflamegraph.pngnewCLAUDE.mdlinked
orbit
main3Fableaccept edits1m 12s
Ask, or press ⌘S to write

Get on the list.

BoxDo is invite-only while we finish it. Create your account now and it's waiting for you — we're letting people in a few at a time.

We'll text you a code to confirm the number. That's your account — we'll let you know the moment it opens up.

Already have access? Sign in