MCP-native
Every action available in the browser is available to an agent over JSON-RPC. The MCP server is the primary surface.

MCP-native
Every action available in the browser is available to an agent over JSON-RPC. The MCP server is the primary surface.
Edge-native
Hono on Cloudflare Workers. D1 for data, KV for caching, R2 for attachments. No servers, no containers.
Built for fleets
Agent sessions, file claims, and coordination messages let parallel agents work the same repo without colliding.
Dogfooded
Projektor’s own roadmap is tracked inside Projektor. The docs you’re reading are generated from the same repo.
Clone the deploy repo and run the zero-config script - wrangler auto-provisions D1, KV, and R2, applies migrations, and deploys:
PROJEKTOR_REPO=you/projektor ADMIN_EMAILS=you@example.com ./deploy-auto.shOr hand the repo to an AI agent - “deploy projektor to my Cloudflare account” - and let it run the same flow. Full walkthrough: self-hosting guide.
Curious why Projektor looks like this? Read where Projektor fits in the agentic dev-tools stack.