An ERP that runs the whole education business in one system — course sales, instructor payouts, member management and multi-platform operation. Multi-tenancy lets several platforms run independently on a single instance.
The moment you operate more than one education platform, your tooling stops fitting.
Course content, instructor payouts, member permissions and payments could survive on Excel and an external payment page when there was one platform. The second and third one turned the same job into a tool-swap done two or three times over.
For MCNs and influencer-management companies, commission policies vary subtly per instructor — calculating that in Excel monthly hits a wall fast.
Courses, payouts, members and payments live in one system. Multi-tenancy lets several platforms run independently on the same instance.
Course content models out as Course → Chapter → Lesson. Per-instructor and per-platform revenue splits and commission policies adjust in the admin without code changes. Toss Payments and an RBAC permission system run inside the same codebase.
Multi-tenancy isolates data so a new platform onboards without bleeding into another's records — and the same ERP carries it from day one.
App Router + shadcn UI to keep daily-use screens information-dense.
Courses, payouts, members and payments under one Prisma schema. Toss handles full payment integration.
Operator, instructor, member and tenant permissions unified in one model.