Building App On Fuzen

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.

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

  1. 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
  2. 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

  1. 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.
  2. The user receives an invite email. Fuzen automatically sends them an email with a link to set their password.
  3. The user sets their password by clicking the link in the email.
  4. 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.

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

ProblemSolution
"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 receivedCheck spam/junk folder. If using a custom SMTP, verify it is configured correctly.

Related articles