Skip to main content

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

  1. Start your app on port 5000, bound to 0.0.0.0
  2. It’s live at https://{org}-{project}.runalph.dev
That’s it. No Docker, no deploy commands, no config files.

Framework Examples

Streamlit

Gradio

FastAPI

Keep It Running

Custom Domains

Serve from your own domain instead of runalph.dev:
  1. Go to Settings > Domains in your project
  2. Add your domain (e.g., app.example.com)
  3. Create a CNAME record pointing to the tunnel hostname shown
  4. Click Verify — SSL is provisioned automatically
Works with subdomains and apex domains (if your DNS provider supports CNAME flattening).