Server-side rendering on steroids. Native Bun support. Zero build steps. Cyberpunk aesthetic included.
Runs natively on Bun or Node.js. Heavy caching strategies built-in with 60s default TTL and hot-reload.
File-system routing with auto DB loading.[users.id]automatically fetches data before rendering.
Pre-built cyberpunk Admin Dashboard. Database schema management via schema.json.
In dev mode, modify a file and watch F3 reload the code. It's instant.
Create, import or exports plugins to manipulate data, requests and the dashboard.
Map a route folder directly to a database request:[user.id]=>/user/1/ will get the data for user.id = 1.
<h1>Hello, {{ auto.users.username }}</h1> <!-- Call custom functions --> <p>Created: {{ call.formatDate(auto.users.created_at) }}</p>