Everything included, zero boilerplate
Every capability is baked into the framework. Configure metadata, the runtime does the rest.
Metadata-Driven
Define tables and columns as metadata: the framework generates CRUD, filtering, paging and validation automatically.
Visual Designer
Drag-and-drop dashboards with datasource, repeater, chart, map, scheduler and dynamic templates.
Workflow Engine
Designer and runner for operational processes: conditional graphs, steps, custom actions and automatic triggers.
Report Builder
Report generation with embedded designer and runtime viewer, PDF/Excel export.
RAG Chatbot
Built-in AI assistant that queries the codebase in natural language with hybrid retrieval + LLM.
Multi-DBMS
SQL Server and MySQL supported via drop-in providers. Switch database without rewriting code.
Native Linux
Deploy on Linux with SQL Server or MySQL. Cross-platform .NET 10 stack, self-contained tarball, zero Windows runtime dependencies.
See it in action
Real UIs generated by the framework. Every component is configurable via metadata.
List Grid
Designer
Kanban
Chart
Map
Edit Form
Running in 3 steps
Download the ZIP, configure the database, start. No complex installation.
Download and extract
Download the ZIP from Downloads and extract itStart the backend
dotnet runStart the frontend
cd wwwroot && npm install && npm run serve:npm