Rapid Application Development

FASTFUCKING
FRAMEWORK

Server-side rendering on steroids. Native Bun support. Zero build steps. Cyberpunk aesthetic included.

AccessDocumentation

⚑ Ultra Fast

Runs natively on Bun or Node.js. Heavy caching strategies built-in with 60s default TTL and hot-reload.

πŸ”Œ Plug & Play

File-system routing with auto DB loading.[users.id]automatically fetches data before rendering.

πŸ› οΈ Admin Ready

Pre-built cyberpunk Admin Dashboard. Database schema management via schema.json.

πŸ”₯ Hot Reload

In dev mode, modify a file and watch F3 reload the code. It's instant.

🧩 Plugins

Create, import or exports plugins to manipulate data, requests and the dashboard.

πŸ’ΎοΈ Auto Data Loading

Map a route folder directly to a database request:[user.id]=>/user/1/ will get the data for user.id = 1.

pages/[users.id]/index.html
<h1>Hello, {{ auto.users.username }}</h1>

<!-- Call custom functions -->
<p>Created: {{ call.formatDate(auto.users.created_at) }}</p>