What
Yesod is a Haskell web framework for productive development of type-safe, RESTful, high performance web applications. Learn more.
Getting Started
If you are new to Yesod, you should start off with the five minute start instructions. The screencasts give a nice introduction to some of the advanced concepts, and the book is the recommended approach to learning Yesod. Ask the community for help.
Where
Use the scaffolding tool to quickly create your first Yesod project
Get the source:
$ git clone https://github.com/yesodweb/yesod.git
