Sign-ups on your site
Give your AI site real accounts — visitors sign up with email or Google — and see everyone who registered, with their current cart, on the Users page.
If your site has a login or sign-up page, it works for real. Visitors can create an account and sign in, and every new account shows up in your dashboard. There is no auth service for you to set up.
Adding accounts to your site
Ask for it in chat, like any other change:
- "Add a sign-up and login page."
- "Let customers create an account before checkout."
- "Add a 'Continue with Google' button to the login page."
See Editing your site with chat. Publish the site when the build finishes.
How sign-in works on your site
Volnyn connects the login and sign-up forms on your published site to a real authentication service when the page is served. You do not paste keys or configure anything.
| Visitor action | What happens |
|---|---|
| Sign up with email | Any form with an email and password field creates a real account. If the form has a confirm password field, both must match. The visitor sees "Account created — welcome!" |
| Log in with email | The same kind of form signs an existing visitor in. A wrong password shows "Incorrect email or password." |
| Continue with Google | Signs the visitor in with their Google account. If the page has a Google button, it is made to work; if it has none, one is added. |
| Log out | Signed-in visitors get a log-out control. |
The visitor stays signed in on that browser until they log out.
If your site's code already handles sign-in on its own, Volnyn leaves it alone.
The Users page
Open Users from the More hub in the chat panel or the site dashboard sidebar, or go to /user/site/users.
It lists the people who signed up on your website, newest first, with a total at the top.
| Column | What it shows |
|---|---|
| The address they signed up with. | |
| Name | Their name, if the sign-up form asked for it or Google provided it. |
| Signed up | When they created the account. |
| Cart | For stores: what is in their cart right now — number of items and when it was last updated. |
| User ID | The account's unique ID on your site. |
The list shows 50 people per page. Until the first sign-up it says "No signups yet".
Live carts
On a store, a signed-in visitor's cart is sent to your dashboard every time it changes. The Cart column always shows their current cart — useful for spotting people who added items and did not check out.
Privacy and your visitors
- The Users page shows only people who signed up on your site. Each site has its own list.
- Visitors' passwords are handled by the authentication service. Volnyn never shows them to you.
- Sign-ups are recorded the moment the account is created. If recording fails for any reason, the visitor's sign-up still succeeds.
FAQ
Do I need a Firebase or Google Cloud account?
No. Volnyn provides the authentication service for AI sites.
Someone signed up but isn't on the list.
Refresh the page. Visitors who signed up on an unpublished preview or before the site was published may not appear. Sign-ups made with code that bypasses Volnyn's sign-in are not recorded either.
Can I delete a user or reset their password?
Not from the Users page today. It is a list of who registered.
Can visitors' accounts see orders or submissions?
The accounts sign visitors in on your site. What a signed-in visitor can see depends on the pages you asked the builder to create. Orders and form submissions are listed for you in Products, payments and orders and Form submissions.
Is this the same as my team members?
No. Site users are your visitors. People who help you edit the project are managed in Team.
Open App