live deploys · open beta

Deploy reactive Django, instantly.

Deploy apps built on the djust framework — Django templates, server-side state, real-time by default. One command, from your terminal to a live HTTPS URL. No servers to manage, no config to write.

No credit card Free tier deploys real apps Open source
38s
From command to live URL
0·yaml
Procfiles you write
87KB
Client.js (gzip · djust)
100%
Built with djust · dogfooded
# the stack

Everything Django needs. Nothing it doesn't.

The framework and the platform are co-designed. Reactive primitives, server-side state, and a single WebSocket — deployed with one command and scaled for you.

/>

Reactive Django, by default

LiveView, @event_handler, @notify_on_save, push_to_view(). Server-side state, Rust VDOM, single WebSocket. Write Python; the client gets reactivity.

No build step. No npm install. 87 KB of readable client.js.

Deploy that disappears

djust deploy ships your project, runs your migrations, and serves it on an HTTPS URL — with live deploy logs on the dashboard. No servers to configure.

Bring your own custom domain, with automatic TLS.

One stack, one truth

The dashboard you'll deploy on is a djust LiveView. The deploy you trigger from your CLI runs the page you're reading. The framework and the platform ship together — if it breaks here, we feel it first.

# how it works

From your terminal to the internet, in four steps.

write

Start from the starter

The starter is a fresh django-admin startproject with djust pre-wired: components, theming, auth, demos.

$ git clone djust-start
$ make dev
sign in

One token, no console

djust deploy login stores a token locally — no web console, no copy-pasting keys.

$ djust deploy login
✓ stored
deploy

One command. Live.

The CLI packages your project; we install it, run migrations, and serve it on a live HTTPS URL.

$ djust deploy myapp
✓ live → https://...
scale

When you need it

More projects, shared Postgres, and custom domains when you grow. Live deploy visibility on the dashboard.

 /dashboard/billing/
+ custom domain

Ship the app. Skip the apparatus.

Free tier deploys real apps with persistent storage. Upgrade when you outgrow it — your data comes with you.

Sign up free
No credit card · built on the open-source djust framework