BuildWithHQBuilder console

Ship vertical SaaS your customers can rebrand.

BuildWithHQ is the platform where builders create, configure, and resell branded SaaS to their own tenants.

Design preview · representative content

Sign in

Welcome back. Sign in to your BuildWithHQ builder account.

Protected by rate limiting · repeated failures trigger a short lockout.

New to BuildWithHQ? Create an account

About this page

Sign in to your builder account. If your email belongs to more than one organization, you’ll pick which one to enter — but only after your password checks out, so the sign-in screen never reveals anything to someone who doesn’t know it.

Repeated wrong guesses trigger a short lockout. If you’ve forgotten your password, the Forgot link sends a one-time reset link to your email.

Behind this page/login · public

Retrieve

No pre-auth read. On submit, sp_Auth_GetLoginCandidates returns candidate rows; the API verifies the password before disclosing anything.

Save

sp_Auth_CheckAndRecordLoginAttempt (throttle) → verify hash app-side → sp_Builder_RecordLogin + sp_Auth_RegisterSession.

Success

  • Valid credentials create a revocable builder session.
  • MFA-enrolled users continue to the challenge.
  • Multiple builder organizations continue to the account selector.
  • Builder-console authentication remains separate from each SaaS tenant login.

CLI handoff

Implement this scaffold from the structured contract, then remove hard-coded preview rows. The source of truth is CLI Handoff and admin-cli-manifest.json.

Page IDlogin
Route/login
Accesspublic
Statusjourney-aligned-scaffold

Server-inject identity and scope values; never trust browser-supplied account, app, tenant, user, entitlement, price, or permission identifiers. Preserve the loading, empty, forbidden, failed, retrying, and completed states shown by the preview.