Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.98 KB

File metadata and controls

37 lines (27 loc) · 1.98 KB
title Documentation
description Technical documentation for ObjectStack.

ObjectStack Documentation

ObjectStack is an AI-native business backend protocol for structured, auditable business applications. These docs cover the protocol, runtime, metadata model, API surface, and implementation guides.

Start Here

Build

  • Data Modeling: define objects, fields, relationships, and validation rules.
  • Business Logic: model workflows, approvals, triggers, hooks, and formulas.
  • Security: configure permissions, sharing rules, RBAC, RLS, and field-level access.
  • API Reference: work with generated REST, GraphQL, realtime, and SDK surfaces.
  • Plugin Development: build and register runtime plugins.

Protocol

  • ObjectQL: data schemas, queries, filters, indexes, and object contracts.
  • ObjectOS: kernel runtime, plugins, HTTP protocol, capabilities, and configuration.
  • ObjectUI: UI metadata for apps, views, pages, dashboards, and actions.

Reference

  • Schema Reference: generated Zod schema reference for ObjectStack metadata.
  • Cheatsheets: quick lookup tables for common protocol decisions.
  • CLI Reference: commands for creating, building, and validating projects.
  • Glossary: shared vocabulary across ObjectStack docs.