Workspace / Account

Billing and plan

This route is linked from the user menu and stands in for future billing, plan upgrades, or credit purchases.

Plan

Free Plan

Upgrade path

Stub

Menu access

Bottom user section

Future

Billing hooks

This is the natural place for subscription details, credit packs, and invoice history once billing is connected.

  • The sidebar menu already routes users here.
  • No payment or auth logic was added in this pass.
  • The route stays internal to the workspace layout.

Assumption

Placeholder account state

Until a full account profile is available, the user section falls back to demo information to keep the component complete.

  • Dummy data is isolated to the sidebar display layer.
  • Real auth integration can swap in without changing menu structure.
  • Logout remains a placeholder action for now.