Skip to content

diskrotrepo/hipster

Repository files navigation

Hipster

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.

Features

  • 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

Getting Started

Prerequisites

Run

flutter pub get
flutter run -d chrome --web-port 8080

Test

flutter test

Tech Stack

  • 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

About

A tool for exploring Suno's meta data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages