Trace

Dashboard

Sign in with Discord, verify, then access downloads and a live preview.

Signed out

Account

Discord sign-in requires an OAuth client + a backend to exchange the code for a token. This page includes a front-end ready flow + a local dev fallback.

Sign in with Discord
User
Verification
Not verified
Verification key (mock)
In production this should call your API (e.g. check guild membership, role, license, etc.).

Downloads

Downloads unlock after verification.

File Type
Trace Client Windows Download
Trace Client macOS Download
Trace Client Linux Download
Replace the download links with your real build artifacts.

Live preview

Interactive embedded preview. Toggle between the landing page and a minimal app mock.

Open in new tab
Hover, scroll, click — this is live.
Implementation notes
• OAuth: set DISCORD_CLIENT_ID and DISCORD_REDIRECT_URI in the script below, and handle /oauth/callback on your server to exchange the code.
• Verification: replace the mock key with a real API call.
• Downloads: generate signed URLs or gate access server-side.