Skip to Content
APSO is in public beta. Get started
GuidesOverview

Develop

Build production-ready backends with Apso. This section is for developers who are past the first quickstart and need to design schemas, customize generated services, connect frontends, test changes, and ship safely.

The Development Model

Apso works best when you treat .apsorc as the contract and generated code as a reproducible implementation of that contract.

  1. Put entities, fields, relationships, auth, and tenant scope in .apsorc.
  2. Run apso generate when the contract changes.
  3. Keep custom behavior in extension files.
  4. Run migration checks before deployment.
  5. Use the generated REST API and SDK from your frontend.

Schema Design

Define your data model and relationships.

Tools & Workflows

Work efficiently with APSO’s development tools.

Frameworks

Customize your generated backend code.

Frontend Integration

Connect your frontend applications.

Authentication

Secure your APIs.

Deployment

Ship your backend to production.

Last updated on