Skip to content

kauf0/SynergyLock

Repository files navigation

SynergyLock

A lightweight always-on-top overlay for Deadlock synergy picker that shows hero synergy stats. Easy to use, fun to play!

screenshot of the app

What it does

Pick your heroes, see the winrate of your current lineup, and get suggestions for who to pick next. Pulled live from current Deadlock stats!

  • Party winrate: shows the combined winrate for your current hero selection
  • Next pick suggestion: ranked list of heroes that perform best with your party
  • Rank filter: filter data by a rank range so the numbers are relevant to your rank
  • Stays on top of the game window, doesn't interfere with anything, can be closed/hidden at any time

demo gif of the app

Download

Download latest version from Releases for your OS:

  • Windows: .exe or .msi installer
  • Linux: pick what's' best for you. .AppImage should work on almost any distro

Usage

  1. Launch SynergyLock before or during hero select
  2. Click heroes to add them to your party
  3. The party winrate updates automatically
  4. Open Suggest next pick menu to see who is the best for your lineup
  5. Click a suggestion to add that hero to your party

Support

If you find this useful, feel free to send tips <3

  • I would also appreciate if you like, comment and sub on GameBanana;
  • And if you like, fav and comment on Steam

Building from source

Requires Node.js 22+ and Rust.

git clone https://github.com/kauf0/SynergyLock.git
cd SynergyLock
npm install
npm run tauri dev

Where does the data come from?

All stats are fetched from deadlock-api.com.

License

MIT