Accounts, guests and signing in · Chazz.ai
How accounts, guests and signing in works on Chazz.ai. What you can do without an account, what changes when you register, and how sign-in works. There are three kinds of visitor, and the difference matters for what you can reach and what you get. Guests get no free credits at all. The...
What you can do without an account, what changes when you register, and how sign-in works.
There are three kinds of visitor, and the difference matters for what you can reach and what you get.
Guests get no free credits at all. The welcome credits are for newly registered accounts only: 50 at sign-up and 50 on your first return visit. Source: worker/src/freeIntro.ts:64, where an anonymous caller returns before any grant is made.
- Signed out: Can browse Explore, read Stories, view the public image gallery, and open the Store. Cannot save anything.
- Guest (anonymous session): A throwaway session with no email attached. Chats live on your device. Guests receive zero free credits.
- Registered account: Everything. Saved chats, a library, personas, the credit wallet, the 100 welcome credits, multiplayer, campaigns and the marketplace.
How routes are gated
Three different rules are in play, and they behave differently when you are not eligible:
- Open: Anyone, signed out included: Explore, a chat screen, Images, Stories, Store, Marketplace, a creator profile, Settings.
- Prompted: The page loads for a guest but pops a sign-in prompt for the parts that need an account: Chats, Customize, Library, Companion.
- Members only: Guests and anonymous sessions are redirected back to Explore: Campaign, Turing Test, Multiplayer, Cosmetics, Gifts, Creator Program, and every story-authoring route.
- Admin: Every /admin route. See Admin: dashboard, config and tooling.
Signing in
Signing in from Settings sends you back to Settings afterwards, because the sign-in button carries a redirect. Source: web/src/views/user/Settings.tsx:361.
- Open the sign-in screen: From Settings or any prompt. It lives at /auth.
- Authenticate: Sign-in runs through the shared Cognitive Industries account system, so one account works across every app on the platform.
- Land back in the app: The provider returns you to /auth/callback, which finishes the exchange and drops you where you were.
Upgrading a guest session
A guest can link an account at any time from Settings. Some features refuse to run until you do. The client-side chat vault, for one, requires a linked account.
Elsewhere on Chazz.ai
- Explore characters
- About
- Features
- Pricing
- Use cases
- Integrations
- Compare
- Documentation
- FAQ
- Changelog
- API
- Security
- Status
- Contact
- Press
- Stories
- Marketplace
- Image generation
- Credits and plans
- Chat app connectors
- Terms
- Privacy
- AI transparency
- Notice to AI agents
This document is the server-rendered form of /docs/accounts-and-guests. The interactive page needs JavaScript, and shows the same content.
The complete documentation of this service is available as one plain-text file at /llms-full.txt. A short summary, with the operator's policy for automated readers, is at /llms.txt. Changes are published as a feed at /rss.xml.
Chazz.ai is operated by Cognitive Industries, ABN 62 794 528 747, Australia. Contact: [email protected].