|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 6 | + |
| 7 | + <title>QueryLoL — League of Legends Companion for Windows & macOS</title> |
| 8 | + <meta name="description" content="QueryLoL is a lightweight (~15MB) League of Legends companion app: auto-apply optimal builds, counter-based pick/ban suggestions, smurf detection, a real-time in-game overlay, and post-game analysis. Built with Tauri + React. Free and open source. No Overwolf, no Electron." /> |
| 9 | + <meta name="keywords" content="League of Legends, LoL companion app, LoL overlay, op.gg desktop, build optimizer, rune optimizer, smurf detection, champion select, draft tool, Tauri, LCU" /> |
| 10 | + <meta name="author" content="ishtartec" /> |
| 11 | + <meta name="robots" content="index, follow" /> |
| 12 | + <meta name="theme-color" content="#0a0e14" /> |
| 13 | + <link rel="canonical" href="https://ishtartec.github.io/query-lol-desktop/" /> |
| 14 | + <link rel="icon" type="image/png" href="favicon.png" /> |
| 15 | + <link rel="apple-touch-icon" href="favicon.png" /> |
| 16 | + |
| 17 | + <!-- Open Graph --> |
| 18 | + <meta property="og:type" content="website" /> |
| 19 | + <meta property="og:site_name" content="QueryLoL" /> |
| 20 | + <meta property="og:title" content="QueryLoL — League of Legends Companion for Windows & macOS" /> |
| 21 | + <meta property="og:description" content="Auto-apply optimal builds, draft intelligence, smurf detection, a real-time in-game overlay, and post-game analysis. Lightweight, free, and open source." /> |
| 22 | + <meta property="og:url" content="https://ishtartec.github.io/query-lol-desktop/" /> |
| 23 | + <meta property="og:image" content="https://ishtartec.github.io/query-lol-desktop/screenshots/champ-select-build.png" /> |
| 24 | + <meta property="og:image:width" content="2532" /> |
| 25 | + <meta property="og:image:height" content="1542" /> |
| 26 | + <meta property="og:image:alt" content="QueryLoL champion select view with auto-applied build and damage composition" /> |
| 27 | + |
| 28 | + <!-- Twitter --> |
| 29 | + <meta name="twitter:card" content="summary_large_image" /> |
| 30 | + <meta name="twitter:title" content="QueryLoL — League of Legends Companion for Windows & macOS" /> |
| 31 | + <meta name="twitter:description" content="Auto-apply optimal builds, draft intelligence, smurf detection, a real-time in-game overlay, and post-game analysis. Lightweight, free, and open source." /> |
| 32 | + <meta name="twitter:image" content="https://ishtartec.github.io/query-lol-desktop/screenshots/champ-select-build.png" /> |
| 33 | + |
| 34 | + <!-- TODO: paste your Google Search Console verification meta tag below, e.g. |
| 35 | + <meta name="google-site-verification" content="XXXXXXXXXXXXXXXXXXXXXXXXXXXXX" /> --> |
| 36 | + |
| 37 | + <link rel="stylesheet" href="styles.css" /> |
| 38 | + |
| 39 | + <script type="application/ld+json"> |
| 40 | + { |
| 41 | + "@context": "https://schema.org", |
| 42 | + "@type": "SoftwareApplication", |
| 43 | + "name": "QueryLoL", |
| 44 | + "applicationCategory": "GameApplication", |
| 45 | + "operatingSystem": "Windows, macOS", |
| 46 | + "description": "A lightweight League of Legends companion app: auto-apply optimal builds, counter-based pick/ban suggestions, smurf detection, a real-time in-game overlay, and post-game analysis.", |
| 47 | + "url": "https://ishtartec.github.io/query-lol-desktop/", |
| 48 | + "downloadUrl": "https://github.com/ishtartec/query-lol-desktop/releases/latest", |
| 49 | + "softwareVersion": "0.16.0", |
| 50 | + "license": "https://github.com/ishtartec/query-lol-desktop", |
| 51 | + "offers": { |
| 52 | + "@type": "Offer", |
| 53 | + "price": "0", |
| 54 | + "priceCurrency": "USD" |
| 55 | + }, |
| 56 | + "author": { |
| 57 | + "@type": "Organization", |
| 58 | + "name": "ishtartec" |
| 59 | + } |
| 60 | + } |
| 61 | + </script> |
| 62 | +</head> |
| 63 | +<body> |
| 64 | + <header class="nav"> |
| 65 | + <a class="brand" href="#top"> |
| 66 | + <img src="favicon.png" alt="QueryLoL logo" width="28" height="28" /> |
| 67 | + <span>QueryLoL</span> |
| 68 | + </a> |
| 69 | + <nav class="nav-links"> |
| 70 | + <a href="#features">Features</a> |
| 71 | + <a href="#screenshots">Screenshots</a> |
| 72 | + <a href="https://github.com/ishtartec/query-lol-desktop" target="_blank" rel="noopener">GitHub</a> |
| 73 | + <a class="btn btn-sm" href="https://github.com/ishtartec/query-lol-desktop/releases/latest" target="_blank" rel="noopener">Download</a> |
| 74 | + </nav> |
| 75 | + </header> |
| 76 | + |
| 77 | + <main id="top"> |
| 78 | + <section class="hero"> |
| 79 | + <div class="hero-inner"> |
| 80 | + <span class="eyebrow">Windows & macOS · Free & open source</span> |
| 81 | + <h1>Your League of Legends edge,<br />from champ select to post-game.</h1> |
| 82 | + <p class="lede"> |
| 83 | + QueryLoL auto-applies optimal builds the moment you pick, reads the draft for counters and synergies, |
| 84 | + flags smurfs, and runs a real-time in-game overlay — then breaks down every match afterwards. |
| 85 | + </p> |
| 86 | + <div class="cta-row"> |
| 87 | + <a class="btn btn-lg" href="https://github.com/ishtartec/query-lol-desktop/releases/latest" target="_blank" rel="noopener"> |
| 88 | + Download latest release |
| 89 | + </a> |
| 90 | + <a class="btn btn-lg btn-ghost" href="https://github.com/ishtartec/query-lol-desktop" target="_blank" rel="noopener"> |
| 91 | + View source on GitHub |
| 92 | + </a> |
| 93 | + </div> |
| 94 | + <p class="micro">~15 MB binary · No Overwolf · No Electron · Built with Tauri + React</p> |
| 95 | + </div> |
| 96 | + </section> |
| 97 | + |
| 98 | + <section id="screenshots" class="section"> |
| 99 | + <h2>See it in action</h2> |
| 100 | + |
| 101 | + <figure class="shot"> |
| 102 | + <img src="screenshots/champ-select-build.png" alt="Champion select build view with damage composition" loading="lazy" /> |
| 103 | + <figcaption><strong>Champion Select — Builds & Damage Composition.</strong> Auto-applied runes, spells, and item set the moment you pick, with per-team AD/AP damage bars and enemy matchup win rates.</figcaption> |
| 104 | + </figure> |
| 105 | + |
| 106 | + <figure class="shot"> |
| 107 | + <img src="screenshots/level-plan.png" alt="Level-by-level plan timeline" loading="lazy" /> |
| 108 | + <figcaption><strong>Level-by-Level Plan.</strong> An 18-level timeline vs your lane opponent — per-level advantage from power curves, spike bonuses, and ult strength, plus situational items and matchup notes.</figcaption> |
| 109 | + </figure> |
| 110 | + |
| 111 | + <figure class="shot"> |
| 112 | + <img src="screenshots/live-game.png" alt="Live game scoreboard and recommended build" loading="lazy" /> |
| 113 | + <figcaption><strong>Live Game.</strong> Real-time recommended build, win probability, gold diff, and a full scoreboard with player ranks plus OTP / first-time / smurf labels.</figcaption> |
| 114 | + </figure> |
| 115 | + |
| 116 | + <figure class="shot"> |
| 117 | + <img src="screenshots/post-game.png" alt="Post-game match summary with role-adjusted performance breakdown" loading="lazy" /> |
| 118 | + <figcaption><strong>Post-Game Analysis.</strong> Full scoreboard for both teams plus a role-adjusted performance breakdown across KDA, CS/min, gold/min, damage share, vision/min, and kill participation.</figcaption> |
| 119 | + </figure> |
| 120 | + |
| 121 | + <figure class="shot"> |
| 122 | + <img src="screenshots/home-dashboard.png" alt="Home dashboard with role-aware improvement panel and LP progress" loading="lazy" /> |
| 123 | + <figcaption><strong>Home Dashboard.</strong> Today's recap, your top champions vs your own baseline, role-aware areas to improve, LP progress, and recent match history.</figcaption> |
| 124 | + </figure> |
| 125 | + </section> |
| 126 | + |
| 127 | + <section id="features" class="section"> |
| 128 | + <h2>What's inside</h2> |
| 129 | + <div class="grid"> |
| 130 | + <article class="card"> |
| 131 | + <h3>Champion Select — Builds</h3> |
| 132 | + <p>Auto-apply full rune pages, summoner spells, and item sets from OP.GG the moment you pick. Alternative builds with win/pick rates, color-coded skill order, and item/rune tooltips.</p> |
| 133 | + </article> |
| 134 | + <article class="card"> |
| 135 | + <h3>Drafting Intelligence</h3> |
| 136 | + <p>Pick & ban recommendations scored 0–100, per-enemy matchup win rates, team-composition callouts, all-lanes prediction, and a coach-style level-by-level plan for all 172 champions.</p> |
| 137 | + </article> |
| 138 | + <article class="card"> |
| 139 | + <h3>Live Game & Overlay</h3> |
| 140 | + <p>Real-time scoreboard, smurf detection, gold tracker, objective timers, win probability, MIA / death-timer / recall advisors, voice cues (TTS), and a hold-TAB in-game overlay.</p> |
| 141 | + </article> |
| 142 | + <article class="card"> |
| 143 | + <h3>Post-Game Analysis</h3> |
| 144 | + <p>Full scoreboard with MVP and multikill badges, gold-advantage timeline, elo comparison, and per-phase (early / mid / late) breakdowns of CS/min, gold/min, and KDA.</p> |
| 145 | + </article> |
| 146 | + <article class="card"> |
| 147 | + <h3>Profile & Improvement</h3> |
| 148 | + <p>Daily summary, tilt gate after loss streaks, role-aware improvement priorities vs elo benchmarks, LP progress chart, and per-champion deltas against your own baseline.</p> |
| 149 | + </article> |
| 150 | + <article class="card"> |
| 151 | + <h3>Lightweight by design</h3> |
| 152 | + <p>A ~15 MB native binary built with Tauri (Rust) + React. No Overwolf, no Electron. Windows and macOS, 11 regions, all HTTP done locally in Rust.</p> |
| 153 | + </article> |
| 154 | + </div> |
| 155 | + |
| 156 | + <div class="cta-row center"> |
| 157 | + <a class="btn btn-lg" href="https://github.com/ishtartec/query-lol-desktop/releases/latest" target="_blank" rel="noopener"> |
| 158 | + Download for Windows & macOS |
| 159 | + </a> |
| 160 | + </div> |
| 161 | + </section> |
| 162 | + </main> |
| 163 | + |
| 164 | + <footer class="footer"> |
| 165 | + <p> |
| 166 | + <a href="https://github.com/ishtartec/query-lol-desktop" target="_blank" rel="noopener">GitHub</a> · |
| 167 | + <a href="https://github.com/ishtartec/query-lol-desktop/releases" target="_blank" rel="noopener">Releases</a> · |
| 168 | + Built with Tauri + React |
| 169 | + </p> |
| 170 | + <p class="disclaimer"> |
| 171 | + QueryLoL isn't endorsed by Riot Games and doesn't reflect the views or opinions of Riot Games or anyone |
| 172 | + officially involved in producing or managing Riot Games properties. Riot Games and all associated properties |
| 173 | + are trademarks or registered trademarks of Riot Games, Inc. |
| 174 | + </p> |
| 175 | + </footer> |
| 176 | +</body> |
| 177 | +</html> |
0 commit comments