https://github.com/andrearcaina/whisp
a real time simple anonymous chatting app for the memes
https://github.com/andrearcaina/whisp
alpinejs docker gcp gin-gonic go gorilla-websocket sqlc tailwindcss
Last synced: about 1 month ago
JSON representation
a real time simple anonymous chatting app for the memes
- Host: GitHub
- URL: https://github.com/andrearcaina/whisp
- Owner: andrearcaina
- License: mit
- Created: 2025-08-31T16:33:01.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-01-14T18:19:25.000Z (5 months ago)
- Last Synced: 2026-02-14T17:21:12.404Z (4 months ago)
- Topics: alpinejs, docker, gcp, gin-gonic, go, gorilla-websocket, sqlc, tailwindcss
- Language: Go
- Homepage: https://whispapp.dev/
- Size: 85.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# whisp

Real time simple anonymous chat app where anyone can send messages without the need to sign up or log in
### Tech Stack
- Backend: Go, Gin, Gorilla WebSockets
- Frontend: Templ, Alpine.js, TailwindCSS
- Database: NeonDB (PostgreSQL)
- Goose (DB Migrations)
- SQLc (DB interactions)
- pgx (DB persistence)
- Hosting & Infrastructure: Docker, GitHub Container Registry (Switched from Google Artifact Registry), Render (Switched from Cloud Run)
- CI/CD Tools: Makefile, GitHub Actions, Air (Go Live Reload)
### TODO
In no particular order
- [ ] add auth and login maybe (but still keep anonymity)
- [ ] add different rooms instead of just one room and the ability to create rooms
- [ ] allow users to send images (store using Google Cloud Storage)
- [X] allow users to send gifs (moved to Klipy API due to shutdown of Tenor API)
- maybe move gifs to a cloud bucket storage provider so we can store the actual gifs