App limit on a single Heroku account

heroku

Solution

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

Problem

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?

Original source