Skip to content
docs.djust.org
Pinned to djust v0.7.0rc1

The djust framework documentation.

Phoenix LiveView-style reactive server-side rendering for Django, with Rust-powered performance. Rendered from the framework's own markdown — guides, API reference, component catalog, changelog, migration.

Getting Started

Install djust and build your first LiveView.

Guides

Feature guides for every part of djust.

23 pages

API Reference

Component, event, lifecycle, template & security APIs.

9 pages

Components

39 built-in UI components with props, events & examples.

21 pages

Changelog

All notable changes to djust.

Migration

Upgrade between djust versions.

Security Policy

Reporting vulnerabilities & djust security model.

Contributing

Contribute to djust: setup, testing, PRs.

Development

Internal architecture & dev workflow.

Releasing

How djust ships releases.

What's new in djust 0.7 view release →

  • {% djust_markdown %} — streaming Markdown with Rust pulldown-cmark + safety guarantees (this site uses it)
  • {% dj_activity %} — preserve hidden DOM state across show/hide
  • dj-prefetch — intent-based prefetch without service workers
  • @server_function — RPC without VDOM re-render
  • Time-travel debugging, Hot View Replacement, admin widgets, streaming initial render