< ZERO

PROJECTS

THINGS I'M BUILDING

inboxkit

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.

Cloudflare Workers Durable Objects Email Routing Resend React
web-explorer

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.

Cloudflare Workers Durable Objects Workers AI React
code-explorer

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.

TypeScript Compiler API SVG Vite CodeMirror
do-orm

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.

TypeScript SQLite Cloudflare DO
cf-monorepo-template

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.

Turborepo Cloudflare Workers Hono React Vite Vitest