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
What type of apps can I build with Fuzen?
With Fuzen, you can build a wide range of business and SaaS apps . Whether you need a CRM, a to-do list or project management tool, an inventory tracker, an HR
Read articleHow do I start building my app?
To start building your app on Fuzen, simply sign up and complete the onboarding process . You’ll be asked whether you want to build a SaaS app , an intern
Read articleHow long will it take to build my full app?
Fuzen’s AI can build the first draft of your app within a few minutes. This includes the core structure like forms, workflows, and dashboards. After that,
Read article