Servant provides a type-level domain-specific language (DSL) in Haskell for describing web APIs. From a single API specification, developers can derive server implementations, client libraries, documentation, and more—ensuring consistency and type safety across the stack. We have a tutorial that introduces the core features of servant. After this article, you should be able to write your first server web services, learning the rest from the haddocks' examples. The core documentation can be found here. Other blog posts, videos, and slides can be found on the website. The core documentation can be found here. Other blog posts, videos and slides can be found on the website.
Features
- Defines APIs at the type level for compile-time consistency
- Derives server handlers, clients (Haskell and other languages), and docs from the same spec
- Extensible with custom combinators and interpretations
- Ensures request/response marshalling matches Haskell types
- Used in production by companies like GitHub, Klarna, and IOHK (Cardano)
- Supports static documentation generation and mocking via API descriptions
Categories
LibrariesFollow Servant
Other Useful Business Software
The full-stack observability platform that protects your dataLayer, tags and conversion data
Code-Cube.io detects issues instantly, alerts you in real time and helps you resolve them fast.
No manual QA. No unreliable data. Just data you can trust and act on.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Servant!