About

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: TypeScript SDK with React hooks, reconnect/backoff, REST history pagination

Built for SaaS teams adding in-app chat without Pusher-scale bills or running persistent WS pods.