Skip to content

add sandbox sales-demo account - #1334

Open
Sharqiewicz wants to merge 1 commit into
stagingfrom
feat/sandbox-dashboard-account
Open

add sandbox sales-demo account#1334
Sharqiewicz wants to merge 1 commit into
stagingfrom
feat/sandbox-dashboard-account

Conversation

@Sharqiewicz

Copy link
Copy Markdown
Member

What this adds

  • Demo account + restore — one sandbox profile seeded to a pitch-ready
    state, restorable on OTP login or via bun run seed:demo. Restore is
    idempotent: every row it writes carries a fixed demo UUID prefix, so it can
    never touch records created during a demo.
  • Demo Alfredpay provider — canned KYB approvals so the CO corridor can be
    re-onboarded endlessly. Off by default (DEMO_PROVIDER_ENABLED), because a
    sandbox also serves partner integration testing, which must exercise the
    real provider.
  • Amoy balance fixNetworks.PolygonAmoy was missing from the Alchemy
    lookup, so the dashboard funding gate read "balance unavailable" and blocked
    registration on every sandbox offramp.

Safety

Both config/vars.ts and installDemoProviders refuse to start the process
when DEMO_PROVIDER_ENABLED=true outside DEPLOYMENT_ENV=sandbox. The login
hook returns before any DB access unless the deployment is sandbox and the
email matches DEMO_ACCOUNT_EMAIL; it never creates or elevates an identity,
and its errors are swallowed so it can neither grant nor deny a login.

@netlify

netlify Bot commented Aug 14, 2026

Copy link
Copy Markdown

Deploy Preview for vrtx-dashboard ready!

Name Link
🔨 Latest commit e3a6452
🔍 Latest deploy log https://app.netlify.com/projects/vrtx-dashboard/deploys/6a7f24b4000812000962dfda
😎 Deploy Preview https://deploy-preview-1334--vrtx-dashboard.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Aug 14, 2026

Copy link
Copy Markdown

Deploy Preview for vortexfi ready!

Name Link
🔨 Latest commit e3a6452
🔍 Latest deploy log https://app.netlify.com/projects/vortexfi/deploys/6a7f24b4362ff7000813dcaa
😎 Deploy Preview https://deploy-preview-1334--vortexfi.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Aug 14, 2026

Copy link
Copy Markdown

Deploy Preview for vortex-sandbox ready!

Name Link
🔨 Latest commit e3a6452
🔍 Latest deploy log https://app.netlify.com/projects/vortex-sandbox/deploys/6a7f24b41630a70008ee7442
😎 Deploy Preview https://deploy-preview-1334--vortex-sandbox.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant