Microkernel Core for ObjectStack
ObjectStack canonical expression engine — CEL (cel-js) + ObjectStack stdlib + dialect registry
Metadata Repository contracts: types, canonicalization, errors, interface (ADR-0008).
ObjectStack Data Adapter for Object UI
Observability contracts and exporters for ObjectStack — MetricsRegistry, ErrorReporter, Logger plus noop/console/OTLP-HTTP exporters. Deployment-target neutral; runtime and services depend on this so the same instrumentation works on Cloudflare Workers, N
FileSystemRepository: Node-only Repository implementation backed by JSON files and a JSONL change log (ADR-0008).
In-Memory Driver for ObjectStack (Reference Implementation)
MongoDB Driver for ObjectStack - Native document database driver via official mongodb client
Metadata loading, saving, and persistence for ObjectStack
ObjectStack Console — opinionated, fork-ready runtime console built on @object-ui/app-shell with the full plugin set wired up. Ships as a Hono UI plugin serving a pre-built SPA.
Kanban board plugin for Object UI, powered by dnd-kit
Rich text editor plugin for Object UI, powered by Monaco Editor
CLI tool to scaffold ObjectUI plugins
Calendar view plugins for Object UI - includes both ObjectQL-integrated and standalone calendar components
Authentication system for Object UI with AuthProvider, useAuth hook, AuthGuard, and form components.
Create a new ObjectStack project — npx create-objectstack
Nuxt adapter for ObjectStack — Nitro server routes for the ObjectStack REST API.
Generic REST connector for ObjectStack — the reference concrete connector that registers a request action on the automation engine's connector registry (ADR-0018 §Addendum).
Slack Web API connector for ObjectStack — registers chat.postMessage / chat.update / call actions on the automation engine's connector registry (ADR-0018 §Addendum, ADR-0022).
Static, build-time validation for an ObjectStack metadata graph — dashboard widget bindings, CEL/predicate expressions, and more. Pure (stack) => Issue[] functions shared by the CLI's os validate and any other consumer (e.g. AI authoring). Depends on @o
ObjectStack metadata management protocol: sys_metadata CRUD, draft/publish, locks, package ownership, diagnostics (ADR-0076).
Tree / tree-grid visualization plugin for Object UI
Universal Object UI Application Runner
Pure TypeScript type definitions for Object UI - The Protocol Layer
Multi-tenancy support for Object UI with tenant isolation, scoped queries, and custom branding.