Streamlit hosting in Russia

Built a dashboard or demo with Streamlit, but Streamlit Cloud barely works from Russia? Deploy to Dada Cloud: add a five-line Dockerfile - the platform builds and runs the app and issues an HTTPS domain. Free tier, servers in Russia.

Why Streamlit apps run on Dada Cloud

A five-line Dockerfile

Streamlit is not auto-detected yet, so a small Dockerfile is needed - a ready template is in the FAQ below, copy and commit it.

HTTPS domain right away

The dashboard gets a name.dada-tuda.ru address with a certificate - share it with colleagues or a client immediately.

Works from Russia

Servers in Russia: no VPN needed for you or anyone you send the link to. Pay in rubles when you outgrow the free tier.

PostgreSQL next door

If the dashboard needs data, a managed database is one click away with DATABASE_URL wired in.

Crashes restart themselves

The process restarts automatically after a failure.

Free tier to start

Your first app can run for free, no card required.

Streamlit hosting - FAQ

Five lines: FROM python:3.12-slim, then COPY . ., RUN pip install -r requirements.txt, EXPOSE 8501 and CMD streamlit run app.py --server.address 0.0.0.0 --server.port 8501. Commit it to the repo root - the platform builds the image itself.

Get your backend live from GitHub today

Connecting a repo takes a minute. You only pay for what you actually use.

Create account