Lombakita Platform Baseline
Step 2.2 institution workspace creation baseline is active. Authenticated users can create an institution tenant with durable owner membership and manage a minimal settings shell.
Step 2.2 Status
- Auth.js credentials login with Resend-verified registration
- User-domain and institution membership foundation
- Student profile shell endpoint and guarded profile page
- Institution tenant creation endpoint with owner membership assignment
- Slug-based institution settings shell with owner-only updates
- Managed PostgreSQL-ready env contract and guarded migration flow
- No staff invitations, verification workflow, competition tooling, or payments
Current Runtime Surfaces
- Student profile page: /student/profile
- Student profile API: /api/v1/students/me/profile
- Institution workspace page: /institution/workspace
- Institution create API: /api/v1/institutions
- Sign-in page: /auth/sign-in
- Protected example page: /protected
- Session API example: /api/v1/auth/session
- Tenant context API example: /api/v1/auth/context
- Health endpoint: /api/health