Production Next.js at Scale
At Hapax AI, I shipped 506 frontend commits building an enterprise Next.js platform serving banking and financial services customers. I work with the App Router, server components, TypeScript, and the full modern React ecosystem daily.
Frontend Stack
- Next.js 14/15 with App Router and server components
- TypeScript end-to-end, strict mode
- Tailwind CSS with Radix UI/shadcn component library
- TanStack Query for data fetching and caching
- Zustand for client-side state management
- tRPC for type-safe API communication
- Framer Motion for animations
- TipTap for rich text editing
- Y.js for real-time collaboration
- Vitest + Playwright for testing
What I Have Shipped
I built and maintained a Next.js enterprise platform that included a full RBAC permissions system across API and frontend, a document vault migrated to server-side rendering, full-text search, a workflow output builder with rich table rendering, real-time chat with multi-format file display, and a teams management page optimized for 6,000+ users. I also diagnosed and fixed performance issues including infinite rerender loops, hydration mismatches, and bundle size optimization.
Infrastructure
I deploy Next.js applications on Vercel, AWS (ECS, S3, CloudFront), and self-hosted environments. I work with Turborepo monorepos, Bun for package management, Biome for linting, and CI/CD pipelines with GitHub Actions.