OpenCreators in one minute
- Use 3–30 letters, numbers, or underscores; spaces and unsupported symbols are rejected.
- Choose a recognizable name and confirm availability before publishing share materials.
- Treat the public URL as a durable entry point and test it without prior navigation history.
The public OpenCreators storefront uses a username-based path. In the current builder, the accepted username format is 3 to 30 letters, numbers, or underscores. The platform also checks availability, so a correctly formatted name can still be unavailable.
A good username is not merely valid. It should be recognizable, easy to read aloud, stable enough to keep, and close to the identity visitors already know from the creator's other channels.
Choose a durable name
Prefer the creator name or a simple variation over temporary campaign language. Avoid strings that are easily mistyped, visually ambiguous, or unrelated to the public profile. An underscore can improve availability, but too many reduce readability.
Do not use another person's name, protected brand, or misleading affiliation. The fact that a username is technically available does not grant rights to use it.
Understand validation
The builder normalizes the value without a leading at-sign when saving the account username. Invalid format and unavailable-name responses are different problems: the first requires a valid character pattern; the second requires another available name.
Network or server failures should not be presented as permanent username rejection. Retry after connectivity returns, and avoid repeatedly changing the desired identity before the actual error is understood.
Test direct entry behavior
Open the shared profile URL in a fresh browser context. When a person arrives from an external link and there is no meaningful page history, the top-left control should return them Home rather than showing a back action that leads nowhere.
When navigation history does exist, a back arrow can return to the previous in-app page. The destination logic should be based on real history, not only on how the page was visually entered during development.
Share the canonical form
Use the exact published URL produced by OpenCreators in bios, messages, and campaigns. Copying from the success flow reduces typos. Do not add tracking fragments that break the username path.
After any identity change, update the creator's main profiles and verify old campaign links. A public URL should be treated as part of the creator's brand infrastructure.
Frequently asked questions
Can a username contain a hyphen or space?
Not in the current builder. The accepted pattern is 3 to 30 letters, numbers, or underscores.
Why can a valid username still fail?
The name may already be used or unavailable. A network or server error can also interrupt saving, so read the actual error before choosing a new identity.