A metadata analysis tool for the Suno AI music platform. Paste a Suno song URL or ID to inspect its full creation history — prompts, tags, generation settings, and lineage across extends, covers, and upsamples.
Try it now: https://diskrotrepo.github.io/hipster/
Built with Flutter for web.
- Song tree traversal — Recursively walks a song's lineage (covers, upsamples, extends) to build the full creation history
- Metadata display — Title, artist, play count, likes, model version, duration, commercial use status, and more
- Prompt & tag inspection — View the positive and negative tags and full lyrics/prompt used for each segment
- Audio playback — Listen to any clip directly in the browser
- Bearer token support — Optionally provide a Suno bearer token (stored locally) to access private song data
- Flutter SDK (>= 3.4.0)
flutter pub get
flutter run -d chrome --web-port 8080flutter test- Flutter (web)
- audioplayers — in-browser audio playback
- get_it — dependency injection
- http — API calls to the Suno studio API
- shared_preferences — local bearer token storage
- GitHub Pages — deployment target