Web App Hosting
Run any web app on localhost and share it with the world. Alph automatically tunnels your app’s port to a public URL. How it works:- Start your app on localhost (default port: 5000)
- Alph’s secure tunnel forwards your app
- Your app is live at
https://{org}-{project}.runalph.dev
Frameworks examples
Streamlit
Gradio
Flask
FastAPI
Important: Bind to 0.0.0.0
Your app must bind to0.0.0.0, not 127.0.0.1:
Running in Background
Environment Variables
Set secrets in project settings:Troubleshooting
App not accessible:- Is app running? (
ps aux | grep python) - Bound to
0.0.0.0? - Correct port (default 5000)?