fluxychat
Realtime chat API on Cloudflare — hosted or self-host
FluxyChat is a multi-tenant realtime chat API built on Cloudflare Workers, Durable Objects, and D1.
What's different:
- One Durable Object per room: WebSocket fan-out + ordering at the edge, no socket fleet to manage
- Agent tool calls stream on the same room WebSocket as chat messages — debuggable in the operator console
- MIT self-host on your own Cloudflare account, or use the hosted beta
- Next.js operator console: rooms, agents, billing hooks out of the box
- @fluxy-chat/sdk:...