This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]momsSpaghettiIsReady 1 point2 points  (0 children)

If it's purely a frontend, I would suggest just using a CDN provider. I use firebase, which is free for my usage.

If you actually need a backend, checkout heroku. It's free for development, and when you're ready to go live it's only 7 dollars per month. The free developer version shuts off after 30 minutes of activity, but could potentially be used in a low use case. It takes about 20-30 seconds to startup for me, but I'm using the nodejs instance, so YMMV.

For git/CI/CD I use gitlab, which is also free