Skip to content

Commit 72ac3a6

Browse files
Copilothotlong
andcommitted
Update main index with utilities section
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 675bca7 commit 72ac3a6

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

content/docs/index.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
---

0 commit comments

Comments
 (0)