Skip to content
← projects

Specly

"GitHub for specs" — share, discover, and compose structured, remixable software specifications. As AI makes code cheap, good specs become the scarce resource.

BunReact RouterDrizzle ORMPostgreSQLbetter-authAnthropic APIMCP

Specly is built on a simple thesis: as AI makes code cheap, good specs become the scarce resource. So it operates one layer up from code — at ideas → specs → code.

The core innovation is a modular feature system. Features like Notifications or Auth are independent, configurable, dependency-aware entities you toggle on to assemble a spec — say, a "Slack-like app," in a lightweight or enterprise flavor — then export to an AI builder or hand to a developer.

The MVP centers on a spec viewer and a toggle-based spec builder, plus an MCP server so coding agents can request specs directly. It runs on Bun with React Router, Postgres via Drizzle, and better-auth.