I have multiple apps on app-platform each with a managed database and was wondering how i could reduce costs and still make it work , i have 5 websites that i host on vercel with the strapi on digital ocean
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hey! 👋
If you’re looking to cut costs while keeping Strapi running smoothly, here are a few options:
If the websites don’t need Vercel’s premium features, hosting them on a Droplet with Nginx could be cheaper.
A $14–$28/month setup (Droplet + Shared DB) should work well for multiple Strapi instances.
Hope this helps!
- Bobby
Heya, @luigihard
As Bobby mentioned you can try running the setup on a droplet and test if the performance is sufficient with your needs. You’ll need to take care for updates and backups and setup monitoring, but this can cut costs.
Regards
Heya,
I believe the way to go would be to use a Droplet and host your applications there. Even if you have split them into different Droplets to have more of a balanced solution it should be alright and still cheaper to do.
The downside of this is that you’ll have to manage everything yourself.