Alright, so web-devel doesn&#39;t seem interested in moderating my message, so I&#39;ll just break it up into two chunks:<div><br></div><div><div>I was planning on writing a blog post called &quot;call to arms,&quot; which would have been something similar to what you said. I agree that there is far too much fragmentation in the community; I debated starting Yesod at all when there were already a number of frameworks out there (Happs, KIbro, Turbinado). However, none of them hit the spot that I was aiming for, so I created it.</div>
<div><br></div><div>At the same time, Jinjing came out with Hack, and I tried to go with that. Unfortunately, there are some inherent flaws with Hack (you can review the Hack-discuss mailing list to see some discussions over there), so I started WAI. So it would seem that so far, I&#39;ve done more fragmentation than consolidation :(.</div>
<div><br></div><div>On the other hard, the other frameworks having had much development, Yesod is still active, and it looks like Happstack will be joining WAI, so not all is lost. I am very interested in trying to continue consolidation, but I think aiming for the One True Haskell Framework is a bad idea. Python- the community known for One Way To Do It- can&#39;t even consolidate around a single framework, so Haskell- the language of We Can All Write A Monad Transformers Library- doesn&#39;t stand a chance.</div>
<div><br></div><div>So where can we consolidate? On libraries. I have purposely released a number of the components of Yesod as separate libraries that are available to any framework author (or even someone *not* using a framework). Here are some in particular to look at:</div>
<div><br></div><div>wai</div><div>wai-extra</div><div>web-encodings</div><div>clientsession</div><div>authenticate</div><div>data-object, data-object-json and data-object-yaml</div><div>failure and control-monad-failure</div>
<div>hack-handler-webkit</div><div><br></div><div>Some of these packages have very obvious room for future development, and if someone (like Gour) is looking for somewhere to start contributing to the Haskell web community, I would recommend one of the following:</div>
<div><br></div><div><br></div><div>authenticate currently supports OpenId 1 and RPXnow. I would like to have authenticate itself support *all* sites that RPXnow does. The first step in that process would be to get authenticate to use the openid package and determine whether a server support openid 1 or 2. From there, Twitter, Facebook, Windows Live support would all be nice.</div>
<div><br></div><div><br></div><div>hack-handler-webkit is, IMO, a really cool idea. It allows you to convert any Hack application into a desktop app. It runs simpleserver and then opens up a Webkit window that connects to it. This is much better than simply running the simpleserver and then opening up a webbrowser, because:</div>
<div><br></div><div>1) The program terminates automatically when the web browser closes.</div><div>2) You can control menu bars, title bar, etc completely, making it *feel* like a desktop app.</div><div>3) You can ensure that all of the functionality you want is present in webkit.</div>
<div><br></div><div>Unfortunately, hack-handler-webkit has two problems:</div><div><br></div><div>1) It&#39;s written for hack instead of WAI. However, this should take all of 5 minutes to fix.</div><div>2) It only works on Linux, and even there I don&#39;t have any documentation on setting it up.</div>
</div>