Bindly
Official Bindly documentation and guides
- What is Bindly?
- Space Types Guide
- Why we went all-in on Cloudflare
- 29 MCP tools and the Tier system — how we designed for token budgets
- One URL, three formats — how Content Negotiation works in Bindly
- Why we never modify content — only create new versions
- Cloudflare Service Bindings — why we stopped making HTTP calls between our own Workers
- Gateway Worker: SSR for crawlers, SPA proxy for users — same URL
- D1 schema design decisions — tradeoffs for Cloudflare Workers
- OAuth 2.0 + PKCE for MCP servers — the auth flow explained
- Why we rebuilt Bindly from scratch — the v0 to v1 story
- From members-only to public knowledge — why Bindly opened up
- LLM-first design — why Bindly is built for the model, not just the user
- TanStack Router encodes @ as %40 — and how to work around it
- Diff is a bad interface for LLMs — why Bindly removed 4 update modes
- Using Cloudflare KV as a CMS — deploy content without deploying code
- One URL, three audiences — designing for humans, LLMs, and crawlers simultaneously
- Writing error messages for LLMs, not just humans