Show what you're working on in Clip Studio Paint on your Discord profile with a live elapsed timer. Automatically detects when CSP is running and sets your Discord status.
- Automatic detection: polls every 3 seconds; connects RPC when CSP is open, disconnects when closed
- Customizable status: edit your activity details and status text from the GUI
- Elapsed timer: shows how long you've been drawing
- System tray: runs quietly in the background; left-click to open the window
- Launch at startup: toggle-able
- Built with Tauri v2: lightweight native app (Rust backend + React frontend)
- Node.js (LTS)
- Rust
- Tauri prerequisites (MSVC build tools, etc.)
npm install
npm run tauri devnpm run tauri buildThe installer will be in src-tauri/target/release/bundle/.
- Frontend: React 19, TypeScript, Tailwind CSS v4, Vite
- Backend: Rust, Tauri v2,
discord-rich-presence,sysinfo,winreg - Discord RPC: discord-rich-presence crate







