Drinkdeck - ai based drinking game

An ai based drinking game


The drinking games available is pretty fun, but expensive. So this is my attempt to create something more fun and more cheap!

The app is built with laravel and uses the open ai API to generate collections (decks) of challanges (cards).

One goal was for it to be easily managed and to be able to create new “decks” on the fly, so I decided to use filament to so, and it works really well, super easy to create custom pages etc.

I also wanted to experiment with jobs and background tasks, which goes hand in hand with these long running openai API calls!

Oh, the frontend is built with React, Intertia and Tailwindcss.

Try it out here!