A web-based guitar tablature editor with vim-style keybindings. Try it at bibliotab.com.
Tablature is a form of notation that tells guitarists exactly which frets and strings to play, removing the ambiguity of traditional sheet music. Bibliotab makes it easy to create, edit, and store tabs from any browser. Plaintext no more!
E|------------0----0-----0----0-------0-----|
C|---4p2p0---0-0--0-----0-0--0-------0-0----|
G|--------0-2----4---5/7----9---10/12-------|
C|-0----------------------------------------|
A|------------------------------------------|
F|------------------------------------------|
- Free and runs entirely in the browser; no downloads or installs needed
- Fast, keyboard-driven editing with vim-style keybindings
- Supports bends, slides, hammer-ons, pull-offs, harmonics, and taps
- Create and save tabs to your account from any device
Client: React, TailwindCSS, Tanstack Query, Radix UI/shadcn, Vite
Server: Node.js, Express, PostgreSQL, Passport (JWT)
Infra: Docker Compose, Nginx
make docker-upmake install
make dev-all # starts postgres, backend, and frontendOr if Postgres is already running:
make dev # starts backend + frontend onlyThe client runs on http://localhost:5173 and the API on http://localhost:3000.
| Key | Action |
|---|---|
h / j / k / l |
Move left / down / up / right |
w / b |
Next / previous measure |
Shift+H / Shift+L |
Extend selection left / right |
Escape |
Clear selection |
| Key | Action |
|---|---|
0-9 |
Enter fret digit (two-digit frets up to 24) |
x |
Clear note |
m |
Mute note |
| Key | Action |
|---|---|
z |
Bend |
s |
Slide |
v |
Hammer-on |
p |
Pull-off |
n |
Harmonic |
t |
Tap |
| Key | Action |
|---|---|
o / O |
Add frame after / before |
} / { |
Add measure after / before |
d |
Duplicate frame |
X |
Delete frame |
| Key | Action |
|---|---|
Ctrl/Cmd+B |
Toggle sidebar |