Skip to content

Add Livepeer Agent alpha landing page at /agent-alpha - #84

Open
salinsug wants to merge 2 commits into
mainfrom
agent-alpha-landing
Open

Add Livepeer Agent alpha landing page at /agent-alpha#84
salinsug wants to merge 2 commits into
mainfrom
agent-alpha-landing

Conversation

@salinsug

@salinsug salinsug commented Jul 15, 2026

Copy link
Copy Markdown
Collaborator

What

Adds a standalone landing page for the Livepeer Agent private alpha, served at /agent-alpha.

Approach

  • Self-contained HTML bundle at public/agent-alpha.html (single inlined JS bundle, renders client-side, no external assets).
  • Kept outside the 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.
  • A rewrite in next.config.ts maps the clean /agent-alpha route to the file (/agent-alpha.html also resolves).

Notes

  • Not wired into app/sitemap.ts or the OG-image pipeline (by design, since it bypasses app/). Can add a sitemap entry / metadata shim later if it needs to be discoverable/shareable.
  • Bundle is ~19 MB — fine for alpha; worth slimming if it goes wider.

Verification

Rendered locally on the dev server at /agent-alpha — page loads, no console errors.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • New Features
    • Added standalone alpha landing page accessible at /agent-alpha.
    • Added standalone consistency cheatsheet page accessible at /consistency-cheatsheet.
    • Updated routing to serve these pages seamlessly via HTML passthrough rewrites.

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>
@salinsug
salinsug requested a review from adamsoffer as a code owner July 15, 2026 12:02
@vercel

vercel Bot commented Jul 15, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
website Ready Ready Preview, Comment Jul 21, 2026 4:39pm

Request Review

@coderabbitai

coderabbitai Bot commented Jul 15, 2026

Copy link
Copy Markdown

Review Change Stack

Important

Review skipped

Review was skipped as selected files did not have any reviewable changes.

💤 Files selected but had no reviewable changes (1)
  • public/agent-alpha.html
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: cbfea3f5-4d2a-479c-ac57-b206c67bdce8

📥 Commits

Reviewing files that changed from the base of the PR and between 4a7571a and d41104b.

📒 Files selected for processing (1)
  • public/agent-alpha.html

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

The Next.js configuration adds rewrites from /agent-alpha and /consistency-cheatsheet to their corresponding standalone HTML pages while preserving existing redirects and settings.

Changes

Standalone HTML routes

Layer / File(s) Summary
Standalone HTML route rewrites
next.config.ts
Adds asynchronous rewrite rules mapping /agent-alpha to /agent-alpha.html and /consistency-cheatsheet to /consistency-cheatsheet.html.

Estimated code review effort: 2 (Simple) | ~5 minutes

Suggested reviewers: adamsoffer

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes the main change: adding the Livepeer Agent alpha landing page at /agent-alpha.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch agent-alpha-landing

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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>
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