system
network.
lucy_os runs as a single-tenant institutional platform. each school gets its own isolated data environment. no shared infrastructure between clients.
note // lucy_os is a single-instance deployment per institution. stats above reflect live counts directly from the active database. there are no exaggerated global node claims — what you see is what is actually running.
Application Layer
Next.js server-side rendering with edge-optimized routing. Each page request is handled in under 50ms.
API Gateway
Stateless REST API with role-based access control enforced at every endpoint. TLS 1.3 in transit.
Database Vault
PostgreSQL on isolated compute. AES-256 at rest. Automated backups every 6 hours.
Email Dispatch Node
Async notification queue for parent alerts, attendance reports, and exam results via Gmail SMTP.
Isolated Tenant Model
every school is a completely isolated tenant. student records, grades, attendance, and communications are stored in schemas that are cryptographically separated. a teacher at school A cannot — even in theory — access records at school B.