Factory is an example Servant API.
Factory is an API implemented with Servant. It doesn't do much, but it shows how to define an API with Servant and implement that API as a server. It goes on to generate documentation, JavaScript client code, and Haskell client functions.