Skip to main content

The account portal is where a customer creates an account, chooses a plan, pays securely, manages devices, and gets the key needed to run Bitfield.

Somebody reads the docs, presses Get My Key, lands on account.bitfield.so, chooses the trial or plan, completes checkout, then opens the account page to activate their first device.
1

The account portal owns identity, returning login, and recovery.

2

The checkout surface shows trial, plan, runtime/device range, and cadence.

3

The payment provider receives only an accepted checkout request from the account portal.

4

The account page is the place to manage account state, key access, and devices.

The account portal is the live place for account access. The marketing site explains the path; local files are not the account-management surface.

What happens where

Customer jobPlace
Create or open accountaccount.bitfield.so
Choose trial, Personal, Builder, or larger runtime/device rangeCheckout surface
Complete secure paymentCheckout flow
Land after successful checkoutAccount page
Manage devices and key accessAccount page
Recover accessAccount portal session/recovery flow

Key delivery rule

Treat the key as account-owned access. The docs should never tell a customer to invent a key, paste a random token into local state, or edit activation files by hand.Local activation state can exist on the device after authorization, but the customer-facing control point is still the account portal.

Common failures

SymptomLikely causeFix
Customer paid but does not know where to goCheckout did not return them to the account page clearlySend them to account.bitfield.so/account and show key/device next steps
Customer tries to edit local filesKey delivery language made local state sound user-ownedPoint them back to account portal activation
Payment provider error leaks raw provider textProvider failure is not translated into product languageShow a clean checkout-unavailable message and support route
Returning customer cannot access accountSession or recovery path is unclearUse account portal login/recovery, not local key edits

Verify

The flow is clear when a new customer can answer:
  • Where do I create the account?
  • Where do I pick the trial or plan?
  • Where do I pay?
  • Where do I get the key?
  • Where do I activate or replace a device?

Next

Read Active devices, then Trials and billing.
Last modified on May 11, 2026