Host next js for free?
If I host a next js open source project on cloudflare, till what limit will it be free? Also, if it is free, How to do it?
5 Replies
Depends on your site. If your site is entirely static then it is always free. If you have some server side functions then you get up 100k serverside requests (request limit is shared with workers)
For getting started: https://developers.cloudflare.com/pages/framework-guides/nextjs/
Cloudflare Docs
Next.js | Cloudflare Pages docs
React framework for building full-stack web applications.
thanks a lot
100K ss requests per?
day/month/year?
day
thanks 👍