Finger Speed Tracker
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.
✨ Features
- 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)
📌 Road Map
- Support multiple keys (Currently support 2 keys only)
- Export and Import Data
- Export to csv or json
- Import custom json from export function
🚀 Useful commands
Start dev server
npm run tauri dev
Build executable
npm run tauri build
⚙️ Tech Stack
- Svelte + Sveltekit - UI and UI Routing
- Tauri - Desktop Application
- Dexie.js - Indexed DB to collect historical data
📝 License
MIT License — free for personal and commercial use.