A simple, privacy-focused Secret Santa organizer
Check it out live at: https://secret-santa-draw.app/
This little app was born out of a real family struggle. Every year, my sister tries to organize a Secret Santa for our family, but last time she faced a nightmare: a bunch of apps that required installing software, creating accounts, in-app purchases, or even tracking your activities.
So, I decided to build a simple tool for our family: no accounts, no ads, no nonsense. Just a clean, easy-to-use way for everyone to join the fun and enjoy the Secret Santa spirit.
-
Install Go (1.16 or higher)
-
Clone and run
git clone <your-repo-url> cd secret-santa go run main.go
-
Access the app Open http://localhost:8080
# Build the image
docker build -t secret-santa .
# Run the container
docker run -p 8080:8080 -v $(pwd)/data:/app secret-santaAccess the app at http://localhost:8080
docker-compose upContributions are welcome! Please see CONTRIBUTING.md for guidelines.
See LICENSE.md