File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,3 +102,42 @@ ObjectUI Phase 2 introduces enterprise-grade capabilities:
102102[ ** Learn more about Phase 2 →** ] ( /docs/guide/phase2-schemas )
103103
104104---
105+
106+ ## 🛠️ Developer Tools & Utilities
107+
108+ ObjectUI provides a complete toolkit for building schema-driven applications:
109+
110+ ### Command-Line Tools
111+
112+ - ** [ CLI] ( /docs/utilities/cli ) ** - Build and run apps directly from JSON/YAML schemas
113+ ``` bash
114+ npx @object-ui/cli dev --schema dashboard.json
115+ ```
116+
117+ - ** [ Create Plugin] ( /docs/utilities/create-plugin ) ** - Scaffold new plugins with best practices
118+ ``` bash
119+ npx @object-ui/create-plugin my-plugin
120+ ```
121+
122+ - ** [ Runner] ( /docs/utilities/runner ) ** - Universal runtime for testing and development
123+ ``` bash
124+ pnpm --filter @object-ui/runner dev
125+ ```
126+
127+ ### Data Integration
128+
129+ - ** [ ObjectStack Adapter] ( /docs/utilities/data-objectstack ) ** - Connect to ObjectStack backends
130+ ``` typescript
131+ import { ObjectStackProvider } from ' @object-ui/data-objectstack'
132+ ```
133+
134+ ### Editor Extensions
135+
136+ - ** [ VS Code Extension] ( /docs/utilities/vscode-extension ) ** - Schema preview, validation, and IntelliSense
137+ ``` bash
138+ code --install-extension objectui.object-ui
139+ ```
140+
141+ [ ** Explore all utilities →** ] ( /docs/utilities )
142+
143+ ---
You can’t perform that action at this time.
0 commit comments