examples
Live demos of djust's reactive server-side rendering. Each example runs right here — open multiple tabs to see real-time collaboration in action.
Real-time collaborative text editor. Multiple users see each other's edits instantly — powered by djust LiveView, PresenceMixin, and push_to_view broadcasting.
LLM-style chat with streaming responses. Watch words appear in real-time — powered by StreamingMixin, JS hooks, and dj-stream directives.
Full-featured todo app with shared state across tabs. Filters, subtasks, bulk actions, undo — all server-side with zero custom JavaScript logic.
Drag-and-drop file manager combining HTTP uploads with LiveView reactive UI. Progress bars, filtering, and file management — hybrid HTTP + WebSocket pattern.