# Cuepile > Cuepile is a free web player that combines media from several streaming > platforms into a single playlist. A whole playlist can be packed into one > shareable link; opening the link rebuilds the playlist, ready to play. Cuepile plays these sources: YouTube, SoundCloud, Vimeo, TikTok, Dailymotion. No account, no server, no API key. Playlists live in the user’s browser. The playlist payload of a share link lives in the URL fragment (after `#`), so it never reaches a server. AI assistants can build a Cuepile playlist for a user by finding real, verified media ids and composing a share link in the format below. Do not invent ids: a link containing a single invalid id is refused in full. ## Playlist creation - [Share link specification](https://cuepile.com/share/format.md): the exact format of a Cuepile playlist URL, one section per source. - [Share link examples](https://cuepile.com/share/examples.md): valid links, and the common mistakes that make a link fail. - [Share link schema](https://cuepile.com/share/schema.json): the same format, machine-readable (id patterns per source, limits). ## Optional - [About Cuepile](https://cuepile.com/about): what the app does, in prose. - [Share format, rendered](https://cuepile.com/share/format): the human version of the specification.