appendix
Inspirations
Where the ideas came from. Credit where it's due.
estelle (the technical foundation)
estelle2-public is the open-source multi-device Claude Code sync system this product builds directly on. The Node = SSOT, Relay = stateless, Client = display-only philosophy is theirs (they call the local daemon Pylon; we renamed it to Node for clarity but the technical model is the same). We extended the topology from 1:1:1 to N:M:1 — exactly the territory the estelle README notes as untested. The rules survived intact.
soulstream (the wire format)
soulstream is the open-source “Claude Code as a Service” project that lets bots (Slack, Discord, anything HTTP) talk to a Claude Code conversation over a clean HTTP/SSE event protocol. Manifoldone borrows the event vocabulary directly — init, text_delta, complete, error, plus our own Thread/tool extensions — so the on-the-wire format is the same envelope soulstream proved out. Soulstream’s MAX_CONCURRENT_SESSIONS resource-protection pattern and its built-in MCP server approach are also direct influences (we reuse the pattern under our own env var, MANIFOLDONE_MAX_CONCURRENT_THREADS).
Vercel (the preview model)
The “every change gets a URL” workflow is Vercel’s. Manifoldone’s Preview & CI layer is essentially Vercel’s developer experience generalized to game projects and routed back to the agent that produced the change. The “BYO repo, we just connect” relationship between a project and its VCS is also Vercel-shaped.
GitHub (the collaboration paradigm)
GitHub gave us the idea that the system of record for code can be a collaboration platform. We’re not replacing it; we are filling the slot it doesn’t occupy: the system of record for the process that produced the code.
Slack (the category creation playbook)
Slack created a category by naming a thing nobody had a word for. “AI coworking” is the move — name the category, and the language settles around the first credible product to claim it.
Stripe Docs / Linear / Vercel / Notion (the visual style)
The site you are reading is in the visual lineage of those four. Soft, warm, content-first; respectful of the reader; technical without being cold. The specific palette (cream + terracotta) is our nod to Anthropic’s brand, which feels like the right adjacent shelf for a coworking platform built on Claude.
Cron / Arc (the soft-coworking aesthetic)
The “coworking is human, even when the participants are AI” tone comes from there. We didn’t want this site to feel like a cyberpunk product; we wanted it to feel like a warm shared room with one new kind of teammate in it.