🎉 Confetti Trigger - Celebrate Your Coding Wins Inspired by Raycast's confetti plugin but built for Windows, macOS, and Linux. A simple background app that throws confetti on your screen whenever you want. 🎯 What it does Runs in your system tray and listens for HTTP requests. Send a POST request to localhost:3030/confetti β instant celebration animation. That's it. Simple. 💖 Why you'll love it β Works with everything - Build scripts, git hooks, CI/CD pipelines, AI coding assistants (Claude Code, Cursor, GitHub Copilot), test suites, or any automation tool β Cross-platform - 🪟 Windows, 🍎 macOS, and 🐧 Linux support β Zero setup - Just download, unzip, and run β Fully customizable - 🎨 Adjust particle count, spread, duration, colors, and add your own sounds β Lightweight - Sits quietly in your tray using minimal resources 🚀 How to use it curl -X POST http://localhost:3030/confetti Add that line to your build scripts, git hooks, or wrap your commands with it. Works with any language: JavaScript, Python, PowerShell, bash, you name it. 💡 Real examples β¨ Celebrate when your build succeeds: npm run build && curl -X POST http://localhost:3030/confetti 🤖 Claude Code integration (add to .claude/settings.json): "hooks": { "Stop": [ { "matcher": "", "hooks": [ { "type": "command", "command": "curl -s -X POST http://localhost:3030/confetti || true" } ] } ] } 📝 Git hook for every commit (.git/hooks/post-commit): #!/bin/bash curl -s -X POST http://localhost:3030/confetti 🐍 Python automation: import requests requests.post('http://localhost:3030/confetti') 📦 What you get 🖥οΈ Desktop app for Windows, macOS, and Linux 🎛οΈ System tray integration with menu controls βοΈ Customizable settings window (particles, colors, duration, sounds) 🔌 HTTP API for easy integration from any tool 🔄 Lifetime updates I've been using this for a few weeks and it genuinely makes coding more enjoyable. Those small celebrations throughout the day add up and keep me motivated. 😊 💰 One-time payment. Works forever. No subscription.