{% csrf_token %}

Alert System (djust)

Rust-powered reactive components over WebSocket

{% for alert in alerts %} {% empty %} {% endfor %}
ID Type Description Actions
{{ alert.id }} {{ alert.type }} {{ alert.description|truncatewords:10 }}
No alerts yet
{% if show_modal %}{% if selected_alert %} {% endif %}{% endif %} {% if show_create_modal %} {% endif %}

djust Demo

This version uses djust for Rust-powered reactive updates:

  • Rust-powered core: Template engine and Virtual DOM diffing in native Rust
  • Phoenix LiveView-style: Server-side components with WebSocket updates
  • Minimal payloads: Only changed DOM patches are sent over the wire
  • No build step: ~29KB gzipped client JavaScript, no bundling needed
  • Django compatible: Works with existing Django templates and tags