BuildWithHQBuilder console

Start your 10-day trial. No card required.

Create your builder organization, then build, brand, and resell vertical SaaS to your own customers.

Design preview · representative content

Create your account

Set up your builder organization on BuildWithHQ.

12+ characters. Hashed in the app tier — never stored raw.

10-day trial · no card required · we'll email a verification link.

Already have an account? Sign in

About this page

Creates the builder organization and its owner. Production must hash the real password in the application tier, issue a one-time email-verification token, and keep the builder identity separate from tenant users created later inside each SaaS database.

We’ll email you a verification link right away — verifying is what unlocks creating products and inviting teammates.

Behind this page/register · public

Retrieve

No pre-auth read.

Save

sp_Provisioning_CreateBuilderAccount creates the customer account and owner builder user atomically; sp_Auth_CreateEmailVerificationToken stores only the token hash. The deterministic Step 01 journey script is reference evidence, not a browser-callable signup endpoint. Generate IDs server-side and write a real supported password hash—never the structural test placeholder.

Success

  • Builder account, owner user, plan and subscription commit together.
  • Duplicate email returns one safe response.
  • Verification gates privileged builder actions.
  • BuilderUserId is not reused as a tenant UserId.

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 IDregister
Route/register
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.