Documentation
Learn how Room Service works through guides and examples.
Room Service in React
Get a full-stack example running in Next.js and understand the basic concepts in 15 minutes.
Get StartedAdding Auth
Room Service hooks into your own auth, no matter how you've set it up. Walk through an example of the most common pattern: an Auth Webhook.
Learn moreServer-side Usage
Room Service isn't a "backend as a service" and it's not trying to be your database. Learn how Room Service can be used server-side while fitting into your existing stack.
Learn moreNon-react Usage
Room Service comes with a pure-javascript "browser" client that works with any frontend framework. (Vue, Svelte, etc)
Learn moreCheating CRDTs
Room Service is optimized for optimistic rendering, not going offline forever. Checkout this guide on Room Service's internals.
Learn more