🚧 FLIN is in active development. Coming soon! Thank you for your patience. Join Discord for updates

🚀 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

localhost:3000/_flin
FLIN Console

Dashboard Overview

1,247
Total Records
8
Entities
42
Users
$2.47
AI Cost Today

Recent Activity

CREATE User #42 2 min ago
UPDATE Post #128 5 min ago
AI ask_claude() 8 min ago
150+
Features
19
Sections
0
Setup Required

Access

Every FLIN app automatically includes an admin console at the reserved /_flin route:

terminal
# Start your app
flin dev

# Open console
http://localhost:3000/_flin

Console Sections

Core Management

Overview
Dashboard stats
Entities
Browse & CRUDD
Users
User management
Query
FLIN query editor

Data & Storage

Storage
File browser
Schema
ER diagram
Functions
Server functions
Realtime
WebSocket inspector

AI & Intelligence

AI Dashboard
Token usage
Cost Tracking
AI spending
AI Gateway
Provider status
Playground
Test prompts

Observability

Logs
Real-time logs
Analytics
API metrics
Traces
Distributed tracing
Alerts
Notifications

Entity Browser

Browse, search, and edit your entities with a visual interface:

AI Dashboard

Track your AI usage and costs:

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
✨ FLIN Console = PocketBase simplicity + Supabase features + AI native

No separate dashboard to install. No cloud dependency. Everything runs with your FLIN app.

Authentication

Console access is controlled by environment:

Access Control
# 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.

📖 Deep Dive

For complete console documentation, visit bible.flin.dev