Loading...
FastStaq includes growth and community tools: a waitlist (with a waitlist-only launch mode), a feature-request voting board, and a public status page.
Collect interested users before you open up:
WAITLIST_DISPOSABLE_TLDS without a code change.To run a gated launch, turn on waitlist-only mode so the app sits behind a waitlist wall:
# server/.env (runtime; restart API)
WAITLIST_ONLY=true
# client/.env (baked at build time; rebuild + redeploy client)
NEXT_PUBLIC_WAITLIST_ONLY=true
Both flags must agree so the client wall and server wall match. ADMIN/OWNER accounts bypass the wall, and an allowlist permits essential endpoints. The server returns 503 WAITLIST_ONLY_MODE for blocked requests.
Let users shape the roadmap:
Publish a public status page so customers can see uptime and incidents, reducing "is it down?" tickets during an incident.
Open a support ticket for help configuring these tools.
Sign in to leave feedback on this article.