This directory contains example projects demonstrating different ways to build with Object UI.
These projects run directly with the Object UI CLI. No Node.js code, no build configs.
Usage:
npm install -g @object-ui/cli
objectui serve examples/<example-folder>| Example | Description | Features |
|---|---|---|
| Dashboard | Single-File Application | app.json, Complex Grid Layouts, Stats Cards |
| CRM App | Multi-Page Enterprise App | File-System Routing, Dynamic Routes ([id]), Nested Folders |
For developers who need to mix React code with JSON schema.
| Example | Description |
|---|---|
| React Integration | Vite + React + Tailwind setup. Shows how to import <SchemaRenderer> into an existing codebase. |