← Crafts
Connect-ed preview

Connect-ed

EdTech pilot Full-stack engineer

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
Registrar Refine UI Supabase provider Postgres Row history
Institutional record flow
{
  "dependencies": {
    "@refinedev/antd": "^5.43.1",
    "@refinedev/core": "^4.47.1",
    "@refinedev/supabase": "^5.7.4",
    "antd": "^5.0.5",
    "react": "^18.0.0"
  }
}
Connect-ed admin console placeholder
Screenshot placeholder — institutional records list and detail drawer.