Skip to content

feat(home): add Latest Posts section to homepage#60

Open
adamsoffer wants to merge 1 commit intomainfrom
claude/wizardly-blackwell-fdedec
Open

feat(home): add Latest Posts section to homepage#60
adamsoffer wants to merge 1 commit intomainfrom
claude/wizardly-blackwell-fdedec

Conversation

@adamsoffer
Copy link
Copy Markdown
Collaborator

Summary

  • New LatestPosts section above the community CTA on the homepage, surfacing the 3 most recent blog posts as a 3-column responsive card grid
  • Cards show image (16:10), category, date, title, description, author, and reading time, with a "Read all posts →" CTA linking to /blog
  • Posts are loaded server-side via getAllPosts() in app/page.tsx; the markdown content payload is stripped before passing to the client component to keep the serialized payload small

Test plan

  • npm run dev and confirm the new section renders between BuiltOnLivepeer and CommunityCTA
  • Verify the 3 latest posts (excluding drafts in production) appear in date-descending order
  • Click a card → navigates to /blog/[slug]; click "Read all posts" → navigates to /blog
  • Check responsive layout: 1 col on mobile, 2 cols on md, 3 cols on lg
  • Confirm npm run build passes

🤖 Generated with Claude Code

Adds a "Keep up with the latest on Livepeer" section above the
community CTA, surfacing the three most recent blog posts as cards
with image, category, date, title, description, author, and reading
time. Pulls posts server-side from getAllPosts() and strips the
content payload before passing to the client component.

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

vercel Bot commented May 8, 2026

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

Project Deployment Actions Updated (UTC)
website Ready Ready Preview, Comment May 8, 2026 4:26pm

Request Review

@adamsoffer
Copy link
Copy Markdown
Collaborator Author

adamsoffer commented May 8, 2026

@salinsug I added a simple latest posts section to the home page for now. Preview link: https://website-git-claude-wizardly-blackwel-9217a3-livepeer-foundation.vercel.app/

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