Public
Guitar music theory & scales site with a fretboard visualizer
musicreact
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data โ all from the browser, and deployed in milliseconds.
A personal music theory & scales workbench โ visualize any scale on the fretboard, work through a structured curriculum, and drill your ear. Built for an intermediate guitarist whose main goal is scales and music theory.
Live: https://guitar-lab.val.run
| Tab | What it does |
|---|---|
| Lessons | A 6-part curriculum (fretboard logic โ intervals โ major scale construction โ pentatonics โ modes โ diatonic harmony), each with embedded live fretboard examples |
| Scale Lab | Pick any root + one of 13 scales, see it color-coded across the whole neck. Toggle note names vs interval degrees (1, โญ3, 5โฆ), and hear the scale ascend |
| Metronome | Web-audio clicker, BPM 40โ240, 3/4 ยท 4/4 ยท 6/4 time with accented beat one |
| Interval Trainer | Ear-training game: hear two notes, name the interval, get instant feedback and a score |
Rendering mermaid diagram...
theory.tsis the engine โ note names, interval labels, 13 scale formulas, and a fretboard grid builder.mapScale()colors every note on the neck by its scale degree.- Client-side React (no build step). Twind/Tailwind utilities for styling.
- All audio is generated with the Web Audio API (oscillators) โ no audio files.
- Every frontend module is served at versioned URLs via
serveImmutableFileand cached immutably.
- A chord explorer (stack thirds off any scale degree to derive chords)
- Practice tracker (habit streaks, saved to the val's SQLite + cron daily reminder)
- Note-to-fret finder tool
- Microphone pitch detection for real guitar input
frontend/
theory.ts Music theory + fretboard engine
root.tsx HTML shell (stamps immutable asset URLs)
index.tsx React entrypoint
components/
App.tsx Nav + layout
Lessons.tsx 6-lesson curriculum
ScaleExplorer.tsx Interactive root/scale explorer + audio
Fretboard.tsx Neck renderer
Metronome.tsx Web-audio clicker
IntervalTrainer.tsx Ear-training quiz