NextLevelNextJs

Deep technical writing about Next.js internals, performance, and production edge cases.

February 18, 202610 min read
Self-Hosting Next.js

With your own server, you decide how the app runs. You can run long-lived processes, custom APIs, workers, WebSockets, Redis, cron jobs, and multiple apps together.

June 16, 20255 min read
How to Reduce JavaScript Bundle Size in Next.js

In Next.js, this matters a lot because smaller bundles mean faster page loads, less JavaScript parsing, better Core Web Vitals, and a smoother experience on slower devices.