You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SoundCloud is an audio platform for independent musicians, podcasters, and listeners. Its IA is built around the waveform player — a distinctive visual representation of audio that enables timed comments, making listening social. The platform uniquely supports emerging artists through direct upload, fan-powered royalties, and discovery tools. SoundCloud blends social networking (reposts, likes, following) with streaming and distribution.
Site Map
soundcloud.com
├── Home (Stream / Feed)
├── Discover
│ ├── Trending
│ ├── Charts (Top 50, New & Hot)
│ ├── Genres
│ │ ├── Hip-hop & Rap
│ │ ├── Electronic
│ │ ├── Pop
│ │ ├── R&B & Soul
│ │ ├── Rock
│ │ ├── Podcasts
│ │ └── ... (20+ genres)
│ └── Playlists (curated)
├── Search
│ ├── Tracks
│ ├── People
│ ├── Albums
│ ├── Playlists
│ └── Stations
├── Upload
│ ├── Upload tracks
│ ├── Track details
│ └── Distribution (SoundCloud for Artists)
├── Track Page
│ ├── Waveform player
│ ├── Timed comments
│ ├── Track info (description, genre, tags)
│ ├── Related tracks
│ ├── Reposts & likes count
│ ├── Buy / download link
│ └── Artist profile link
├── Artist Profile
│ ├── Bio & avatar
│ ├── Tracks
│ ├── Albums / Playlists
│ ├── Reposts
│ ├── Followers / Following
│ ├── Spotlight (pinned tracks)
│ └── Stats (for creator)
├── Library (Auth)
│ ├── Likes
│ ├── Playlists
│ ├── Albums
│ ├── Following
│ ├── Stations
│ └── Listening history
├── SoundCloud Go+ (Premium)
│ ├── Ad-free listening
│ ├── Offline access
│ └── Full catalog access
├── For Artists
│ ├── SoundCloud for Artists (dashboard)
│ ├── Monetization (fan-powered royalties)
│ ├── Distribution (to Spotify, Apple, etc.)
│ ├── Promote
│ └── Analytics
├── Help Center
│ ├── Listening
│ ├── Uploading
│ ├── Account
│ ├── Subscriptions
│ └── Contact
├── Legal
│ ├── Terms
│ ├── Privacy
│ ├── Copyright
│ └── Community guidelines
└── Auth
├── Log in
└── Create account
Navigation Model
Level
Type
Details
Global
Top bar
Logo, Home (Stream), Search bar, Upload, Library, Profile, Go+ CTA
Discover
Horizontal tabs
Charts, Trending, Genres, Playlists
Track page
Inline actions
Play, Like, Repost, Share, Add to playlist, More (report, embed)
Key pattern: The persistent bottom player follows the user everywhere. Waveform visualization and timed comments are SoundCloud's signature — audio is always visual.