NoteFlow is a simple web app for practicing piano sight-reading.
- Import MusicXML: Supports
.musicxmland.mxlfiles. - Smart Cursor: A guide line follows the notes as you play.
- BPM Control: Adjust the speed to match your practice tempo.
- Open: Go to
http://localhost:5173. - Upload: Click 📂 Open MusicXML (or use 🎵 Load Sample).
- Play: Set your BPM and click ▶ Play.
git clone https://github.com/Frrrrrranz/NoteFlow.git
cd NoteFlow
npm install
npm run dev