{"id":13472513,"url":"https://github.com/yesodweb/yesod","last_synced_at":"2025-10-21T13:11:53.691Z","repository":{"id":601850,"uuid":"237904","full_name":"yesodweb/yesod","owner":"yesodweb","description":"A RESTful Haskell web framework built on WAI.","archived":false,"fork":false,"pushed_at":"2025-03-14T15:41:25.000Z","size":9380,"stargazers_count":2664,"open_issues_count":117,"forks_count":373,"subscribers_count":95,"default_branch":"master","last_synced_at":"2025-03-20T19:14:42.389Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.yesodweb.com/","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yesodweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2009-06-27T22:54:51.000Z","updated_at":"2025-03-19T20:57:57.000Z","dependencies_parsed_at":"2023-07-06T07:34:38.108Z","dependency_job_id":"d0ddf4ae-e875-404c-b5c9-84768b33cf77","html_url":"https://github.com/yesodweb/yesod","commit_stats":{"total_commits":4445,"total_committers":301,"mean_commits":"14.767441860465116","dds":0.4213723284589427,"last_synced_commit":"49e7dbe71e7ab35adc22b87e343b897f3f778d29"},"previous_names":[],"tags_count":895,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yesodweb%2Fyesod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yesodweb%2Fyesod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yesodweb%2Fyesod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yesodweb%2Fyesod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yesodweb","download_url":"https://codeload.github.com/yesodweb/yesod/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245702100,"owners_count":20658540,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T16:00:55.251Z","updated_at":"2025-10-21T13:11:48.644Z","avatar_url":"https://github.com/yesodweb.png","language":"Haskell","readme":"![Tests](https://github.com/yesodweb/yesod/workflows/Tests/badge.svg)\n\n# Yesod Web Framework\n\nAn advanced web framework using the Haskell programming language. Featuring:\n\n  * safety \u0026 security guaranteed at compile time\n  * developer productivity: tools for all your basic web development needs\n  * raw performance\n    * fast, compiled code\n    * techniques for constant-space memory consumption\n  * asynchronous IO\n    * this is built in to the Haskell programming language (like Erlang)\n\n## Getting Started\n\nLearn more about Yesod on [its main website](http://www.yesodweb.com/). If you\nwant to get started using Yesod, we strongly recommend the [quick start\nguide](http://www.yesodweb.com/page/quickstart), based on [the Haskell build\ntool stack](https://github.com/commercialhaskell/stack#readme).\n\nHere's a minimal example!\n\n```haskell\n{-# LANGUAGE OverloadedStrings, QuasiQuotes, TemplateHaskell, TypeFamilies #-}\n\nimport Yesod\n\ndata App = App -- Put your config, database connection pool, etc. in here.\n\n-- Derive routes and instances for App.\nmkYesod \"App\" [parseRoutes|\n/ HomeR GET\n|]\n\ninstance Yesod App -- Methods in here can be overridden as needed.\n\n-- The handler for the GET request at /, corresponds to HomeR.\ngetHomeR :: Handler Html\ngetHomeR = defaultLayout [whamlet|Hello World!|]\n\nmain :: IO ()\nmain = warp 3000 App\n```\n\nTo read about each of the concepts in use above (routing, handlers,\nlinking, JSON), in detail, visit\n[Basics in the Yesod book](https://www.yesodweb.com/book/basics#basics_routing).\n\n## Hacking on Yesod\n\nYesod consists mostly of four repositories:\n\n```bash\ngit clone --recurse-submodules http://github.com/yesodweb/shakespeare\ngit clone --recurse-submodules http://github.com/yesodweb/persistent\ngit clone --recurse-submodules http://github.com/yesodweb/wai\ngit clone --recurse-submodules http://github.com/yesodweb/yesod\n```\n\nEach repository can be built with `stack build`.\n","funding_links":[],"categories":["`API Frameworks`","Haskell","API Frameworks","others","Service Toolkits"],"sub_categories":["Haskell"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyesodweb%2Fyesod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyesodweb%2Fyesod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyesodweb%2Fyesod/lists"}