Admin Console
Built-in management dashboard for every FLIN app. Access at /_flin
🚀 Try the Live Demo
Experience the FLIN Admin Console in action. Browse entities, run queries, and explore the AI dashboard.
Open Live Console →Login: flin | Password: flin
Access
Every FLIN app automatically includes an admin console at the reserved /_flin route:
# Start your app
flin dev
# Open console
http://localhost:3000/_flin
Console Sections
Core Management
Data & Storage
AI & Intelligence
Observability
Entity Browser
Browse, search, and edit your entities with a visual interface:
- View all entities with record counts
- Full CRUDD operations (create, read, update, delete, destroy)
- Search and filter records
- Inline editing (click to edit)
- Bulk select and delete
- Pagination and sorting
AI Dashboard
Track your AI usage and costs:
- Token usage overview (today, this month)
- Cost tracking and breakdown by feature
- Usage charts over time
- Recent conversations list
- AI Gateway monitoring (provider status, circuit breakers)
- Cache analytics and cost savings
vs Competitors
| Feature | PocketBase | Supabase | FLIN Console |
|---|---|---|---|
| Embedded | Yes | No (cloud) | Yes |
| Data browser | Yes | Yes | Yes |
| Query language | PB filter | SQL | FLIN |
| AI assistant | No | SQL only | Full AI |
| AI dashboard | No | No | Yes |
| Cost tracking | No | No | Yes |
| Realtime debug | No | Yes | Yes |
| Edge functions | No | Deno | WASM |
No separate dashboard to install. No cloud dependency. Everything runs with your FLIN app.
Authentication
Console access is controlled by environment:
# Development mode
# Console is open at /_flin
# Production mode
# Console requires admin authentication
# Protected by FLIN's auth system
Built with FlinUI
The console is built entirely with FLIN + FlinUI (589 components). It's dogfooding — proving the platform works by building the admin dashboard with it.
For complete console documentation, visit bible.flin.dev