← Back to case studies

Client work

National Government Portals

Production React and Next.js delivery for national portals (DFPD, Atal Bhujal Yojana) — performance, accessibility, and SEO at government scale.

ReactNext.jsTypeScriptReact QueryRedux Toolkit
Problem
Public-sector portals demanded fast pages, WCAG 2.1 AA accessibility, and strong SEO on constrained infrastructure.
My role
Owned frontend delivery from build to production across 4+ client products.
Result
30-40% faster page loads, 90+ Lighthouse on key flows, WCAG 2.1 AA compliance on 3+ projects.

Technical decisions

  • SSR/SSG selectively by page intent to balance speed, freshness, and maintainability.
  • Core Web Vitals-driven metadata and asset strategy; code-splitting and lazy loading throughout.

Trade-offs

  • Introduced stricter architecture boundaries, which required team alignment and review discipline.

Evidence from the build

90+ Lighthouse on key flows

WCAG 2.1 AA compliance

SSR/SSG rendering strategy

Dark mode
Back to top