Soumo31428/Django-view-flowchart ? reverse-engineered prompt

Reverse engineered prompt

Build me a small Django web app where I can paste in my urls.py and views.py, or upload those files, and instantly get a clean interactive flowchart of how my routes connect.

I want it to understand normal Django routing, including path, re_path, include, function views, class based views, and the common HTTP methods they handle. It should show the routing tree in a nice diagram, with clear colors so I can tell different kinds of views apart and spot anything it could not resolve. If the code has a syntax problem, please show a helpful error message instead of crashing.

Make the page simple and polished, with a dark friendly UI, and render the chart right in the browser. Use Django on the backend and keep it lightweight, no frontend build setup needed. If you need current docs for Mermaid or Django behavior, look them up online first.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab