Rebuilt the local development loop for modern Next.js apps—fewer moving parts, faster feedback, and powerful state controls for real-world testing.
Highlights
- Single Next.js dev server plus a lightweight local proxy (one port, no CORS headaches)
- Admin UI to toggle presets like authenticated/unauthenticated or device modes
- Dynamic network mocking using a dedicated Mock Service Worker (MSW) server
Rendering diagram…
Why clients care
Faster iteration means more product shipped with fewer regressions. Teams get a consistent, batteries-included setup that mirrors production behaviors without backend dependencies.
What changed
- Simplified multi-process legacy setup into a single ergonomic workflow
- Standardized project layout and linting via framework conventions
- Enabled high-fidelity E2E testing locally (including device simulation)
Result
Developers spend less time on environment quirks and more time delivering features—while testing realistic scenarios from day one.