Spook App NixOps Experiment

Simple web app demonstrating a full-Haskell and Nix stack, including cloud deployment with NixOps

GithubCode on GitHub

Features

  • One-time tokens that reveal a spooky youtube video
  • Each token consumed creates new tokens that can be passed to other users

Technology

  • Haskell Backend using Servant
  • Haskell Frontend using Reflex FRP
  • Building and deployment using NixOps
  • Postgres storage using Persistent and Esqueleto