Upgrade
The Upgrade page is a lightweight pricing picker that presents concorbit's three paid tiers side-by-side. In the current build, the /settings/upgrade URL redirects straight to the main Subscription page, where all subscription, plan-change, and seat-licensing controls live. This page is documented here for completeness because the URL is sometimes linked from in-app nudges, onboarding emails, and trial-ending banners.
URL: /settings/upgrade (redirects to /settings/subscription)
Required permission: authenticated user
How to get there
Click any "Upgrade" button in a trial banner, feature lock tooltip, or module-unlock nudge.
From email notifications about your trial ending.
Direct navigation to
/settings/upgrade.
You'll land on the Subscription page at /settings/subscription. See Subscription & Billing for the full reference.
The three tiers
| Tier | Target | Headline price | Best for |
|---|---|---|---|
| concorbit | Small teams | ~£19/user/mo | CRM + portal + docs + vault + email campaigns; 10 users; gets you running. |
| Pro | Growing businesses | ~£39/user/mo | Everything in concorbit plus integrations (Xero/QuickBooks), automation, helpdesk with SLAs, proposals and e-sign, analytics; 50 users. |
| Agency | Multi-client agencies | ~£49/user/mo + £29/sub-tenant/mo | Everything in Pro plus sub-tenant management, white-label portals, Partner API, wholesale billing; unlimited users. |
Prices exclude VAT. Annual billing is available at a 20% discount.
How upgrades actually happen
Because /settings/upgrade redirects to /settings/subscription, the real upgrade flow uses the controls on the Subscription page:
On the Subscription page, click Change plan (or Choose a plan during a trial).
Pick a tier in the modal.
Click Continue to checkout. You land on the embedded Stripe checkout inside concorbit.
Enter card details; confirm.
Your workspace tier updates immediately (or at the end of the current billing period for downgrades).
For existing subscribers, Stripe applies mid-cycle proration automatically: you're charged or credited for the remaining days.
Mixed-tier seating
You don't need to upgrade the whole workspace to give one user access to Pro features. On the Subscription page you can change each user's individual seat tier independently (e.g. upgrade the account manager to Pro for e-sign access while everyone else stays on concorbit).
See Subscription & Billing: Per-User Seat Licensing.
Free trial notes
If you're on a trial, the Subscription page shows a countdown banner. Once the trial ends without a chosen plan, the workspace becomes read-only: users can sign in and view data but can't create or edit anything. Subscribing immediately restores full access with no data loss.
Notes
The dedicated Upgrade page is legacy. Current product direction is the all-in-one Subscription page. If the redirect is ever removed, this URL will go back to the standalone three-card layout shown in the code.
Platform-owner and lifetime-plan workspaces don't see this flow at all; they have permanent access and the upgrade URL is a no-op.
See Payments for connecting your Stripe account to accept card payments from your customers. That is a separate feature from concorbit's own subscription, which is what this page is about.