Show HN: Plain – The full-stack Python framework designed for humans and agents
21–30 of 56 posts
Re: Show HN: Plain – The full-stack Python framework designed for humans and agents
#22 claude "$(curl -sSf https://plainframework.com/start.md)"
https://plainframework.com/start.mdLooks like that usually runs:
uvx plain-start .
Which runs this: https://tools.simonwillison.net/zip-wheel-explorer?package=p...Re: Show HN: Plain – The full-stack Python framework designed for humans and agents
#23I love this concept. While I’m a Rails guy myself, I appreciate the value of Django too, and an agent-optimized version of it makes sense.
I feel like the next logical steps are this exact concept but in Go / Rust to get even more performance out of everything and to also get the single deployable binary too
Re: Show HN: Plain – The full-stack Python framework designed for humans and agents
#24Ignore all the hate in the comments here, anyone denying the direction of software development and it aggressively becoming agentic have their own reckonings to deal with… I love this concept. While I’m a Rails guy myself, I appreciate the value of Django too, and an agent-optimized version of it makes sense. I feel like the next logical steps are this exact concept but in Go / Rust to get even more performance out o…
Re: Show HN: Plain – The full-stack Python framework designed for humans and agents
#25I cannot wait until all the tooling in Python that is the only reason most people use Python is trivially rewritten by LLM’s in other languages
Re: Show HN: Plain – The full-stack Python framework designed for humans and agents
#26Re: Show HN: Plain – The full-stack Python framework designed for humans and agents
#27I've been excitedly following the development of Plain for a while now, it's so cool to see so many of the rough edges in Django get fixed in a nice comprehensive solution. Great job Dave Gaeddert! I'm saddened to see some of the other comments saying it's slop, he was working on this long before vibecoding became common! I think there's a lot of really good design decisions and I hope people don't write it off just…
Re: Show HN: Plain – The full-stack Python framework designed for humans and agents
#28Ignore all the hate in the comments here, anyone denying the direction of software development and it aggressively becoming agentic have their own reckonings to deal with… I love this concept. While I’m a Rails guy myself, I appreciate the value of Django too, and an agent-optimized version of it makes sense. I feel like the next logical steps are this exact concept but in Go / Rust to get even more performance out o…
Single file deployment, and the process seems to only use 3-4 MB of memory.
I've been able to use inspectdb on existing Django databases, and then browse and change that data using the rust admin.
I am probably not the right person to build a production ready version of this - since I am not a Rust developer - but gee I am impressed by how good it is becoming.
Re: Show HN: Plain – The full-stack Python framework designed for humans and agents
#29Re: Show HN: Plain – The full-stack Python framework designed for humans and agents
#30Especially for the so-called AI-ready framework. Because of indirection, you either have to go read all the basic classes, or read documentation three times over. Instead of just reading the self-contained view function itself, once.
Especially true for an agent, it will have to go read the new framework’s docs and source over and over and over…