A chord chart answers one question: how do I play this chord. Chord Options is for the questions on either side of it. Which chords are available to me here, and why does each one work?
Pick a key and you get every chord it offers: the seven it is built from, the secondary dominants that point at them, the tritone substitutions that replace those, and the chords borrowed from the parallel key. Each one says what it is doing there, which chord it usually goes to next, and why.
Chord Options is free, carries no advertising and asks nobody to sign up. It is one person’s project with nothing behind it, so people find it only when somebody points them at it.
If it has been useful to you, a share, a link, a post or a mention helps it reach those who need it.
The common shapes, the grips most players already know, originate in chords-db, an open dataset of guitar chord fingerings. They are what a chord page opens with.
Everything beyond them is derived rather than collected. Shells, drop 2, drop 3, rootless and triad voicings are generated from the intervals of each chord and the geometry of standard tuning. The generator places each voicing on every string set it can be played on, rejects anything outside a five-fret stretch, and keeps a bounded number per string set and inversion, so the result is the grid a method book teaches rather than every shape that is mathematically possible.
A generator that produces plausible-looking nonsense is worse than no generator, so every build runs the output back through the theory it came from.
That last figure is the credibility test. Run against the shapes in chords-db that are comparable, meaning three and four notes, the generator independently arrives at two-thirds of them. The rest are mostly five and six-string CAGED grips it is deliberately not trying to make.
The explanations in the app are not folk knowledge. Each one follows published pedagogy, and the tooltip that makes a claim generally names its source.
Naming a shape works the other way round. The notes are read off the fretboard in standard tuning and every chord symbol they can spell is listed, ordered by the bass note. The candidate symbols come from tonal; which of them is right in context is a question the shape alone cannot settle, so the chord identifier gives every reading and says what each one is claiming.
Every chord’s data is a static JSON file, and it is public.
/data/chords/<key>/<suffix>.json
/data/chords/C/maj7.json Cmaj7
/data/chords/Csharp/m7.json C#m7 (a sharp is written "sharp")
/data/chords/C/slashE.json C/E (a slash is written "slash")Each file holds the derived voicings for that chord, the tensions available over its shell, and the notes and fret string of its picture. 550 chords across 12 keys. If you build something with it, a link back is welcome and enough. See one, or start from the index of every chord.
Every claim on this page is checkable, and the books above are where to check it.
Shows each chord the way this style would voice it, and marks which of its alternatives belong to the idiom.