Skip to content

ship v0 wireframe parity (chrome + glass + terminal + logos)#3

Open
federicodeponte wants to merge 3 commits intov1-hotload-previewfrom
feat/v0-wireframe-parity
Open

ship v0 wireframe parity (chrome + glass + terminal + logos)#3
federicodeponte wants to merge 3 commits intov1-hotload-previewfrom
feat/v0-wireframe-parity

Conversation

@federicodeponte
Copy link
Copy Markdown
Member

Summary

Brings the React app at web/ into visual parity with the locked v0 Apple-emerald-v3 wireframes. No Tailwind added. No data-layer changes. v1-hotload-preview features preserved.

  • Forest-deep glass terminal (rgba(15,31,23,0.94) + 20px backdrop-blur + translucent border + #FCD34D prompt + #5DDBA1 success). Replaces previous pure-black #1a1a1a terminals everywhere.
  • Real agent SVG logos for Anthropic, OpenAI, Gemini, Kimi, OpenCode (src/components/AgentLogos.tsx). Used in landing trust band + skill page compat row.
  • Skill page architecture: ONE outer glass card with hero (always visible) + action row (always visible) + 3 click-to-expand <details> sections (Install command / Trust details / Skill content). Uses native <details> for Apple-y chevron rotation.
  • Hero glass treatment: 60px backdrop-blur + multi-layer shadow + ::before highlight + ::after emerald refraction. Matches the visionOS-deep aesthetic of the wireframe.
  • OSS visibility: small "MIT" pill next to wordmark in header + prominent "Open source · MIT · github.com/floomhq/skills-minimal" attribution in footer.
  • Shared chrome component (V0Chrome.tsx): <V0Background /> + <V0Nav /> + <V0Footer /> used across all 12 routes. DocsChrome legacy shim now delegates to V0Chrome so all /docs/* pages pick up the new chrome automatically.
  • Design tokens consolidated in globals.css under --v0-*. Body font switched to Onest (matches latest wireframes) with Instrument Serif for display.

What was preserved (v1-hotload-preview)

  • Live demo card on landing (landing-demo-frame) — restyled, not removed.
  • Why-bother grid (3 cards) — restyled.
  • FAQ accordion — restyled to use the wireframe's borderless-rows + glass shell.
  • Anonymous viewer logic on skill page (sign-in hint shown only when no user).
  • All lib/supabase, lib/markdown, lib/env, lib/slug, parseSkill, renderMarkdown, getUserFromServerCookies, OG route — UNTOUCHED.

Out of scope (intentionally not changed)

  • package.json deps — none added.
  • Env vars — none touched.
  • cli/ — out of scope (web parity sweep only).
  • Routes that aren't in the wireframe set (/docs/getting-started, /docs/api, /docs/mcp, /library, /connect/*, /settings/*, /developers, /login) — left alone, they automatically pick up v0 chrome where they use <DocsNav />.

Test plan

  • pnpm typecheck — zero errors
  • pnpm build — zero new errors/warnings, all 12 routes built
  • All 7 user-facing routes return HTTP 200 on dev server (8th, /this-page-does-not-exist, returns 404 by design)
  • Real agent logos (Anthropic/OpenAI/Kimi/Gemini/OpenCode) inline-rendered on landing
  • v0 chrome markers (v0-bg-mesh, v0-glass-hero, etc.) present in all rendered HTML
  • Visual smoke: landing fold matches wireframe (emerald wordmark + MIT pill, eyebrow, Instrument Serif headline, glass hero card with mascot + meta + save button)
  • Visual smoke: sign-in matches wireframe (mascot above, glass card, eyebrow, Instrument Serif title with <em>floom.</em>, dark CTA)
  • Visual smoke: docs/publish matches wireframe (chrome, eyebrow, Instrument Serif h1, italic step numbers, forest-deep terminal blocks)
  • Visual confirmation on Vercel preview (after CI builds) — verify skill page (live data), 404, terms, privacy
  • Mobile (390x844) viewport check on Vercel preview

Branch base

Branched off v1-hotload-preview (not main) so v1 features ship together with the visual parity.

Floom and others added 2 commits May 6, 2026 06:22
- Forest-deep glass terminal (rgba(15,31,23,0.94) + 20px blur), no more pure black
- Real agent logos (Anthropic, OpenAI, Gemini, Kimi, OpenCode) inline SVG
- Skill page: ONE outer glass card + click-to-expand sections (Install / Trust / Skill content)
- Hero glass: 60px blur + multi-layer shadow + emerald refraction (visionOS-deep)
- Apple-emerald-v3 design tokens (cream, ink, emerald 0a5230, Onest + Instrument Serif)
- OSS attribution: MIT pill in header + Apache/MIT line in footer
- Shared V0Chrome component (Background + Nav + Footer) used across all 12 routes
- Mobile parity: 720px breakpoints, 44px+ touch targets, accordions still work

Preserves v1-hotload-preview features (live demo card, why-bother grid, FAQ
accordion). No Tailwind added. No env vars touched. No data-layer changes.

Routes touched:
  / (landing), /sign-in, /docs/publish, /docs/cli, /auth/cli,
  /privacy, /terms, /s/[slug], /s/[slug]/not-found, /not-found
  Plus all /docs/* via DocsChrome shim.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Skill page hero card was set to opacity:0 via .v0-reveal but no
  IntersectionObserver was registered to add the .in class, leaving
  the entire skill card invisible on first load. Removed v0-reveal
  from the server-rendered card.
- Add Three Kinds (Knowledge / Instructions / Workflows) section to
  the landing between SEE WHAT THEY SEE and HOW IT FEELS to match
  the locked wireframe section ordering and POSITIONING.md skill
  definition. Three glass cards with emerald labels and tag chips.
- REAL USERS testimonials section intentionally not ported (would
  require fabricated attestations).
- Hero orbit chips intentionally not ported (existing chip row
  already covers the "no GitHub / no copy-paste / no Slack" beat).
Bring the authenticated routes up to v0 wireframe parity:

- /library: tabs (Saved | Published), search, glass cards with mascot,
  empty states with mascot + CTA. Saved view degrades gracefully when the
  saved-skills route is intentionally not-live in v0 (renders a "coming
  next" panel instead of a hard error).
- /settings: redirects to /settings/api-keys.
- /settings/api-keys: glass key list with revoke, create form, key reveal
  in a forest-deep terminal block, CLI hint. Renders a "coming next"
  panel when the api-keys API returns 404 in v0.
- /settings/account: profile panel (avatar with re-roll + seed input,
  display name, read-only email) and a danger-styled delete-account
  panel. Profile fields persist to localStorage until the profile schema
  lands; delete opens a mailto for ops to handle.
- AppShell: redrawn nav with floom wordmark + MIT pill, primary links
  for Library / Publish / CLI / Settings, email + sign out on the right.
- app-shell.css: rebuilt against v0 tokens (cream + emerald aurora,
  glass cards, Instrument Serif headlines, ink/cream pill buttons,
  forest-deep terminal block) so authenticated surfaces match the
  wireframes and the rest of the v0 chrome.

All four routes auth-gate to /sign-in?next=... instead of 404 when
signed out.
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