#Increasing Cloudflare Pages projects limits

16 messages · Page 1 of 1 (latest)

pulsar vigil
#

I've recently reached the project limit on Cloudflare Pages (a total of 100 projects).
I'm developing an AI-based application for organic SEO.
Since all domains were purchased under my Cloudflare account, I can't create a second account and connect it to a different Git repository (especially since the entire project was designed to work from a specific GitHub repository and Cloudflare account).

I’ve submitted the official request form multiple times
🔗 Form - https://docs.google.com/forms/d/e/1FAIpQLSd_fwAVOboH9SlutMonzbhCxuuuOmiU1L_I5O2CFbXf_XXMRg/viewform

but haven’t received any response from Cloudflare support.

📢 Does anyone have any suggestions or know someone at Cloudflare who can escalate this request?

I’d really appreciate any help! 🙏

naive solar
#

I think if you move to the pro plan it will let you do more than 100 projects, it's justifiable lol

pulsar vigil
pulsar vigil
#

This is the issue

stuck pebble
#

fyi@gloomy gale

brave ember
naive solar
#

Yeah, that's what I thought as well

naive solar
#

There is workers paid which is per account

#

They person here says they have Pro on a few domains

bleak frost
naive solar
#

Yep, docs link there says limit of custom domains per project as well

brave ember
# naive solar There is workers paid which is per account

Love Cloudflare but the documentation is tricky (super annoying).

As you pointed out, 250-project limit applies to 'a single domain'.
If you have multiple domains (e.g., example.com and another-example.com), each domain on the Pro plan will have its own 250-project limit.

It means, you can deploy multiple SUBDOMAINS under example.com, such as:

Let’s say you own example.com and want to use Cloudflare Pages:

You add a blog hosted at blog.example.com → 1 project.
You add a path blog.example.com/about → 2 project .
You add a documentation site at docs.example.com → 3 projects .
You add a web app hosted at app.example.com → 4 projects .
You continue creating more subdomains or paths until you reach the limit of 250 projects.

All 250 projects under example.com share the resources and features provided by the Pro plan, such as custom SSL certificates, advanced caching, and other performance optimizations.

250 limit is not about:

  • The number of (root) domains you can host
brave ember
bleak frost