Connect-ed
Education management platform for institutional records and operations — Refine admin surfaces over Supabase with Ant Design workflows.
Problem
Schools juggle enrollments, staff records, and operational data across disconnected tools. connect-ed consolidates institutional CRUD behind Refine’s data provider pattern, Supabase auth, and Ant Design components tuned for registrar-style workloads.
What it covers
- Refine + Ant Design admin scaffolding
- Supabase-backed auth and row-level data access
- Markdown-capable record editors for policy notes
- Inferencer-assisted resource bootstrapping during build-out
{
"dependencies": {
"@refinedev/antd": "^5.43.1",
"@refinedev/core": "^4.47.1",
"@refinedev/supabase": "^5.7.4",
"antd": "^5.0.5",
"react": "^18.0.0"
}
}