Skip to content

feat(demo): add builder gallery#57

Draft
sumfxn wants to merge 2 commits into
mainfrom
feat/demo-builder-gallery
Draft

feat(demo): add builder gallery#57
sumfxn wants to merge 2 commits into
mainfrom
feat/demo-builder-gallery

Conversation

@sumfxn
Copy link
Copy Markdown
Owner

@sumfxn sumfxn commented May 11, 2026

Summary

Builder Gallery V1 for apps/demo:

  • replaces the old single-widget home with a shadcn-style USDH builder gallery
  • shows SDK surfaces for Tracks 1-4: discovery, outcomes, USDH orders, useful flows
  • adds a server-side read-only mainnet market snapshot with mocked fallback
  • keeps wallet connection secondary; the page is useful without connecting
  • updates root build/typecheck so CI validates the demo app too

Safety

  • No SDK public API changes.
  • No widget public API changes.
  • No /exchange calls for gallery data.
  • Live Hyperliquid reads are request-time only, have a global fallback deadline, and never block next build.
  • Widget package output is patch-only for React dev dependency hygiene; release remains gated separately.
  • Track 5 HyperEVM direct swap is not presented as shipped.

Validation

  • pnpm install --frozen-lockfile --ignore-scripts
  • pnpm lint
  • pnpm build
  • pnpm typecheck
  • pnpm test
  • git diff --check
  • pnpm changeset status --since=origin/main
  • Chrome/CDP screenshots and overflow audit for desktop + mobile

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