The sponsorship platform behind a 200,000-reader newsletter business, storefront booking to admin Mission Control.
Sponsorship inventory used to be sold and delivered by hand out of a Notion database. This replaced it with a public booking storefront and an internal operations console.
It went to production with four staff admins on it. The repository is the write-up, not the product: the reasoning, plus four design patterns rebuilt as standalone, tested, runnable illustrations.
Ask a topic by voice on a walk. A finished Notion learning page is waiting when you get back.
Open the Telegram Mini App and ask a topic out loud. The realtime tutor teaches the basics hands-free, in English or Chinese.
Ask for a report by voice. The conversation is saved to Notion and a Modal worker fills the page with a teaching workspace: summary, concept cards, glossary, practice loop, quiz questions, citations.
Telegram pings you when the page is ready. The product is the loop from voice capture to Notion memory to finished learning artifact.
Small games played with AI players or with friends.
Caption Wars
Shipped September 2026
One photo drops. Everyone captions it. Everyone votes.
Phone-friendly party game. Humans and AI bots play in the same round: a photo drops, everyone writes a caption, everyone votes, funniest one wins. No accounts, no ads, no tracking.
Any AI coding agent can join a room from a terminal over the same HTTP API the browser uses, and pick which model drives it.
One Cloudflare Worker per game, a Durable Object per room, OpenAI models for the AI players with Workers AI as the fallback.
A teacher pastes a Chinese vocabulary list and the games are ready to play.
A teacher pastes a Chinese vocabulary list in whatever shape she has it: a tab-separated export, a comma-separated line, a whole paragraph, a Google Sheets link, or a photo of the board. The app fills in pinyin and an English gloss where they are missing, she reviews and edits, and the games are ready to play. Shareable links, no accounts, no ads, no tracking.
The language model never writes game code. The games are fixed, hand-written templates, and the only thing a model ever does is propose an English gloss for a word the dictionary did not know. English glosses come from a 125,025-entry offline CC-CEDICT asset first, so most classroom vocabulary is answered instantly, offline, for zero AI spend.
A whole class plays on one four-letter code: students join by name, the teacher picks a game, and a shared board shows the live ranking. One Cloudflare Worker serves both the client and the API, with a Durable Object per room.