— Step 03 / Account creation
Memberstack signup, with one engineering call.
Once the code validates, the integrated Memberstack component handles account creation: name, email, password. Standard signup, no second confirmation step. Behind the scenes, custom code runs at the moment of account creation: a unique Member ID is auto-generated, validated against the existing Member ID list in Airtable to guarantee no duplicates, and attached to the new account's Memberstack metadata.
Member IDs are random, not sequential. A sequential ID would expose membership volume to anyone who could observe two IDs across time. Random IDs (validated for uniqueness) keep the count opaque. Small decision, real security implication.