Skip to content

feat(web): add OpenBroca marketing website - #4

Merged
0xlau merged 3 commits into
mainfrom
feat/marketing-website
Jun 3, 2026
Merged

feat(web): add OpenBroca marketing website#4
0xlau merged 3 commits into
mainfrom
feat/marketing-website

Conversation

@0xlau

@0xlau 0xlau commented Jun 3, 2026

Copy link
Copy Markdown
Owner

Summary

Adds a Next.js (App Router) marketing website under apps/web, designed to deploy on Vercel and serve openbroca.com.

Highlights

  • Hero — React Bits "Soft Aurora" (WebGL via ogl) background; headline After keyboards. [app icon] Before brain interfaces. with the real app icon embedded inline
  • Providers — two-row marquee of brand icons (@lobehub/icons, deep-imported mono marks so @lobehub/ui/antd is never bundled)
  • MotionCurvedLoop divider band, cursor spotlight feature cards, and scroll-reveal on every section (IntersectionObserver + CSS animation, reduced-motion & no-JS safe)
  • Download — direct per-platform links + version pulled live from the GitHub Releases API (ISR, hourly), falling back to the releases page
  • Polish — fixed progressive bottom blur + oversized footer wordmark watermark
  • SEO metadata, sitemap, robots, brand favicon

Workspace

  • Self-contained app (no workspace package deps) wired into pnpm/Turborepo; turbo build outputs now include .next
  • First Load JS ≈ 140 kB; pnpm --filter openbroca-web build + typecheck pass

Deploy

Set Root Directory = apps/web in the Vercel project; framework auto-detects as Next.js. See apps/web/README.md.

🤖 Generated with Claude Code

0xlau and others added 3 commits June 3, 2026 11:32
Add a Next.js (App Router) marketing site under apps/web, deployable on Vercel.

- Hero with React Bits "Soft Aurora" (WebGL/ogl) background and an app-icon
  embedded in the headline
- Provider marquee with @lobehub/icons brand marks (two rows, opposite scroll)
- CurvedLoop divider band, spotlight feature cards, scroll-reveal sections
- Dynamic download links + version pulled from the GitHub Releases API (ISR)
- Fixed progressive bottom blur and an oversized footer wordmark watermark

Wires the app into the pnpm/Turborepo workspace (turbo build outputs include
.next). Self-contained: no workspace package deps, so it builds standalone.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- release-please: add exclude-paths ["apps/web"] so website-only commits
  never bump the desktop version or cut a release (and thus never trigger
  the desktop packaging build).
- release workflow: paths-ignore apps/web so web-only pushes to main don't
  start the release-please/build job at all.
- web: drop the deprecated `next lint` script (it prompts interactively and
  breaks `pnpm lint` in CI); the web app stays gated by typecheck + build.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
openbroca Ready Ready Preview, Comment Jun 3, 2026 5:26am

@0xlau
0xlau merged commit 61e10ff into main Jun 3, 2026
3 checks passed
@0xlau
0xlau deleted the feat/marketing-website branch June 3, 2026 05:37
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