Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance

django htmx-alternative liveview pwa python reactive real-time rust server-side-rendering websocket
5 Open Issues Need Help Last updated: Feb 21, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This issue addresses redundant nested `djustDebug` guards in several JavaScript source files. The fix involves removing the unnecessary outer or inner `if (globalThis.djustDebug)` blocks to simplify the code and then regenerating the `client.js` file.

Complexity: 1/5
good first issue

Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance

Python
#django#htmx-alternative#liveview#pwa#python#reactive#real-time#rust#server-side-rendering#websocket

AI Summary: This issue addresses a violation of the project's logging standards where an f-string was used instead of the preferred %s-style formatting for a logger.warning call in serialization.py. The fix involves refactoring the warning message to use %s placeholders and passing the variables as separate arguments to the logger.

Complexity: 1/5
good first issue

Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance

Python
#django#htmx-alternative#liveview#pwa#python#reactive#real-time#rust#server-side-rendering#websocket

AI Summary: This issue proposes improving error messages for common mistakes made by new djust LiveView users. The goal is to provide more actionable and understandable feedback, enhancing the developer experience. Developers are encouraged to tackle individual error message improvements as separate pull requests.

Complexity: 2/5
enhancement good first issue

Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance

Python
#django#htmx-alternative#liveview#pwa#python#reactive#real-time#rust#server-side-rendering#websocket

AI Summary: This issue requests the creation of detailed deployment guides for Django applications using the 'djust' framework on popular hosting platforms like Railway, Render, Fly.io, and DigitalOcean App Platform. The guides should cover prerequisites, configuration, WebSocket setup (a key challenge), database, static files, and a step-by-step walkthrough with troubleshooting tips.

Complexity: 4/5
documentation good first issue

Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance

Python
#django#htmx-alternative#liveview#pwa#python#reactive#real-time#rust#server-side-rendering#websocket

AI Summary: This issue proposes adding several common template filters (truncate, pluralize, title, capfirst, slugify) to djust's Rust template engine to enhance compatibility with Django templates. Developers are encouraged to pick one filter, implement it in Rust, provide a Python fallback, and add tests.

Complexity: 2/5
enhancement good first issue

Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance

Python
#django#htmx-alternative#liveview#pwa#python#reactive#real-time#rust#server-side-rendering#websocket