Heroku free plan is gonee~~ can anyone suggest the best alt of heroku~
Share
Talk Programming , Career, Mental Health, Talk Personal Finance ❤️ Post a query and receive responses ✅
Post a query and receive responses. Ask anything, Ask Mitra ❤️
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are several alternatives to Heroku that you can consider using for your web application hosting needs. Some of the options that you might want to consider include:
Fly.io
Railway
I found Railway app quite nice alternative for Heroku. They give you $5 worth of execution time every month. You can create your project push it to github and it’ll automatically do the deployments for CI/CD. It also uses nixpack under the hood to identify your project and create the image automatically for you. Further you can also use the Procfile of Heroku. I think best for your personal project or Uni project. You can also upgrade the plan for professional project.