Own Product · 2026

NyayHub — case management for the way Rajasthan High Court actually runs.

Built by Izafa Labs as our own SaaS. Not client work — but we publish it here because the engineering decisions are the same ones we make for clients.

The premise.

Most legal case management software is built by people who have never sat through a Rajasthan High Court hearing. NyayHub is built around the constraints that actually break legal software in India: unreliable Wi-Fi inside court buildings, multi-tenant data segregation across firms, and the fact that lawyers need their interface to load before the judge calls the matter.

The architecture.

Approximately seventy Postgres tables on Supabase, thirty-plus Edge Functions, and a strict multi-tenant isolation model we call Data Protection Plan 1. The frontend is built around Optimization Plan 1 — cache-first rendering, IndexedDB-first UI, non-blocking realtime, and aggressive query invalidation reduction. The default state assumption is offline; the network is treated as enhancement, not requirement.

What this proves about how we engineer.

Constraints first, features second. Multi-tenancy designed at the database layer, not bolted on. Realtime and offline reconciled at the architecture level, not patched at the component level. This is the engineering posture we bring to client work.

If your business has the same operating constraints, talk to us.