smattymatty/django_spellbook ? reverse-engineered prompt

Reverse engineered prompt

Build me a Django app that lets me write site content in markdown and automatically turns it into rendered Django templates with pages, views, and URLs created for me.

I want to be able to point it at a folder of markdown files, run one management command, and have the content show up inside my Django project without a bunch of manual boilerplate. The markdown should support a richer syntax than normal markdown, like reusable content blocks, custom HTML section wrappers, and simple class and ID shortcuts so I can style things cleanly. It should also include a theme system so the whole site can switch colors from settings, and the rendered pages should work nicely with Django templates and static styling.

If there are any current docs or best practices I should follow, look them up online while you build it.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab