SIMPLE. EXPRESSIVE. FAST.

Kickstart your next Haskell web application within seconds using Spock.

Download from Hackage or run cabal install Spock

Features

Spock is a lightweight Haskell web framework inspired by Ruby's Sinatra. It provides a full toolbox including everything to get a quick start into web programming using Haskell.

Fast routing

Spock provides fast route dispatching in a type safe environment

Secure

Built in support for cookies, secure sessions and CSRF-protection

Easy deployment

Applications supported by Spock are easily deployed using stack, or Docker

Open source

Spock and all ecosystem packages are open sourced on Github. Feel free to review code or contribute!

Latest News

Aug 25, 2016: Shareable APIs and more