build69
build69  /  Components  /  Auth  /  AccountSetup

AccountSetup

v1.0.15Updated 27 Aug 2026

Account / workspace setup page for profile and workspace configuration during onboarding. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 15 stories
ProfileOpen ↗
Why this is recommendedaccount-setupprofileworkspaceonboarding+2

AccountSetup — profile.

Recommended for+14
  • Onboarding flows
  • Profile / workspace setup
Tags+6
account-setupprofileworkspaceonboardingsetuppage
Features+4
  • Profile, workspace and split layouts
  • Profile fields + workspace name/logo
  • Self-contained — no required props
Not recommended for−2
  • In-app settings (use SettingsPage)

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "AccountSetup" })

Usage

import { AccountSetupProfile } from '@/components/pages/account-setup';

<AccountSetupProfile />

Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.

Props

PropTypeRequired
className

Optional wrapper class override

string

Related