https://github.com/mohamedsabry0/free_hosting_options
An attempt for a compilation of free hosting options.
https://github.com/mohamedsabry0/free_hosting_options
Last synced: 4 months ago
JSON representation
An attempt for a compilation of free hosting options.
- Host: GitHub
- URL: https://github.com/mohamedsabry0/free_hosting_options
- Owner: mohamedSabry0
- Created: 2024-03-21T23:52:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-26T20:39:35.000Z (about 1 year ago)
- Last Synced: 2025-01-13T01:25:44.081Z (5 months ago)
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Free Hosting Services
The purpose of this list is to help build MVPs with minimum cost, especially for students and people who prefer lower costs.
An attempt for a compilation of free hosting options. This list is not comprehensive yet. Feel free to open a pull request with additional items or information.Information regarding each option is going to be updated at a later date.
**General:**
- [Render.com](https://render.com/)**Containers:**
- [Elastic container service]()
- [Digital Ocean App Platform](https://www.digitalocean.com/products/app-platform)
- [Google Cloud Run](https://cloud.google.com/run?hl=en)**Databases:**
- PostgreSQL:
- [https://neon.tech/](https://neon.tech/pricing)
- [ElephantSQL](https://www.elephantsql.com/plans.html)
- [Supabase](https://supabase.com)
- [Vercel Postgres](https://vercel.com/storage/postgres)
- SQLite/edge databases:
- [Turso](https://turso.tech/pricing)
- [Cloudflare KV](https://developers.cloudflare.com/kv)
- MySQL:
- [Aiven](https://aiven.io)
- Redis:
- [Upstash](https://upstash.com)
- [Vercel KV](https://vercel.com/storage/kv)
- NoSQL:
- [Mongodb](https://www.mongodb.com)
- [Firebase](https://firebase.google.com/products-build)
- SQL:
- [CockroachDB](cockroachlabs.com)
- [Cloudflare D1](https://developers.cloudflare.com/d1/)
- [Edgedb](https://www.edgedb.com) (soon)**Acknowledgements:**
- learnt about containers' options from [Fireship's video](https://youtu.be/cw34KMPSt4k)
- learnt about Turso from the description on one of the videos of [ThePrimeagen](https://www.youtube.com/@ThePrimeagen)