Nexora
One platform to run projects, people, and payroll in real time
Visit Live SiteA unified, real-time PMS and ERP that lets teams manage projects, tasks, members, attendance, leaves, and payroll from a single dashboard — built on a hybrid serverless architecture that delivers live updates without heavy infrastructure.
Key Features
Kanban Boards
Drag-and-drop project and task management across teams.
Role-Based Access
Granular RBAC and OAuth sign-in across every module.
Geofenced Attendance
Location-verified check-in / check-out for reliable records.
Leave Management
Requests, approvals, and balances handled in one place.
Payroll
Automated payroll tied directly to attendance and leaves.
PDF Reports
One-click, exportable reports across every module.
File Vault
Secure in-app document storage with controlled access.
Messaging & Metrics
Built-in team messaging and live performance metrics.
Challenges & Solutions
Real-time without heavy infra
Deliver live updates without standing up costly streaming infrastructure.
Securing GraphQL
Protect the GraphQL API surface from unauthorized access.
Reliable attendance
Keep check-ins accurate and tamper-resistant across locations.
File storage cost
Store documents without expensive external object storage.
RBAC edge cases
Role and email casing inconsistencies caused permission bugs.
GraphQL subscriptions
Hasura subscriptions deliver real-time updates with no extra infra.
Secured API proxy
An authenticated proxy layer guards the GraphQL endpoint.
Hybrid persistence
Geofencing plus resilient persistence keeps attendance dependable.
Base64-in-Postgres
Files persisted in Postgres eliminate external storage cost.
Normalized RBAC
Normalized roles/emails and Zod validation removed permission bugs.