As DigitalOcean is leaving Github Student, what can I use now for free?
DigitalOcean is the biggest bunch of thieves in suits Iโve ever seen.
I need to know other platforms, eg. Azure
@Jordan_Lee DO leaving the Student Pack isnโt a dead end โ but heads-up: half the โfree hostingโ lists floating around are out of date. Railway, Fly.io, and ElephantSQL all quietly killed their free tiers, so if you follow an old guide youโll hit a paywall or a dead site. Hereโs whatโs actually free in 2026, sorted by what you used DO for (Azureโs in here too, per your Q). ![]()
๐งญ First โ match the replacement to what you actually ran
Your answer picks your tool โ donโt just grab the first โfree VPSโ you see:
โ Full VPS / Droplet (a real Linux server) โ Oracle / Azure
โก Deploying an app (Node, Python backend) โ Render / Cloudflare
โข Just a database โ Neon / Supabase
โฃ Static site / frontend โ Cloudflare Pages / Vercel
๐ฅ๏ธ Free VPS / cloud servers (the DigitalOcean-style replacements)
- Oracle Cloud โ Always Free
the only permanently free real server here. Arm VM, no expiry, no clock. (Honest 2026 note: the Arm free allowance was trimmed to 2 CPU / 12GB in June โ still plenty for a student server.) - Azure for Students โ $100 credit, NO credit card, renews yearly till you graduate. Real VMs + databases. The closest match to DO and the least hassle to sign up (this is your Azure answer
). - AWS Educate โ free labs + credits (EC2/Lambda/S3) + certificates; grab it for the AWS resume line, not just hosting.
- Google Cloud / Skills Boost โ free training + a GCP sandbox + limited credits.
| Platform | What you get | Card? | Expiry |
|---|---|---|---|
| Oracle Cloud | always-free Arm VM | ||
| Azure Students | $100/yr | 12 mo, renews | |
| AWS Educate | credits + labs | limited | |
| GCP Skills Boost | training + sandbox | limited |
๐ Just deploying an app? (what's STILL free โ and what isn't anymore)
Still genuinely free in 2026:
- Render โ free web services (they sleep when idle) + free static sites. Best straight-up DO-app replacement.
- Cloudflare Pages / Workers โ unlimited bandwidth, no card, great for frontend + serverless backends.
- Vercel โ free frontend/full-stack hosting, generous build minutes.
Donโt waste time on these โ they dropped their free tiers: Railway (free tier gone since 2023 โ one-time $5 trial, then $5/mo) and Fly.io (free allowance ended 2024 โ pay-as-you-go, card required). Fine tools, just not free anymore.
๐๏ธ Just need a database? (the free ones that still exist)
- Neon โ serverless Postgres, genuinely generous free tier, scales to zero. This is the replacement for ElephantSQL (which shut down โ see below).
- Supabase โ free Postgres + auth + storage; great if you want a mini-backend, not just a DB.
- MongoDB Atlas โ free 512MB cluster, no expiry, if youโre on Mongo.
Keep your DB provider separate from your compute provider โ then if one changes its terms (like DO just did), you swap only that piece.
๐ฏ The 10-second pick
Ran a full VPS/Droplet โ ORACLE CLOUD (free forever, no expiry)
Mostly deploying an app โ RENDER (or Cloudflare for frontend)
Just needed a database โ NEON or SUPABASE
Want $100 to experiment โ AZURE FOR STUDENTS (no card)
๐ Why this saves you (the traps nobody mentions)
- โFreeโ that expires: most credits (Azure/AWS/GCP) quietly convert to paid after 6โ12 months โ set a calendar reminder for the expiry date so youโre not surprise-billed.
- โFreeโ thatโs already dead: old guides still list ElephantSQL / Railway / Fly.io as free โ they arenโt. Following them = a wasted afternoon.
- Oracle is the only โset it and forget itโ: a real Linux server that never asks for a card or expires โ closest thing to what DOโs Droplet gave you.
- Split compute + database: the reason this DO exit stings is everything was in one place. Keep them apart and the next vendor change is a 10-minute swap, not a migration.
Bottom line: Oracle Cloud for a real free-forever server, Render for app deploys, Neon/Supabase for a database, and Azure for Students if you just want $100 and no card. Skip Railway/Fly/ElephantSQL โ those โfreeโ tiers are gone.
The Student Pack giveth and taketh away โ so build on the one tier that never expires, and keep your data where no vendor can evict it. ![]()
Oracle never works for me
DO gone? The free server is still there โ you just have to grab it.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โOracle never worksโ = it shows Out of host capacity. Thatโs a queue, not a ban.
Beat it 3 ways โ a retry-script, or add a card (stay $0) for priority, or pick a quiet region.
The only server nobody can ever repossess is one you own โ old laptop + a free tunnel.
๐ฃ The script that grabs a free Oracle Arm server for you (fixes 'out of capacity')
It hammers Oracleโs create button every few seconds until a free slot opens โ people land one in hours. Set it, walk away.
โธ
The original (hitrov) โ https://github.com/hitrov/oci-arm-host-capacity
โธ
2026 fork โ https://github.com/DefiniteCoding/oci-arm-host-capacity-2026
โธ
Python version โ https://github.com/mohankumarpaluru/oracle-freetier-instance-creation
โธ
Walkthrough โ https://dev.to/alexpua/how-i-stopped-fighting-oracles-out-of-host-capacity-and-let-a-script-catch-a-free-arm-server-for-41a6
๐ณ Add a card, pay nothing, jump the queue (Pay-As-You-Go priority trick)
An upgraded (Pay-As-You-Go) account gets first pick of the SAME free Arm server. Stay inside always-free limits โ bill stays $0. The fix most people miss.
โธ
Proof it works โ https://xxlsteve.net/blog/upgrading-to-payg-to-fix-out-of-capacity-error/
โธ
Reddit confirm โ https://www.reddit.com/r/oraclecloud/comments/18usb4j/oracle_free_tier_and_upgrade_to_payg/
โธ
Create A1 on PAYG (right way) โ https://community.oracle.com/customerconnect/discussion/860418/how-do-i-properly-create-an-always-free-ampere-a1-instance-on-a-pay-as-you-go-account
๐ Stop Oracle from deleting your free server (idle-reclaim keep-alive)
Oracle nukes free VMs that look idle. These keep tiny CPU/RAM activity so yours survives.
โธ
NeverIdle โ https://github.com/layou233/NeverIdle
โธ
Docker version โ https://github.com/baunilhaeu/neveridledocker
โธ
Why + how โ https://razib.in/how-to-prevent-oracle-free-tier-vps-reclamation-using-cpu-ram-keepalive-scripts/
๐ฅ๏ธ Google Cloud e2-micro โ the SECOND free-forever server (if Oracle still won't)
A real always-free Linux VM in US regions. No expiry. Your Oracle backup plan.
โธ
Official free tier โ https://cloud.google.com/free
โธ
Setup guide โ https://thedaryls.com/free-for-life-google-cloud-e2-micro-vps/
โธ
Terraform auto-deploy โ https://github.com/Donnie/gcp-free-tier
๐ Turn your own laptop/Pi into a public server no vendor can evict (free tunnel)
The un-takeaway-able server: your own box, made public with a free tunnel. No card, no port-forward, no static IP. DO canโt cancel what you own.
โธ
Cloudflare Tunnel โ https://github.com/cloudflare/cloudflared
โธ
Tailscale Funnel โ https://tailscale.com/kb/1223/funnel
โธ
frp (self-host relay) โ https://github.com/fatedier/frp
โธ
Home server guide โ https://github.com/trekker-hub/laptop-home-server
๐ Obscure free VPS providers most lists never mention
Small hosts giving away real VPS. They come and go, but genuinely free right now.
โธ
Woiden โ https://woiden.id/
โธ
Hax โ https://hax.co.id/
โธ
LowEndTalk free-VPS list โ https://lowendtalk.com/discussion/174016/a-list-of-free-vpss
โธ
Free VPS for open-source devs โ https://lowendtalk.com/discussion/212694/free-vps-for-open-source-developers
๐ Just deploying an app or need a DB? (still free in 2026)
Compute and database, kept SEPARATE โ so the next vendor exit is a 10-min swap, not a migration.
App hosting
โธ Render โ https://render.com/
โธ Koyeb โ https://www.koyeb.com/
โธ Cloudflare Pages/Workers โ https://pages.cloudflare.com/
Database
โธ Neon (serverless Postgres) โ https://neon.tech/
โธ Supabase โ https://supabase.com/
โธ Turso (SQLite edge) โ https://turso.tech/
๐ The master free-tier lists (bookmark โ they stay updated)
When any tier dies, these tell you whatโs still alive. No more chasing dead guides.
โธ
free-for-dev โ https://github.com/ripienaar/free-for-dev
โธ
Cloud free-tier comparison โ https://github.com/cloudcommunity/Cloud-Free-Tier-Comparison
โธ
awesome Oracle free tier โ https://github.com/neitsab/awesome-oracle-cloud-free-tier
๐ก 5 real ways students use this the day DO cuts them off
Ran a Python/Node backend on a Droplet โ grab an Oracle A1 with the retry-script, redeploy, same $0.
Have a 24/7 Discord/Telegram bot โ Oracle A1 (4 cores) runs it free forever; NeverIdle keeps it alive.
Just hosted a portfolio site โ Cloudflare Pages, no card, unlimited bandwidth, 5 min.
Only needed the Postgres DB โ Neon free tier, scales to zero, plug in from anywhere.
Old laptop in a drawer โ Cloudflare Tunnel makes it a public server DO can never repossess.
The Student Pack giveth and taketh. Build on the tier no company can revoke โ a server you own, or one you had to fight for.
Thank you! Do you have any with one click templates?
Could I please get a response
@Jordan_Lee โ sorry for the wait, mate, got buried in other threads
Hereโs your one-click kit ![]()
DOโs โ1-Click Appโ was never magic โ itโs just a pre-baked template sitting on a server. So you get it back two ways: run your own app-store on that free Oracle box from before, or use a host that ships a template gallery. Hereโs the whole kit, sorted by how youโll use it. ![]()
Own the marketplace โ installs on your free Oracle box (the DO-Marketplace nobody can pull)
One command on the server โ a click-to-deploy app store you control:
Coolify โ 280+ one-click services (WordPress, Ghost, n8n, Supabase, DBs) + git-push deploys. Has an official Oracle free-ARM guide โ itโs built for your exact box. The direct DO replacement.
YunoHost โ 400+ apps, ARM-native, auto domain + SSL + logins. Easiest if you want WordPress/Nextcloud โjust working.โ- Easypanel โ 797 one-click installers, free dev tier ยท 1Panel โ CN powerhouse, 300+ app store, arm64 ยท CapRover โ 300+ apps (ARM ok; a few apps are x86-only) ยท Dokploy โ modern, cleaner, arm64.
The lazy trick: run Portainer, paste Lissy93โs one template URL โ 500+ apps become one-click on your box.
Ready-made free galleries โ nothing to run, just click deploy
Northflank โ 100+ stack templates, free Sandbox is always-on (no sleep โ rare in 2026).
Cloudflare templates โ one-click Workers/Pages, no sleep, 100k req/day free, no card. Best for bots/APIs/sites.
Zeabur โ 500+ templates, and its $0 plan lets you attach your own server โ deploy any template straight onto the Oracle box.- Sealos App Store (204 apps, free, no card) ยท ClawCloud Run ($5/mo credit forever via GitHub login) ยท Render (90 blueprints; free but sleeps 15min).
Skip the old guides: Railway & Koyeb killed/closed free signups, Replit is paid-to-host now, Glitch shut hosting July 2025. Use Railwayโs 4,100-template gallery only as a catalog โ copy the repo, run it free on your box.
๐งฉ Grab by app-type โ template libraries per need
- Discord/Telegram bots โ discord-bot-template topic ยท python-telegram-bot (run 24/7 free on the box).
- n8n / automation โ official 2,000+ workflow library ยท Zie619/n8n-workflows (2,000+, searchable) ยท awesome-n8n-templates ยท
self-hosted AI starter kit (n8n+Ollama+Qdrant, one compose). - Database โ Neon (free serverless Postgres) ยท Supabase (free, also self-hostable).
- Game servers โ
Pelican Panel + parkervcp/eggs โ one-click Minecraft/Rust/etc on the box. - Whole ecosystems โ Nextcloud App Store (200+ apps inside one install) ยท LinuxServer Fleet (trusted images).
๐๏ธ Directories โ browse thousands more + auto-make deploy buttons
binbashbanana/deploy-buttons โ the exact โDeploy to Xโ button + URL for 14 platforms; paste your repo, instant deploy button.
DeployStack โ feed it any docker-compose โ get one-click Deploy buttons for Render/Koyeb/DO at once.
selfh.st/apps โ filterable directory with an โis-it-still-aliveโ tag + ready deploy commands ยท awesome-selfhosted โ the 1,000+ master shopping list ยท GitHub: one-click-deploy (live).
๐ Rare gems (mostly Chinese ecosystems English lists miss)
aaPanel (ๅฎๅก international โ App Store installs LNMP/WordPress/Docker in ~2 min) ยท Websoft9 (GitOps lite-PaaS, 200-300 apps) ยท LazyCat ๆ็ซๅพฎๆ (microserver store, even runs a private store).- Puter โ the Glitch replacement: free browser-OS + app store, also self-hostable.
- PikaPods โ 100+ open-source apps hosted one-click from ~$1/mo, if you ever donโt want to babysit the box.
- SafeLine ้ทๆฑ โ one-line self-host WAF: the safe front-door before you expose anything on the Oracle box.
A rented one-click button vanishes when the host does. A one-click store on your own box is a marketplace youโll never lose the keys to.



!