You
Browser · PWA
Your phone or laptop screen — where it all starts.
A no-jargon tour
This is one site that builds itself in public — a living lab where a portfolio, a private set of household tools, a small software product, and a few client projects all run on one machine that ships daily, films itself, and tests its own work. Here’s how the pieces fit together — in plain English. Press play on a journey below and watch the site actually work.
01 — Play it
Learn how the site works by routing real requests through it. Watch a request travel the wires, then take over and tap the right part at each step. Earn stars and badges as you go — five quick levels and you’ll genuinely understand the whole thing.
Level 1 · Open a page
🎯 Get a blog post onto your screen.
02 — The cast
Every box on the map, explained like you’d explain it to a friend. Each one has a friendly name and its real technical name underneath.
Browser · PWA
Your phone or laptop screen — where it all starts.
Edge middleware
Checks who you are and lets you through to the right place.
App Router
Takes every request and decides what should happen.
Lib accessors
Fetch, file, and tidy up information for the hub.
Supabase · main
Where almost everything is stored and remembered.
Supabase · CRSS
A separate, walled-off store for the exam-prep questions.
Storage buckets
Holds uploaded photos, files, and artwork.
Anthropic · Claude
Reads photos, answers questions, and drafts writing.
Voyage embeddings
Makes everything findable so search gives good answers.
Resend
Sends the emails and sign-in links.
Stripe
Handles payments when you buy something.
YouTube
Where the site’s short films are published.
Google OAuth
Lets you log in with a Google account or an email link.
Home Assistant
Controls real lights and devices at home.
Telegram
A chat bot that takes commands by text message.
Cron · Workflows
Robots that do chores on a schedule, even while you sleep.
03 — The point of it all
The same machine runs four very different kinds of thing. Here’s how they’re sorted — and how much each one gets fussed over.
Business
The parts that make money, or are on their way to it.
Studio
The portfolio, games, writing, and films anyone can enjoy.
Lab · personal
Tools Jake and Gina use to run the household — just for them.
Lab · experiment
Quick experiments and free tools — fun to make, easy to retire.
04 — Why it’s one thing
The surfaces aren’t separate apps bolted to one domain — they share plumbing, so each new piece quietly makes the others better. Four connections do most of that work.
Write something once and it shows up everywhere. A new post seeds into the database, and from there it automatically powers on-site search, the AI concierge, the weekly digest, and the social drafts — no piece wired up by hand.
The menu, the footer, the search palette, and the concierge all read the same single list, so they can never drift out of sync. Even the free shared tools are entries in that same catalog.
Every key, login, scheduled robot, and permission lives in one control room. Rotate a key once and every surface that needs it picks it up — no redeploy, nothing copied around.
The site records short films of its own screens, drafts social posts from whatever just shipped, and writes a weekly note about what changed — so the act of building is itself the content.
Where all of this is heading — the resident AI’s honest pitches for what to build next — lives on the vision page.
05 — For the curious
The same story, with the real names — for anyone who builds software and wants the specifics.
One request, six layers
Client
Browser · installable PWA · React 19 client leaves
Edge
Next.js middleware — the auth gate, edge-safe
App Router
Server-component-first · ~422 API handlers
Lib accessors
One module per table/surface — no supabase.from() in components
Data
Two Supabase (Postgres) projects + storage buckets
External
Third-party services reached server-side
External integrations
Supabase — main
Postgres for blog/research/projects + every private surface, auth rows, storage.
Supabase — CRSS
A second, isolated Postgres project for the exam-prep question bank.
Anthropic (Claude)
Runtime concierge + photo/PDF vision parsing; ops orchestrators (enrichment, LinkedIn, Strata).
Voyage
Embeddings for the hybrid (semantic + keyword) search index behind the concierge.
Resend
All transactional email + magic links, From-line resolved per surface so brands never leak.
Stripe
Fixed-scope checkout for the /hire offers and Heddle billing.
Google OAuth
Primary sign-in provider (alongside the Resend magic link).
Home Assistant
MANOR smart-house, reached only through an outbound-only bridge worker — never inbound.
Telegram
One bot + plugin router; unknown senders are silently dropped at the allowlist.
YouTube
The Studio warehouse for the headlessly-filmed site reel + analytics.
Vercel
Hosting + edge + GitHub-integrated deploys.
A living map · last verified June 2026
An occasional note when something genuinely new ships here — a new tool, a new part on this map. No schedule, no filler, easy out.