
next.js
The React Framework
The Lens
Next.js is the framework that handles everything React doesn't: routing, server-side rendering, API endpoints, image optimization, and deployment. It's the default choice for React apps, and for good reason: it works out of the box and scales from a landing page to a full SaaS.
Everything is free and open source under MIT. Vercel (the company behind it) makes money on hosting, not the framework. You can deploy Next.js anywhere: Vercel, AWS, a Docker container, a VPS. No features are locked to Vercel's platform.
The catch: Next.js has gotten complex. App Router vs Pages Router, Server Components, Server Actions, caching layers, middleware. The mental model is heavier than it was in 2020. And while you CAN deploy anywhere, the best experience is on Vercel, which creates soft lock-in. Self-hosting means handling things Vercel automates: image optimization, ISR, edge functions. It works, but you'll feel the gaps.
Free vs Self-Hosted vs Paid
fully freeThe framework is fully open source under MIT. Zero cost to use.
**Vercel hosting (optional):** - Hobby (free): 1 project, 100GB bandwidth, serverless functions included - Pro ($20/mo per member): Unlimited projects, 1TB bandwidth, preview deployments, analytics - Enterprise: Custom pricing
**Self-hosting costs:** A $5-10/mo VPS can run a Next.js app in Docker. You lose Vercel's edge network, automatic image optimization, and zero-config deployments. For most small projects, the free Vercel tier is the path of least resistance.
**The real cost:** Developer time learning the framework's growing surface area. App Router + Server Components + caching is a multi-week learning investment for a team.
Framework is free. Vercel hosting has a free tier. Self-hosting is straightforward on any platform.
Similar Tools
License: MIT License
Use freely, including commercial. Just keep the license.
Commercial use: ✓ Yes
About
- Owner
- Vercel (Organization)
- Backed by
- Vercel Inc (Accel, GV)
- Stars
- 138,628
- Forks
- 30,761
- trending
Explore Further
More tools in the directory
Get tools like this delivered weekly
The Open Source Drop — the best new open source tools, analyzed. Free.





