In Part 1, we covered free hosting for frontend apps. But what about your backend, database and storage? A full-stack project needs auth, APIs, data storage and media hosting. And you can get all of it for free too.

Here's what I've used:

Backend

Hosting a backend is tricky and can get messy. But if you know what you're doing, it makes you stand out. I was the guy at university who could host backends for free and knew how to fix things like CORS errors.

Render

This was my go-to for college projects. Handles Node.js, Spring Boot, pretty much anything via Docker. 512MB RAM, 0.1 CPU, 750 instance hours free, 100GB bandwidth. It does offer a free Postgres DB but don't use it. It deletes after 30 days.

Koyeb

Acquired by Mistral AI, now more focused on AI inference. Free instance still exists but is constrained: 512MB RAM, 0.1 vCPU, 2GB disk. One free instance per organization. Apps scale to zero after an hour of inactivity (the "never sleeps" era is over).

Back4App

Docker container hosting. A bit unstable but gets the job done. Free tier: 0.25 vCPU, 256MB RAM, 100GB bandwidth, 600 hours uptime.

AlwaysData

Free hosting with SSH access, giving you full control.

Database

If you need to persist user data, even a simple to-do app across sessions and devices, you'll need a database.

Neon

Multi-cloud, managed PostgreSQL with a solid free tier.

Xata

Serverless PostgreSQL with up to 15GB storage on the free tier.

MongoDB

Free shared cluster with NoSQL and Search Index.

CockroachDB

Free cloud-hosted, distributed SQL serverless database.

Airtable

Cloud-based relational database with a spreadsheet-like interface.

Storage

For profile pictures, audio files, PDFs, images, or even your own site assets behind a CDN, you'll need file storage.

Cloudinary

Media management platform with a solid free plan.

UploadThing

Modern file storage built for developers. 2GB storage, unlimited bandwidth.

EdgeStore

CDN storage built for Next.js. 1GB storage, 1GB bandwidth per month, 1 project.

When picking a solution, check each platform's website for the latest limits. Free tiers change.

Managed platforms optimize for getting you started. They make starting easy and growing expensive. Nothing is truly free and anything can shut down at any time.

Act IThe Turtlewhere the drawing startsAct III, The Work
NextAct I · The Turtle