Waitlist  /  Waitlist mode & the store

Waitlist mode & the store

Waitlist mode lets you ship your store early but keep it closed — only people you have invited can get in. When the waitlist is over, one toggle opens it to everyone. Your website code never changes.

What it does

Waitlist mode is a switch on the app (you can flip it from the app's settings or from the waitlist's detail page). It acts as a gate on the hosted store:

Waitlist modeA visitor opening your store sees…
OffThe store, as normal. Anyone can buy or sign up.
OnA redirect to your waitlist form (or your custom “Store visitor redirect” URL). If neither exists: “Access by invitation only.” The store is hidden.
On + valid invite tokenThe store, unlocked — because they arrived from a working invite link.
On + spent/unknown token“This invite link is invalid or has already been used.”
The gate is the same personal token from the invite email — it opens the store until its invite converts to Joined. That is what ties “I invited you” to “you can now reach the store”.

The post-invite redirect

Each waitlist has a Redirect URL after invite — where the invite link sends people. To gate your store, point it at the store. The Use store URL button fills it in for you. Onelo appends the token automatically:

text
Redirect URL after invite:  https://onelo.tools/customer/app/your-app-slug
Link the user receives:     https://onelo.tools/customer/app/your-app-slug?onelo_token=…

You can also point the redirect at your own site (e.g. a registration page) — the ?onelo_token=… parameter is appended either way, and your SDK can check it.

The full launch sequence

1

Turn waitlist mode on

Embed your store now. With waitlist mode on, the public is sent to your waitlist form instead.
2

Collect signups

Run the waitlist form (link to it from the gated store, or run both side by side).
3

Invite in waves

Invite the top N. Each invited person gets a token link straight to the store.
4

They convert

Invited users sign up / buy and are marked Joined.
5

Go public

Turn waitlist mode off. The store opens to everyone — same embed, no code change.
Waitlist mode & the store — Onelo Docs