I really enjoyed your introduction. For the HN readers who enjoy summaries in the comments, they open with a 10-12 sentence introduction, but the second sentence sets up the core philosophy and primary value proposition:<p>> Back in the early days of the web, when server-side rendering was still a thing, javascript was sprinkled here and there to make a few parts of your web app just a little bit smoother.<p>It's "built on top of Haskell and Nix."<p>The more detailed 20 minute introduction and documentation is located at: <a href="https://ihp.digitallyinduced.com/Guide/" rel="nofollow">https://ihp.digitallyinduced.com/Guide/</a> I think the "recipes" section provides some illuminating examples.<p>The creators make the following claims about durability at the end of their introduction page:<p>> Lots of frameworks are already gone a year after launch. Especially in the fast moving JS world. But don't worry about IHP. We have been using it at digitally induced since 2017. It's actively used by us and our friends and partners. Even without external contributors we will build new features and do periodic maintenance releases in the future. We have big plans for IHP and as a profitable and independent software company we have the ability to actually execute them over the longterm.<p>I'm very skeptical of web frameworks / toolkits. While I only work on personal projects, I tend to try to use pure HTML first, then add CSS where needed, then add JS where needed, then add backend where needed - always striving to minimize the amount of the next layer. This project seems to be targeted to someone with my preferences.<p>I'll definitely be keeping an eye on it, and poking around with it.