Put out a good question.
Add a small, protected signup form. Ask for an email first, then only the details that help you learn.
MasterBeta is the temporary control room between “we’re building this” and “this is real now.” It turns early interest, invitations, feedback, and launch rules into a calm, useful picture—then gets out of the way when the product has grown up.
A pile of email addresses is not a launch plan. MasterBeta helps a small product team answer better questions: Which places are asking for this? Who is willing to test the rough edges? Is this invitation wave working? What remains before we can call it launched?
Add a small, protected signup form. Ask for an email first, then only the details that help you learn.
Interest becomes useful signals—by site, campaign, ZIP, role, or launch question—so a beta can open in the right place.
Send invite waves or unlock codes. Feature gates make a rollout intentional instead of accidentally public.
Export the evidence, hand off durable data, and turn the temporary system down. The goal is a launched product—not an eternal beta dashboard.
MasterBeta is deliberately narrow. It does not become the permanent source of truth for users, locations, content, permissions, or product rules. The moment a capability needs to live after launch, it belongs in the product that owns it.
That boundary is what keeps a useful launch tool from turning into an accidental platform.
Put your company logo where the MasterBeta logo would normally appear—in beta email and the admin. Use your organization’s name, reply-to address, and neutral copy throughout the experience.
BYOD: bring your own domain. On the paid white-label plan, we help verify your sending domain so invitations and updates arrive from your organization, not ours. Recipients get your brand; we keep the puns on our own marketing site.
A site embeds its own form and branding. MasterBeta accepts the protected submission, optionally asks configured research questions, and returns a simple answer. The site decides what happens next.
For a location rollout, a product can ask whether a ZIP has access to a named capability before it shows a local experience. MasterBeta provides policy and context; the product provides every pixel and every lasting decision.
POST /v1/submit
{
"siteKey": "mb_pub_…",
"form": "alpha",
"email": "hello@example.com",
"answer": "I can test this with my neighborhood group.",
"turnstileToken": "…"
}
201 { "status": "waitlisted" }
The product decides whether that person sees
“thanks,” a follow-up question, an invite,
or a thoughtful not-launched-yet page.MasterBeta exists for the messy middle: the period when people are interested, the product is still learning, and someone needs to decide what opens next.
Request a key