Daftar Hosting Gratis Terbaik (Freemium) untuk Developer
Berikut adalah daftar layanan hosting freemium (gratis selamanya) untuk kebutuhan pengembangan aplikasi — mulai dari frontend, backend, database, hingga mailing dan analitik. Cocok untuk pemula, hobi, dan prototipe startup.
Hosting 101
Freemium (Free forever only)
Frontend
- Vercel – Allows serverless functions without any config, CI/CD available
- GitHub Pages – Static easy deployment, CI/CD available
- Netlify – Need to setup functions folder, CI/CD available
- Cyclic.sh – JavaScript only, AWS S3 and DynamoDB available, never sleeps, max 3 apps, CI/CD available
Backend
- Render – Easy deployment with GitHub, CI/CD available, apps sleep and very slow deployments
- Koyeb – Docker and multi-language supported, 512MB MicroVM, apps never sleep
- Back4app – 256MB RAM, 0.25 CPU MicroVM, Docker container
- KintoHub – 3 vCPU with 250MB (each, up to 1GB storage), only 3 apps
- AlwaysData – Your files are accessible via SSH, full control over applications
- Encore – Only for Encore-based apps
- Glitch – Fullstack hosting with SQLite (apps sleep after 5 minutes)
- Supabase – Deno-based serverless, PostgreSQL, project sleep if inactive, 2 projects max
- Firebase – Great for auth/DB, proprietary, never sleeps
- Nhost – Free PostgreSQL DB, projects sleep after 7 days inactivity
- Appwrite – Easy Docker setup, unlimited self-hosted projects
- Convex – Firebase alternative with similar features
- PocketBase – Open-source backend using SQLite
Database
- Neon – Fully managed Postgres, multi-cloud, generous free tier
- Xata – Free serverless Postgres, 15GB
- MongoDB Atlas – Free shared VM, Data API, NoSQL
- CockroachDB – Distributed SQL, serverless, free tier
- Airtable – Cloud-based relational DB with great UI
- InfinityFree – Free MySQL, 5GB, unlimited bandwidth
Auth
Storage
CMS
Mailing Service
- Nodemailer – Setup your own email service
- Sender – Up to 15,000 emails/month
- SendPulse – 15,000/month
- EmailOctopus – 10,000/month
- MailerLite – 12,000/month
- Brevo – 9,000/month
- Mailjet – 6,000/month
- SendGrid – 3,000/month (no domain requirement)
- Resend – 3,000/month
- Mailgun – 3,000/month
- Loops – 2,000/month
- Mailchimp – 1,000/month
Analytics
Testing / Monitoring
CI/CD
- GitHub Actions (
.github/workflows
) - Jenkins
- Spinnaker