Supported sites

Every activity Syncr can show

These are the sites Syncr turns into a live Discord status today. Each one reads only the fields it needs, nothing more. Pick one to see exactly what shows up.

Listening

YouTube Music

Now playing with track, artist, album artwork, and a live progress bar.

MusicView activity →
Watching

YouTube

The video you are watching, with its title and channel name.

VideoView activity →
Watching

Netflix

What you are watching, with season, episode, artwork, and progress.

StreamingView activity →
Browsing

Reddit

The post or subreddit you are on, or a simple browsing status.

SocialView activity →
Privacy-first

Proton Mail

A deliberately generic mail status. No subjects, no senders, ever.

ProductivityView activity →
For tinkerers

Missing a site? Add it yourself

Every activity is just a small folder: a logo, a bit of metadata, and a scraper that reads the page. Syncr is open source, so you can build your own activity and open a pull request. If it is useful, it ships for everyone.

activities/your-site/metadata.json
{
  "id": "your-site",
  "name": "Your Site",
  "match": "*://*.your-site.com/*",
  "activity": {
    "type": "watching",
    "details": "{title}",
    "state": "{author}"
  }
}