Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 930 Bytes

File metadata and controls

26 lines (18 loc) · 930 Bytes

Object UI Examples

This directory contains example projects demonstrating different ways to build with Object UI.

🚀 Pure JSON Applications (Recommended)

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

🛠 Framework Integration (Advanced)

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.