July 15, 2026
Monkey business in the comments
Primate Is the Last Great Web Framework
Dev calls his app builder the final boss of websites, commenters call chaos immediately
TLDR: Primate’s creator says his new website-building system can do almost everything in one place while letting people swap parts more freely. Commenters were far more interested in dragging the dramatic title, the design, and the idea of one tool controlling too much.
A software creator just rolled into the discourse with a very humble, definitely-not-inflammatory claim: his project, Primate, is basically the last great way to build websites. His pitch is simple in plain English: instead of forcing people to stitch together a bunch of separate tools and pray they cooperate, Primate wants one system to handle the whole experience while still letting developers mix and match parts like page design tools, server languages, and where the app runs. In theory, it’s freedom without the mess.
But the comments? Absolutely zero chill. One of the first reactions wasn’t about the big vision at all — it was a roast of the site design, with a user complaining the code examples were so pale they were basically invisible. Another went straight for the title, asking the question everyone was clearly thinking: is this the last great framework, or just the latest one with a dramatic headline? Ouch.
The biggest fight broke out over the idea that one framework should “own” so much. One commenter said the thought of a web framework controlling the database gave them a “visceral sense of loathing,” which is honestly the kind of theatrical disgust that powers the internet. Another shrugged and basically said, “Didn’t we already invent this? It was called middleware.” And then came the style snark: one user begged the creator to give the homepage a “non-AI UI.” So yes, the big dream of a unified website-building system is here — but the crowd is mostly debating whether it’s visionary, recycled, or just ugly.
Key Points
- •The article defines a strong web framework as one that owns the full stack, including routing, rendering, data, validation, sessions, deployment targets, and runtime support.
- •It contrasts older PHP framework experiences in Yii and Laravel with a more fragmented server-side JavaScript ecosystem built from many separate tools.
- •The article argues that meta-frameworks such as Next improve coherence but often lock developers into a single frontend stack such as React.
- •It identifies runtime fragmentation across Node, Deno, and Bun as another source of coupling and framework lock-in.
- •The author says Primate is designed to provide one application model while allowing different frontends, backend languages, and runtimes to be mixed within the same app.