In-car HUD.
A transparent timing & coaching HUD that sits over your iRacing window. Lap times, sector splits, live delta, fuel, tyre warnings, and the latest race-radio line — all visible without leaving the cockpit view.
Two ways to run it
Pick whichever matches your setup. Both options use the same overlay URL, so you can switch between them at any time.
Chrome and Edge both have an --app= mode that opens any URL
as a borderless window. Combined with our overlay's transparent
background, that's all you need.
Create a desktop shortcut
Right-click your desktop → New → Shortcut.
Paste this in the location box (Edge users: swap the path for msedge.exe):
"C:\Program Files\Google\Chrome\Application\chrome.exe" --app=https://realracer.ai/overlay?transparent=1 --window-size=1920,1080 --window-position=0,0
The ?transparent=1 tells the overlay to drop its preview backdrop. Without it you'd see a black rectangle instead of just the floating cards.
Adjust --window-size and --window-position
to match the iRacing screen you want the overlay on. For triple-monitor
users, the centre screen typically starts at the right offset (e.g.
--window-position=1920,0 for a 3 × 1080p setup).
Make the window transparent + always-on-top
Chrome's --app windows already have no chrome (toolbar /
address bar), and our overlay page draws nothing where the cards
aren't. To pin it on top of iRacing:
- Easiest: install the free
AlwaysOnTop
tool. Hotkey
Ctrl+Spaceto pin/unpin any window. - Alternative: use AutoHotkey one-liner
(
WinSetAlwaysOnTop, Toggle, A) bound to a hotkey.
Click-through (optional but nice)
By default the Chrome app window can steal mouse clicks. RealRacer.ai's
overlay page is internally pointer-events: none, so clicks
will already pass through the transparent areas — but on the cards
themselves they won't.
If you want full click-through, use a Windows tool like
Click-Through-Forms
or the AutoHotkey WS_EX_TRANSPARENT recipe.
Launch order
- Start the RealRacer.ai Connector (system tray icon)
- Launch iRacing in Windowed (Borderless) mode
- Double-click your overlay shortcut
- If using AlwaysOnTop, focus the overlay window and hit your pin hotkey
- Hit
Ctrl+Shift+Hin the overlay window to toggle visibility on/off any time
If you're already streaming or recording with OBS, this is the simplest route — your existing OBS scene becomes the overlay layer.
Add a Browser Source
- OBS → Sources → + → Browser
- URL:
https://realracer.ai/overlay?transparent=1(the?transparent=1is critical — without it OBS picks up a black backdrop instead of just the cards) - Width:
1920· Height:1080 - Tick Custom CSS off — the page is already transparent
- Tick Shutdown source when not visible off — keep it warm
Show it locally with an OBS Virtual Camera or projector
OBS browser sources are normally only visible to your stream/recording. To see them on your screen while you race, use one of:
- Right-click the source → Windowed Projector → Source. Drag the projector window onto your iRacing monitor. (Won't be transparent on its own — for racing-on-screen use the Chrome method above.)
- Stream the OBS scene to a second device (tablet, phone) and mount that next to your wheel.
For streamers: layer on top of your iRacing capture
Add a Game Capture (or Display Capture) source for iRacing, then place the RealRacer.ai Browser Source above it in the OBS source list. The overlay will composite directly into your stream.
What's on the overlay
- Top-centre: mini track map with live position dots — you, the car one position ahead, the car one position behind. Falls back to a horizontal lap-progress strip on tracks we don't have an SVG outline for yet.
- Top-right: current lap time, Δ vs your best, Δ vs your last lap, plus three sector splits with purple/green/yellow colour
- Bottom-centre: live delta strip — green when you're up on best, red when down
- Bottom-left: last engineer / spotter / broadcaster line, fades after 8 seconds
- Bottom-left (above): coach card — bigger, fades after 12 seconds (Pro/Max only — coach voice required)
- Bottom-right: fuel litres + laps remaining; tyre warning when corners go hot (>105°C) or cold (<70°C)
- Top-left: tiny status dot — green when telemetry is live, yellow when you're in the garage / on pit road
Hotkeys
Ctrl+Shift+H— toggle the entire overlay on/off (setting persists across reloads)
Troubleshooting
- I can't see the overlay over iRacing. iRacing is in exclusive fullscreen. Switch to Windowed (Borderless) mode.
- The overlay shows but says "connecting" forever. The Connector isn't running, or you're logged into a different account in this browser. Open Settings → Setup and confirm the PC is bound to your account.
- I'm getting a white background instead of transparent. Browser source / window mode supports transparency on Chrome ≥75 and Edge. Older browsers don't.
- The overlay covers my mouse cursor. See click-through step above, or hit
Ctrl+Shift+Hto hide while you click. - Lap time shows "—:——.——". Normal until you complete your first flying lap.