Create your builder organization, then build, brand, and resell vertical SaaS to your own customers.
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
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.
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.
BuilderUserId is not reused as a tenant UserId.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.
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.