Getting Started
Self-hosting
Deploy the FluxyChat Worker on your Cloudflare account with D1, KV, and wrangler.
FluxyChat runs as a Cloudflare Worker with Durable Objects and D1. You can bootstrap locally in one command or deploy to your own Cloudflare account.
Quick local bootstrap
pnpm run self-host
pnpm --filter @fluxy-chat/worker dev
pnpm run first-messageFull walkthrough: Self-host one command.
Production deploy
- Apply D1 migrations on your remote database
- Set secrets (
JWT_SIGNING_KEY, LLM provider keys, webhook HMAC) - Deploy with
pnpm run deployfromapps/worker
See Local development and the repo RUNBOOK_DEPLOY_ROLLBACK.md for environment variables and rollback steps.
Enterprise SSO
When SAML SSO is enabled, FluxyChat verifies IdP signatures on the Worker. See SAML signature verification.
Related
- Client setup — SDK integration
- Auth JWT — mint member tokens
- Dashboard integration — hosted console + your Worker