The 4 platforms beginners should know
Pick once, ship five projects. This lesson is the platform decision tree.
Different airports for different routes. You do not pick the same one for a domestic flight and a cargo shipment.
The 4-platform map:
| App type | Best free platform | Why |
|---|---|---|
| Streamlit demo | Streamlit Cloud | one-click |
| Gradio demo | Hugging Face Spaces | native |
| Next.js (frontend + serverless) | Vercel | best DX |
| FastAPI backend | Railway or Fly.io | persistent server, env vars, simple |
Beyond free tiers, when usage grows:
- Streamlit Cloud paid (more memory, custom domain)
- Hugging Face Spaces hardware tiers (GPU)
- Vercel Pro (more functions, edge)
- Railway Hobby (longer-running services)
Quick recall
3 prompts · think before you flip
Prompt 1 of 3
Which platform for a FastAPI backend?
Quiz time
1 question · tap an answer to check it
1. A Streamlit chatbot first deploy should go to
Finished lesson 10.1?
Mark complete to update your module progress and unlock the streak.
Loading