LAB · BUILDING
Realmstack
A co-built project with my husband. Cloudflare Workers (D1, KV, R2), TypeScript. Currently doc-led planning — declaration, explainers, and research docs are taking shape; implementation begins from there.
Realmstack is the working name for a project I’m building with my husband. The stack — Cloudflare Workers with D1 (SQLite on the edge), KV (key-value), and R2 (object storage) bindings sketched in wrangler.toml, plus a small TypeScript entry point. The eventual home is realmstack.world.
The shape of the project right now is doc-led. The docs/ folder is organised into declaration, explainers, and research sub-folders — we’re working through the what is this and the how does it think before we write the implementation. Same approach I took with the MTG Project: get the planning right, then the code follows.
This is the first project I’m surfacing here that’s not solo. The collaboration shape is still settling — what we’ll each own, where the boundary lives between his pieces and mine. I’ll write more here as the project takes shape.