Skip to content

← Help

Marketing site (homepage)

The marketing homepage at `/` is the public entry point before you open the app. It includes feature highlights, mini-games, and optional ways to hear about updates.


Stay in the loop (email list)

If the site operator has configured the backend (Supabase and the `waitlist_emails` table), you can sign up for low-volume product updates:

1. On the homepage, scroll to Stay in the loop (or use the nav link Updates). 2. Enter your email and tap Notify me.

If signup isn’t configured on that deployment, you’ll see a message to try the app or check back later — that’s expected for self-hosted or staging environments without a database.

To limit abuse, the server allows only a small number of sign-up attempts per network address in a short window, and it limits how often the public signup count can be polled. On production deployments that configure Redis (`REDIS_URL` or `leftofthedial_REDIS_URL`), those limits apply consistently across all app servers; without Redis, limits are enforced separately per server instance (still enough to slow casual abuse). If you see a “too many attempts” message, wait a minute or several minutes and try again.


Unsubscribe

To remove your email from the product-updates list:

1. Open `/unsubscribe/` (also linked from the homepage footer and from the Privacy policy page). 2. Enter the same email you used to sign up and tap Remove my email.

You’ll get a confirmation even if that address wasn’t on the list (so we don’t reveal whether an email was registered). The same rate limits apply as for sign-up; wait a few minutes if you hit “too many attempts.”


Try the app

Use Try the App or Login to open `/app/` and sign in with Discogs (or social login, if enabled). See Getting started.


Games

The homepage links to browser mini-games (Beat Drop, Punk Rock Trivia, and others). See Games.