How do my users log in to the app after it's deployed?
When you build an app on Fuzen, there are two separate access points: Fuzen Builder (fuzen.app) — This is where you build and edit the app. Only you and y
This is the most common point of confusion for new builders. When you build an app on Fuzen, you actually create two distinct environments — and your end users only ever use one of them.

Your Fuzen app dashboard. The widget (blue pencil, bottom-left) opens app management. The settings gear (top-right) opens your profile and billing.
The two environments
- Fuzen.app (the builder dashboard) — This is where you sign in to create, edit, and manage your apps. End users never come here. URL: fuzen.app
- Your live app — Every app gets a default URL like
yourappname.fuzen.app. This is what your end users access. If you connect a custom domain (e.g.app.yourcompany.com), the same app is accessible at that URL too.
How end users log in — step by step
- Add the user inside your app first. Sign in to your live app as the owner (via fuzen.app → My Apps → click the app card). Click the widget (blue pencil icon at the bottom-left corner) and select Manage App Settings. Go to the Team tab. Enter the user's email address, select their role(s), and click invite. Alternatively, some apps also have an "App Users" page in the sidebar — but the Manage App Settings → Team path is available in every app.
- The user receives an invite email. Fuzen automatically sends them an email with a link to set their password.
- The user sets their password by clicking the link in the email.
- The user logs in at YOUR APP'S URL — not fuzen.app. Share the live app URL with them directly. Example: if your app is
schoolwise.fuzen.app, that is the URL you give them.

Manage App Settings - Team tab. Add users here by entering their email and selecting a role.
Critical things to tell your users
- Do NOT go to fuzen.app to log in — that is the builder, where they will not have access
- Bookmark
yourapp.fuzen.app(or your custom domain) - If they forget their password, they click Forgot Password on your app's login page
Common issues
| Problem | Solution |
|---|---|
| "You are not authorized for this app" | The user typed the right URL but their account has not been added yet. Add them via Manage App Settings → Team. |
| User says "I signed up on fuzen.app but I can't see the app" | They signed up for a builder account, not as a user of your app. Add them to your app via Manage App Settings → Team and share the correct live app URL. |
| Invite email not received | Check spam/junk folder. If using a custom SMTP, verify it is configured correctly. |
Was this article helpful?
Related articles
How do I set up email notifications in my app?
You can add automated email notifications to your app using Fuzen’s workflow/automation builder. Here’s how: Tell the AI what you need: “Send
Read articleHow do I import existing data into my app in bulk?
Yes, Fuzen supports bulk data import so you can seed your app with existing data (e.g. student lists, employee directories, product catalogs, customer records)
Read articleWhat does deploying my app actually do? Can I roll back changes?
What deployment does: When you build or edit your app on Fuzen, changes are applied to your app immediately. “Deploying” specifically refers to acti
Read article