Add Livepeer Agent alpha landing page at /agent-alpha - #84
Conversation
Self-contained HTML bundle served from public/, kept outside the app/ design system. Rewrite maps the clean /agent-alpha route to the file. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedReview was skipped as selected files did not have any reviewable changes. 💤 Files selected but had no reviewable changes (1)
⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThe Next.js configuration adds rewrites from ChangesStandalone HTML routes
Estimated code review effort: 2 (Simple) | ~5 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Point both the nav "Give feedback" link and the "Give product feedback" button to the Livepeer Agent alpha Discord channel (open in new tab). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
5c37abc to
d41104b
Compare
What
Adds a standalone landing page for the Livepeer Agent private alpha, served at
/agent-alpha.Approach
public/agent-alpha.html(single inlined JS bundle, renders client-side, no external assets).app/design system intentionally — it's an off-brand, alpha product page and shouldn't inherit the site's layout, Tailwind, fonts, or metadata pipeline.next.config.tsmaps the clean/agent-alpharoute to the file (/agent-alpha.htmlalso resolves).Notes
app/sitemap.tsor the OG-image pipeline (by design, since it bypassesapp/). Can add a sitemap entry / metadata shim later if it needs to be discoverable/shareable.Verification
Rendered locally on the dev server at
/agent-alpha— page loads, no console errors.🤖 Generated with Claude Code
Summary by CodeRabbit
/agent-alpha./consistency-cheatsheet.