Add Next.js website workspace with skeleton pages#820
Open
Add Next.js website workspace with skeleton pages#820
Conversation
Sets up a new `website/` Turborepo workspace using Next.js 15 App Router, Tailwind CSS 4, and Vitest. Includes placeholder pages for all static routes (home, team, donate, supporters, privacy, terms, research, claude-plugin) with country validation layout and 14 passing TDD tests. Fixes #812 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Ports header, footer, and all static website pages from the Vite app to the Next.js workspace using agent teams (5 parallel agents): - Header with nav, mobile menu, country selector - Footer with social links, newsletter subscribe - Home page with hero, org logos, blog preview, tracker preview - Team and Supporters pages with member cards - Donate, Privacy, Terms pages (country-aware legal content) - Research listing with tag filtering and search - Claude Plugin page with terminal UI 18 passing tests, Next.js build succeeds, existing Vite app unaffected. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… efficiency - Extract duplicate useCountryId hook from Header/Footer into shared hooks/ - Remove expired DowningStreetBanner (ended Feb 2026) - Rename mockAuthors → AUTHORS (real data, not mock) - Remove unnecessary 'use client' from ActionButton - Fix OrgLogos hydration mismatch by shuffling only on client - Memoize Fuse.js instance in ResearchClient - Fix FilterSection height not updating when children change - Run prettier Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Move useInfiniteScroll from inline in ResearchClient to hooks/ - Create lib/countries.ts with VALID_COUNTRIES and CountryId type - Import shared constant in country layout Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
website/Turborepo workspace using Next.js 15 App Router[countryId]) with header/footer shellTest plan
bunx vitest runpasses (14 tests)bunx next buildsucceedsapp/typecheck still passesFixes #812
🤖 Generated with Claude Code