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.
User
—
Verification
Not verified
Verification key (mock)
In production this should call your API (e.g. check guild membership, role, license, etc.).
Live preview
Interactive embedded preview. Toggle between the landing page and a minimal app mock.
Landing
App mock
Hover, scroll, click — this is live.
Implementation notes
• OAuth: set
• Verification: replace the mock key with a real API call.
• Downloads: generate signed URLs or gate access server-side.
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.