Deploy your stack on Oracle Cloud Always Free
Pick your stack. Each guide has an ARM64 Dockerfile, the exact build and start commands, and the mistakes that break the first deploy.
Web apps
- Deploy Next.js on Oracle Cloud free tier — Run the full Next.js server — SSR, API routes, ISR and middleware — on a persistent ARM VM instead of a serverless plan.
- Deploy React (Vite) on Oracle Cloud free tier — Serve a production React build from Nginx on your own ARM server with HTTP/2, gzip and long-lived asset caching.
- Deploy Django on Oracle Cloud free tier — Gunicorn, static files and migrations on an Always Free ARM VM — with a real filesystem and no cold starts.
- Deploy Laravel on Oracle Cloud free tier — PHP-FPM, queues and scheduled tasks on a VM that never sleeps — the parts shared hosting makes awkward.
- Deploy Ruby on Rails on Oracle Cloud free tier — Puma, Sidekiq and Active Storage on an ARM instance with no per-dyno pricing.
APIs & backends
- Deploy FastAPI on Oracle Cloud free tier — Uvicorn workers behind Caddy on an ARM VM — async APIs, WebSockets and background tasks that never sleep.
- Deploy Flask on Oracle Cloud free tier — A small Flask app on Gunicorn, running 24/7 on hardware that costs nothing.
- Deploy Node.js / Express on Oracle Cloud free tier — A plain Node API with persistent memory, cron and WebSockets — no per-invocation billing.
- Deploy Go on Oracle Cloud free tier — A statically linked Go binary in a scratch image — a few megabytes, instant boot, negligible memory.
Bots & workers
- Deploy Discord bot on Oracle Cloud free tier — An always-on bot process with no sleeping dyno, no idle timeout and no monthly bill.
- Deploy Telegram bot on Oracle Cloud free tier — Webhook or long-polling Telegram bots on a server you control, with a real HTTPS endpoint included.
Databases & infra
- Deploy PostgreSQL on Oracle Cloud free tier — Your own Postgres with real disk, real backups and no row or connection caps.
- Deploy Redis on Oracle Cloud free tier — A cache, queue and rate limiter on your own VM — no per-command pricing, no 30 MB free-plan ceiling.
Self-hosted apps
- Deploy n8n on Oracle Cloud free tier — Self-host n8n and run unlimited workflow executions instead of paying per run.
- Deploy WordPress on Oracle Cloud free tier — WordPress plus MySQL on an ARM VM with automatic HTTPS — no per-site hosting plan.
- Deploy Ghost on Oracle Cloud free tier — Run a Ghost blog or newsletter on your own ARM server instead of a per-member subscription.
- Deploy Strapi on Oracle Cloud free tier — A self-hosted headless CMS with unlimited entries, locales and API calls.
- Deploy Uptime Kuma on Oracle Cloud free tier — Self-hosted uptime monitoring and status pages, with unlimited monitors and one-minute checks.
- Deploy Metabase on Oracle Cloud free tier — Self-hosted BI dashboards over your own database, without per-seat pricing.
Deploy your project for $0
No credit card. No Oracle sales call. Ship to your own cloud in under 10 minutes.
Start free