A simple desktop/web application to track and visualize your finger speed. It helps you analyze performance over time and stay organized with testing profiles. I develop mainly to track my osu! stream and single tapping speed.
I originally developed this app to track my osu! streaming and single tapping speed.
- Test your finger speed
- Add different profiles for you to category depending on your testing purposes (e.g. separate stream 400 clicks and single tap 200 clicks)
- Visualize your latest and historical testing data
- Export and Import Data (Not implemented)
- Support multiple keys (Currently support 2 keys only)
- Export and Import Data
- Export to csv or json
- Import custom json from export function
npm run tauri dev
npm run tauri build
- Svelte + Sveltekit - UI and UI Routing
- Tauri - Desktop Application
- Dexie.js - Indexed DB to collect historical data
MIT License — free for personal and commercial use.