Skip to Content
✨ v2.0.1 Released - See the release notes
Live Laboratory

Developer Playground.

Tweak your JSON models and watch as the engine hot-reloads its entire REST surface and real-time namespace instantly.

How it works

Every save triggers an internal file watcher. The engine re-validates your schema and broadcasts a schema:update event across the namespace.

View Examples

Schema Editor

Edit your JSON models to trigger live engine updates.

Loading...
Live Engine Synced
Real-time Execution Demo
Admin Panel

Query Engine

Watching Posts

Waiting for data...

Generated Query
new QueryBuilder()
  .sort('createdAt', 'desc')
  .limit(3)
  .build() // -> {"sort":"createdAt","sortType":"desc","limit":3}
Live Event Stream
Offline
Waiting for backend emissions...

Ready to integrate?