Recently, I upgraded this website to version 3 of elm-pages and made a new stylesheet (you can actually read things now?!). Version 3 of elm-pages brings significant changes compared to v2; most notably the extension of the old DataSource API to BackendTask. This, combined with the new serverless page type, transforms elm-pages into a complete full-stack framework! In theory, you can now hook up your entire database using custom backend tasks and build an entire B2B SaaS product using elm-pag...