feat(web): add OpenBroca marketing website - #4
Merged
Conversation
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a Next.js (App Router) marketing website under
apps/web, designed to deploy on Vercel and serveopenbroca.com.Highlights
ogl) background; headlineAfter keyboards. [app icon] Before brain interfaces.with the real app icon embedded inline@lobehub/icons, deep-imported mono marks so@lobehub/ui/antd is never bundled)CurvedLoopdivider band, cursor spotlight feature cards, and scroll-reveal on every section (IntersectionObserver + CSS animation, reduced-motion & no-JS safe)Workspace
turbo buildoutputs now include.nextpnpm --filter openbroca-web build+typecheckpassDeploy
Set Root Directory =
apps/webin the Vercel project; framework auto-detects as Next.js. Seeapps/web/README.md.🤖 Generated with Claude Code