extrabacon
extrabacon

Reputation: 1220

App limit on a single Heroku account

Is there a limit to the number of apps I can host with a single Heroku account?

I currently run multiple apps each using 1 dyno for free. But could I host hundreds (or even thousands) of small applications for free?

I also know there is a 2TB bandwidth soft limit, but is there any other limitation I could encounter?

Upvotes: 41

Views: 21009

Answers (5)

Mrudul
Mrudul

Reputation: 1

Verified accounts can create up to 100 apps whereas unverified accounts can create up to 5 apps only. To get verified you have to add your credit card details in the account setting section. Alternatively, you can also use a team account.

Source: https://devcenter.heroku.com/articles/limits

Upvotes: 0

extrabacon
extrabacon

Reputation: 1220

A clear answer surfaced in the Heroku July 2013 newsletter about platform limits. The maximum number of apps per account is 100.

Reference: https://devcenter.heroku.com/articles/limits#maximum-number-of-apps

Upvotes: 36

Mustapha-Belkacim
Mustapha-Belkacim

Reputation: 1831

Unverified accounts can create at most 5 apps. Verified accounts can create no more than 200 apps.

Source: https://devcenter.heroku.com/articles/limits#maximum-number-of-applications

PS: To verify your account you'll need to provide a payment method (credit/debit/prepaid card).

Upvotes: 3

deepakmodak
deepakmodak

Reputation: 1339

If you have unverified account then the maximum number of apps is 5 only and for verified account number is 100.

Upvotes: 13

friism
friism

Reputation: 19279

There's currently no limit on the number of apps that you can create, but please see item 4.4 of the Heroku Terms of Service.

You may not develop multiple Applications to simulate or act as a single
Application or otherwise access the Heroku Services in a manner intended
to avoid incurring fees.

Upvotes: 17

Related Questions