Application Developers
This path is for developers building external applications that use ZeyOS as the central source of business data and business logic.
Integration Architecture
Choose the integration model before you choose the framework. In ZeyOS projects, the main design decision is usually where authentication happens and where long-lived business operations run.
Browser UI Playbook
This playbook walks through building a browser-based interface on top of the ZeyOS REST API using the @zeyos/client JavaScript library. By the end, you will have a working single-page application that authenticates, queries data, renders a UI, and writes changes back with patterns you can reuse in any ZeyOS-connected browser app.
Server-Side Integrations
This guide covers the recommended backend pattern for ZeyOS: keep OAuth tokens on the server, refresh them automatically, and isolate business sync logic behind small job functions.