The Psych party game (https://www.munkyfun.com/psych) has had trouble keeping up with demand, so I took an opportunity to learn some new tech and build an open source alternative to use with friends.
Back-end: https://github.com/fordaaronj/psych-server
Front-end: https://github.com/fordaaronj/psych-client
Live Demo: https://psych.aaronjford.com/
Back-end tech:
- Node, running "serverless" on Zeit/Vercel (https://vercel.com/)
- Passwordless logins
- Knex (http://knexjs.org/)
Front-end tech:
- Svelte (https://svelte.dev/)
- Skeloton CSS (http://getskeleton.com/)
You can start and join any number of rooms and customize the questions that are asked.
Runs for free on Vercel + AWS's free tier.