PROJECTS
THINGS I'M BUILDING
Email for agents. One API call to sign up, four endpoints to send and receive. No OAuth, no credit card, no human in the loop.
An autonomous agent explores the web daily, following links wherever curiosity leads. One exploration per day, a new topic every morning. The narrative chain between discoveries is the content.
Paste TypeScript, see diagrams. A single app with three views: type map, call graph, and module dependencies. The TypeScript compiler runs in your browser, no server needed.
Type-safe ORM for Cloudflare Durable Object SQLite. Schema definitions, CRUD with column projection, comparison operators, and a migration system with named records, statement splitting, and Drizzle adoption. Used by three production projects.
Production-ready monorepo starter for Cloudflare projects. Worker backend with Hono, React frontend with Vite and Tailwind, two-pool Vitest setup (unit in Node, integration in workerd), CI, and NixOS support out of the box.