Getting started
This guide walks you through the full MVP loop: project → run → share → responses → report.
1) Sign in or create an account (with magic link)
Go to Sign in, enter your email address, and click Send magic link.
- UXScore sends a one-time sign-in link via email (using Postmark).
If you have previously used this email address to sign in, the magic link sent to you will take you to your workspace. Otherwise, a new workspace will be created for you.
2) Your first workspace is created automatically
On first successful sign-in, UXScore bootstraps your account with:
- A Workspace
- A starter Project
- A starter Run (active)
You’ll be redirected straight into your new run.
3) Share the public survey link
Each project has a public survey URL:
- Public survey:
/s/[publicId]
Share your link with participants - either through email or direct link from your application. Your link wont expire, and surveys are controlled based on whether or not your current run is actively accepting responses.
All your participants need to do is complete the 10 SUS questions and submit. They can leave an optional remark.
4) Collect responses and view the report
Once responses are submitted, UXScore:
- Saves the answers to the database
- Computes a SUS score (0–100) per response
- Shows the run report in the dashboard
Run detail page:
/w/[workspaceId]/projects/[projectId]/runs/[runId]
You should see:
- Run status (active/closed)
- Response count
- Average SUS score
5) Close a run (when you’re done)
Closing a run prevents new responses (and avoids mixing cohorts).
If someone submits while the run is closed, they may see an error like: “Survey is not accepting responses (no active run)”.