HumHound Public Shares

Beautiful server-rendered match pages for every saved take.

This web app is designed for share links like /s/abc123. Each page can render song metadata, artwork, streaming links, and the original recording from Firebase-backed data.

Expected Firestore collection

Store public share documents in publicShares by default.

{
  "title": "Yellow",
  "artists": "Coldplay",
  "album": "Parachutes",
  "score": 0.94,
  "scoreLabel": "94% Match",
  "caption": "Listen to the original HumHound recording.",
  "artworkUrl": "https://...",
  "audioUrl": "https://..."
}