DIN 0815/M · MOD-02
Admin Dashboard
Internal CRUD interface over any data model. Tables, filters, bulk actions, exports.
The dashboard is config-driven: you describe your data model once, in a single TypeScript file, and the whole application — SQLite schema, REST API, validation, list views, filter row, forms and CSV exports — derives from it. No code generation, no migrations tool, no external services.
What it does
- One TypeScript config drives schema, API, forms and exports
- Sortable, filterable tables over any model
- Bulk actions and one-click CSV export
- Server-side validation derived from the same config