Home Features Docs Blog Security Examples Quick Start

#djust

8 posts

Visualization of template optimization with branching nodes converging into optimized paths
Deep Dives 4 min

Faster Templates, Smarter Hydration: Performance Optimizations in djust 0.1.6

djust 0.1.6 introduces AST optimization for 5-15% faster rendering, lazy hydration for 20-40% memory reduction, TurboNav integration, and improved whitespace preservation.

Jan 24, 2026 Read more
Code blocks showing Django template syntax transforming into high-performance rendering
Tutorials 4 min

Full Django Template Compatibility: URL Tags, Comparison Operators, and Auto-Serialization

djust v0.1.6 brings major template system improvements including {% url %} tag support, {% include %} fixes, comparison operators in {% if %} conditions, and automatic Django type serialization.

Jan 24, 2026 Read more
Shield icon representing security protection layers
Security 4 min

Security-First Development: How djust Protects Your Application by Default

djust now includes built-in security utilities, automated vulnerability scanning, and pre-commit hooks to help you build secure applications from day one. Here's what's new in PR #40.

Jan 24, 2026 Read more
Abstract visualization of real-time data flow with flowing lines and glowing nodes
Announcements 1 min

Introducing djust: Phoenix LiveView for Django

We are excited to announce djust, a framework that brings Phoenix LiveView-style reactive server-side rendering to Django. Build real-time, interactive web applications with Python - no JavaScript required.

Jan 24, 2026 Read more
Concentric circles representing state layers and decorator patterns
Tutorials 1 min

Mastering State Management with djust Decorators

Learn how to use djust's powerful decorators like @debounce, @optimistic, @cache, and @client_state to build responsive, performant applications.

Jan 24, 2026 Read more
Speed burst visualization showing performance benchmarks
Deep Dives 1 min

How djust's Rust VDOM Achieves 10-100x Faster Rendering

A deep dive into djust's hybrid Python/Rust architecture and how the Rust-powered virtual DOM engine delivers exceptional performance.

Jan 23, 2026 Read more
Component building blocks representing code modules
Tutorials 1 min

Building Your First Reactive Component with djust

A step-by-step guide to creating interactive, real-time components in Django using djust. No JavaScript required.

Jan 23, 2026 Read more
Transformation from Django squares to djust circles
Guides 2 min

Migrating from Traditional Django to djust: A Practical Guide

Already have a Django project? Learn how to incrementally adopt djust to add real-time features without rewriting your entire application.

Jan 23, 2026 Read more