Why
You prototyped something in a notebook. Now you want to share it. Alph gives every project a public URL — start a web server and it’s live.Quick Start
- Start your app on port 5000, bound to
0.0.0.0 - It’s live at
https://{org}-{project}.runalph.dev
Framework Examples
Streamlit
Gradio
FastAPI
Keep It Running
Custom Domains
Serve from your own domain instead ofrunalph.dev:
- Go to Settings > Domains in your project
- Add your domain (e.g.,
app.example.com) - Create a CNAME record pointing to the tunnel hostname shown
- Click Verify — SSL is provisioned automatically