Web console — policy design, simulation, and observability for InferaDB authorization.
Important
Under active development. Not production-ready.
- Tenant Management — Create and manage organizations, teams, and vaults
- Policy Editor — Edit IPL schemas with syntax highlighting and validation
- Decision Simulator — Test authorization decisions before deployment
- Relationship Visualizer — Explore relationship graphs interactively
- Audit Explorer — Review authorization decisions and access patterns
git clone https://github.com/inferadb/dashboard && cd dashboard
npm install
npm run devOpen http://localhost:5173.
| Technology | Purpose |
|---|---|
| TanStack Start | Full-stack framework |
| React | UI components |
| Tailwind CSS | Styling |
| Vite | Build tooling |
npm run dev # Start dev server
npm run build # Production build
npm run lint # Lint code
npm run test # Run tests| Variable | Default | Description |
|---|---|---|
CONTROL_API_URL |
http://localhost:8081 |
Control API |
ENGINE_API_URL |
http://localhost:8080 |
Engine API |