Daeseon Yoo
Back to project
·Tech retro·2 min

The web seam: a multi-user substrate, and what it does not yet prove

Over a few days DalkkakAI grew a cloud web seam on top of the local terminal app: Supabase-direct data, multi-tenant RBAC, two-way desktop sync, and a real-time coordination layer. Here's the whole picture in one place — and an honest line about what it has and hasn't earned yet.

Where it started

DalkkakAI is a local, native terminal multiplexer with Claude-Code augmentation — one person, one machine, fully offline. This stretch added a cloud seam so the same workspace can be opened in a browser, and eventually by more than one person.

What got built (all merged to main, web deployed)

The throughline: the desktop never regressed. Every cloud feature is additive, opt-in, and fails closed — if Supabase is unconfigured or a sync errors, the local app is untouched. That was the one non-negotiable.

What it does NOT yet prove

Honesty first, since that's the house rule:

The honest state

The architecture is in place and audited. The validation — does it work on the founder's real machine, does a second person actually use it — is the next thing, and it belongs to dogfooding, not to another branch.