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.
Schema Editor
Edit your JSON models to trigger live engine updates.
Loading...
Live Engine Synced
Real-time Execution Demo
Admin PanelQuery Engine
Watching Posts
Waiting for data...
Generated Query
new QueryBuilder()
.sort('createdAt', 'desc')
.limit(3)
.build() // -> {"sort":"createdAt","sortType":"desc","limit":3}
.sort('createdAt', 'desc')
.limit(3)
.build() // -> {"sort":"createdAt","sortType":"desc","limit":3}
Live Event Stream
Offline