Dev Playground

A modular playground for building APIs, webhooks, functions, data and pages — managed from one dashboard.

APIs

Drop a route file with defineApi() — auth, validation, logging included.

Public & authenticated

One field switches between public, session, and API-key access.

Webhooks

Catch any payload at /api/webhooks/[slug] and inspect it live.

CRUD data

Register a table + schema to get REST + an admin UI for free.

SQL runner

Run queries against your database from inside the dashboard.

Functions

Register jobs and run them on demand from the dashboard.