A modern karaoke game that brings the party to your living room. Perfect your pitch, compete with friends, and have a blast!
- 🎤 Real-time pitch detection with instant feedback
- 🎮 Party modes for competitive fun
- 👥 Online accounts and lobbies
- 🎛️ Customizable settings
- 🏆 Score tracking and leaderboards
- 🖥️ Cross-platform support (Windows, macOS, Linux)
Download the game from tuneperfect.org.
- mkcert - For local certificates
- Caddy - Reverse proxy for local development
- docker - For running development services
- bun - JavaScript runtime and package manager
- Add the following entries to your
/etc/hostsfile (required for local development):
127.0.0.1 tuneperfect.localhost api.tuneperfect.localhost app.tuneperfect.localhost
- Install dependencies:
bun install- Start development services:
docker compose -f docker-compose.dev.yml up -d- Start the development environment (this will automatically):
- Generate certificates if they don't exist
- Start the Caddy reverse proxy
- Start all apps in development mode
bun run tuneperfect devTo run only specific apps:
bun run tuneperfect dev --filter @tuneperfect/gameContributions are welcome! Feel free to submit issues and pull requests.


