I’m evaluating whether to use Pages for a custom platform that will host a large number of small sites, and I’m trying to understand CF’s documentation on the limits on Pages. We would be hosting hundreds of sites for our clients, each with a different domain, and each of the sites would have a very basic Function behind it to accept form submissions.
The sales page for Pages https://pages.cloudflare.com/
says that all plans have “unlimited sites”. But the Pages developer docs https://developers.cloudflare.com/pages/platform/limits/
say the limit is 100 sites per account. Is the documentation out of date or is there something I’m missing?
The developer docs also say the number of domains is limited to 500 (for business plans) “per plan” but the sales page says “per project”. Is there a difference between a “plan” and a “project”?
Lastly, I’m also wondering whether Functions associated with Cloudflare Pages count against the limit on the number of Workers described in the developer docs https://developers.cloudflare.com/workers/platform/limits/
.
Many thanks!