A web app that converts Songsterr tabs to Guitar Pro (.gp7) files using alphaTab.
See how I built it here!
- User pastes a Songsterr URL
- Server parses the page state to get song metadata and track info
- Fetches per-track revision JSON payloads from Songsterr's CDN
- Converts all tracks into an alphaTab score model
- Exports as GP7 and triggers a client-side download
See CONVERTER.md for full details.
- Clone the repo
- Install bun
bun installbun dev
bun run test:unit