DigitalOcean is leaving the Student Developer Pack

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). :backhand_index_pointing_down:

๐Ÿงญ 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 :star: 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 :+1:).
  • 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 :cross_mark: :white_check_mark: never
Azure Students $100/yr :cross_mark: 12 mo, renews
AWS Educate credits + labs :warning: varies limited
GCP Skills Boost training + sandbox :warning: varies 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.

:warning: 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. :cloud:

Oracle never works for me

:unlocked: DO gone? The free server is still there โ€” you just have to grab it.
โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•

:ice: โ€œOracle never worksโ€ = it shows Out of host capacity. Thatโ€™s a queue, not a ban.
:fishing_pole: Beat it 3 ways โ†’ a retry-script, or add a card (stay $0) for priority, or pick a quiet region.
:house: 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.

โ–ธ :package: The original (hitrov) โ†’ https://github.com/hitrov/oci-arm-host-capacity
โ–ธ :package: 2026 fork โ†’ https://github.com/DefiniteCoding/oci-arm-host-capacity-2026
โ–ธ :snake: Python version โ†’ https://github.com/mohankumarpaluru/oracle-freetier-instance-creation
โ–ธ :open_book: 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.

โ–ธ :receipt: Proof it works โ†’ https://xxlsteve.net/blog/upgrading-to-payg-to-fix-out-of-capacity-error/
โ–ธ :thread: Reddit confirm โ†’ https://www.reddit.com/r/oraclecloud/comments/18usb4j/oracle_free_tier_and_upgrade_to_payg/
โ–ธ :clipboard: 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.

โ–ธ :package: NeverIdle โ†’ https://github.com/layou233/NeverIdle
โ–ธ :spouting_whale: Docker version โ†’ https://github.com/baunilhaeu/neveridledocker
โ–ธ :open_book: 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.

โ–ธ :globe_with_meridians: Official free tier โ†’ https://cloud.google.com/free
โ–ธ :open_book: Setup guide โ†’ https://thedaryls.com/free-for-life-google-cloud-e2-micro-vps/
โ–ธ :hammer_and_wrench: 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.

โ–ธ :package: Cloudflare Tunnel โ†’ https://github.com/cloudflare/cloudflared
โ–ธ :spider_web: Tailscale Funnel โ†’ https://tailscale.com/kb/1223/funnel
โ–ธ :wrench: frp (self-host relay) โ†’ https://github.com/fatedier/frp
โ–ธ :open_book: 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.

โ–ธ :indonesia: Woiden โ†’ https://woiden.id/
โ–ธ :indonesia: Hax โ†’ https://hax.co.id/
โ–ธ :thread: LowEndTalk free-VPS list โ†’ https://lowendtalk.com/discussion/174016/a-list-of-free-vpss
โ–ธ :thread: 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.

:rocket: App hosting
โ–ธ Render โ†’ https://render.com/
โ–ธ Koyeb โ†’ https://www.koyeb.com/
โ–ธ Cloudflare Pages/Workers โ†’ https://pages.cloudflare.com/

:file_cabinet: 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.

โ–ธ :star: free-for-dev โ†’ https://github.com/ripienaar/free-for-dev
โ–ธ :bar_chart: Cloud free-tier comparison โ†’ https://github.com/cloudcommunity/Cloud-Free-Tier-Comparison
โ–ธ :card_index_dividers: 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
  1. :snake: Ran a Python/Node backend on a Droplet โ†’ grab an Oracle A1 with the retry-script, redeploy, same $0.
  2. :robot: Have a 24/7 Discord/Telegram bot โ†’ Oracle A1 (4 cores) runs it free forever; NeverIdle keeps it alive.
  3. :globe_with_meridians: Just hosted a portfolio site โ†’ Cloudflare Pages, no card, unlimited bandwidth, 5 min.
  4. :file_cabinet: Only needed the Postgres DB โ†’ Neon free tier, scales to zero, plug in from anywhere.
  5. :brick: 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 :folded_hands: Hereโ€™s your one-click kit :backhand_index_pointing_down:

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. :backhand_index_pointing_down:

:convenience_store: 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:

  • :star: 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.
  • :star: 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.
  • :star: The lazy trick: run Portainer, paste Lissy93โ€™s one template URL โ†’ 500+ apps become one-click on your box.

:cloud: Ready-made free galleries โ€” nothing to run, just click deploy

  • :star: Northflank โ€” 100+ stack templates, free Sandbox is always-on (no sleep โ€” rare in 2026).
  • :star: Cloudflare templates โ€” one-click Workers/Pages, no sleep, 100k req/day free, no card. Best for bots/APIs/sites.
  • :star: 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).
  • :warning: 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
๐Ÿ—‚๏ธ Directories โ€” browse thousands more + auto-make deploy buttons
  • :star: binbashbanana/deploy-buttons โ€” the exact โ€œDeploy to Xโ€ button + URL for 14 platforms; paste your repo, instant deploy button.
  • :star: DeployStack โ€” feed it any docker-compose โ†’ get one-click Deploy buttons for Render/Koyeb/DO at once.
  • :star: 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)
  • :star: 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.

I activated the subscription just yesterday. DigitalOceanโ€™s service is still included in the Benefits package and is still available in the GitHub Student Pack.