ObjectStack canonical expression engine — CEL (cel-js) + ObjectStack stdlib + dialect registry
Create a new ObjectStack project — npx create-objectstack
Nuxt adapter for ObjectStack — Nitro server routes for the ObjectStack REST API.
Next.js adapter for ObjectStack — App Router route handlers for the ObjectStack REST API.
MCP Runtime Server Plugin for ObjectStack — exposes AI tools, data resources, and agent prompts via the Model Context Protocol
Feed/Chatter Service for ObjectStack — implements IFeedService with in-memory adapter for comments, reactions, field changes, and record subscriptions
Storage Service for ObjectStack — implements IStorageService with local filesystem and S3 adapter skeleton
Automation Service for ObjectStack — implements IAutomationService with plugin-based DAG flow execution engine
I18n Service for ObjectStack — implements II18nService with file-based locale loading
Express adapter for ObjectStack — mounts the generated REST API onto an Express app.
Audit Plugin for ObjectStack — System audit log object and audit trail
NestJS adapter for ObjectStack — integrates the generated REST API into a NestJS module.
Turso/libSQL Driver for ObjectStack — Edge-first SQLite with embedded replicas and multi-tenancy
Knowledge Service for ObjectStack — orchestrator implementing IKnowledgeService over pluggable IKnowledgeAdapter backends (RAGFlow, LlamaIndex, Dify, in-memory).
AI Service for ObjectStack — implements IAIService with LLM adapter layer, conversation management, tool registry, and REST/SSE routes
Fastify adapter for ObjectStack — mounts the generated REST API onto a Fastify app.
ObjectStack Protocol — Autocomplete, validation, and inline diagnostics for .object.ts, .view.ts, and objectstack.config.ts files
Job Service for ObjectStack — implements IJobService with setInterval and cron scheduling
Cache Service for ObjectStack — implements ICacheService with in-memory and Redis adapters
Authentication & Identity Plugin for ObjectStack
WASM SQLite Driver for ObjectStack — runs in browser/WebContainer (StackBlitz) without native bindings
Organization-Scoping Plugin for ObjectStack — row-level Organization isolation, per-org seed replay, default-org bootstrap
SQL Driver for ObjectStack - Supports PostgreSQL, MySQL, SQLite via Knex
SvelteKit adapter for ObjectStack — server endpoints for the ObjectStack REST API.