Link Search Menu Expand Document

In November 2022, Heroku will shut down its free tier.

Projects in CMPSC 56 and CMPSC 156 have relied on that service for many years. We will need to find viable alternatives.

Heroku provided at least two separate services for us:

  • Hosting of Spring Boot web applications
  • Provision of Postgres databases

It may very well be that we end up replacing Heroku with multiple services:

  • One for web app hosting
  • Another for database hosting

Web App Hosting Alternatives

Postgres Hosting alternatives

  • bit.io
    • NOT TESTED YET
    • PROS:
      • Has a free tier pricing
      • 3 Databases, 3GB storage
    • CONS:
      • Databases are “public”.. not sure what that means.
      • If it’s read only, could work for SOME apps, but not all
      • If it’s public read/write, that’s a deal breaker (unusable)
  • www.elephantsql.com
    • NOT TESTED YET
    • PROS:
      • Has a free tier pricing
      • 20MB Data, 5 concurrent connections