cost of hosting next js
Unanswered
Giant Chinchilla posted this in #help-forum
Giant ChinchillaOP
I am using next js for frontend only does it cost high. I heard from so many people
3 Replies
American black bear
Depends on traffic and the kind of application you are hosting. You can host next.js for free on Vercel and their free tier is really generous.
Nextjs can be deployed on a wide variety of services where the cost varies a lot
I deployed Next.js in the past on:
- Render.com: cheap
- Flyio : less cheap with my use case but not expensive
- Kubernetes cluster (don't know the cost right now, but instances are tiny so probably cheap)
What most people are talking about is the cost of Vercel, not Nextjs
I deployed Next.js in the past on:
- Render.com: cheap
- Flyio : less cheap with my use case but not expensive
- Kubernetes cluster (don't know the cost right now, but instances are tiny so probably cheap)
What most people are talking about is the cost of Vercel, not Nextjs
Giant ChinchillaOP
on Aws what you think?