Getting Started for Self-host
Getting started with OpenQuok for contributors and self-hosted social scheduler instances — architecture, quick start, and default env patterns.
Connect your agent today
Draft from chat, review in your calendar, and publish only what you approve.
Start here !!
Self-hosting documentation
Install the stack, configure each service, connect social OAuth, and assign admin roles on your infrastructure.
Self-hosted defaults
For the full operator stack (API, web, Redis, workers), use Docker Compose (self-host). After up —build, open http://localhost:4007 — Compose serves the UI; you do not run the Vite dev server for that path.
Without Email
Set EMAIL_ENABLED =false — no outbound mail; signup marks users verified.
Details: Resend / email setup.
Without Billing
Leave STRIPE_PUBLISHABLE_KEY unset — billingEnabled is false, plan guards skip, and the first-billing paywall does not show.
Details: Stripe billing.
Related Section(s)
Every self-hosting section plus General, Cloud, and contributing guides.