Next.js
Next.js is the framework I use to build fast, modern web applications. It extends React with server rendering, routing, and a rich developer experience.
← Back to Software
It powers this website and many client projects.
How I use Next.js in practice
Server & Static Rendering
Pages can be pre-rendered at build time or on demand, giving users fast loads and up-to-date data.
API Routes
Lightweight backend endpoints live alongside the front end, perfect for forms and integrations.
File-based Routing
Each page maps to a file, keeping navigation intuitive and predictable.
Image Optimization
Built-in tooling delivers responsive, performant images without extra setup.
Seamless Vercel Deployments
Deployments push straight to Vercel for automatic previews and scaling.
Next.js lets me move quickly while delivering production-grade performance.