7 ms·
Same. But I have now a new secret weapon, this claude code prompt: Read the doc of https://iommi.rocks/ https://iommi.rocks/, make a demo project showing of th
by BiteCode_dev 11mo ago
Same. But I have now a new secret weapon, this claude code prompt:
Read the doc of https://iommi.rocks/ https://iommi.rocks/, make a demo project showing of the capability of this tool.
(I have a claude.md with more info, but that's the prompt)
Came back with a fully functional demo with everything installed and working. runserver, and a glance at the code, and I get it.
TL;DR: it's like the django admin, except you can use it in any endpoint in your side. Pretty nice.
- boxed 11mo agoThere's an example app too: https://github.com/iommirocks/iommi/tree/master/examples https://github.com/iommirocks/iommi/tree/master/examples I've had mixed success with Claude. It keeps adding too much display_names to everything for example which is annoying. In theory we could put that up, but I don't particularly want to maintain such a live example app and pay for hosting and all that, only to have it instantly crash under the load of HN :P
- BiteCode_dev 11mo agoBTW, your "https://kodare.net/2025/08/08/documentation-that-is-never-wrong.html https://kodare.net/2025/08/08/documentation-that-is-never-wr..." is fantastic, I always liked the idea of docstest, only the implementation sucked. But this is much better. Any plan on open sourcing this infra for sphinx or mkdocs?
- boxed 11mo agoThanks. I've thought about extracting it, but I think it's a lot of work unless you want to support only Django and rST which is what we're using. At least the iframe part is very specific to the web framework.