OFFWORLD DOCS

Developer Guide

Setup, develop, and deploy Offworld

Everything you need to develop and contribute to Offworld.

Developer Resources

Quick Start

New to development? Start here:

  1. Project Setup - Install dependencies, configure environment
  2. Development Workflow - Run dev server, make changes
  3. Contributing - Submit your first PR

Architecture Overview

Offworld uses a triple-deploy architecture:

  • Backend: Convex Cloud (database, workflows, RAG)
  • Frontend: Cloudflare Workers (edge SSR)
  • Docs: Netlify (static site)

Learn more in the Architecture Deep Dive.

Need Help?