Skip to content

Website roll fwd#366

Open
gneeri wants to merge 18 commits into
devfrom
website-roll-fwd
Open

Website roll fwd#366
gneeri wants to merge 18 commits into
devfrom
website-roll-fwd

Conversation

@gneeri
Copy link
Copy Markdown
Contributor

@gneeri gneeri commented May 22, 2026

Note

Medium Risk
Medium risk because it introduces a new dynamic /download/latest redirect flow with host/channel/platform detection and URL allowlisting, plus large website page refactors that could affect download funnels and navigation.

Overview
Bumps all workspace crates and the TS bindings package from 0.4.1 to 0.4.8 (including lockfiles) to align release versions.

Adds a new dynamic Next.js endpoint GET /download/latest that selects dev vs prod channel based on host/env, infers platform from Client Hints/UA (with safe fallbacks), fetches a latest.json manifest, allowlists redirect origins, and falls back to the /download chooser; includes unit tests for channel/platform/url validation.

Reworks key marketing pages: the home page is rewritten around a parameterized Hero, new Media placeholder blocks, and a client-side DetectedDownloadLabel; the download page now emphasizes desktop downloads via /download/latest plus a separate CLI install section; navigation links are updated to point to /download/latest.

Updates docs and sandbox launch plumbing: builtin docs now support and render extended_capabilities, and workspace launch payloads/buttons add optional agentPrompt and improved analytics metadata.

Refreshes pricing/footer UI and copy (e.g., removes Hobby cloud tier in the selector, adjusts CTAs to /login, and updates messaging around desktop availability).

Reviewed by Cursor Bugbot for commit 7782046. Bugbot is set up for automated code reviews on this repo. Configure here.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 22, 2026

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

Project Deployment Actions Updated (UTC)
runmat Ready Ready Preview, Comment, Open in v0 May 22, 2026 7:05pm

Request Review

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 22, 2026

Warning

Rate limit exceeded

@gneeri has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 18 minutes and 3 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 115901c0-2761-4ef6-a5ec-44063ff27f03

📥 Commits

Reviewing files that changed from the base of the PR and between b7a717c and 7782046.

⛔ Files ignored due to path filters (3)
  • Cargo.lock is excluded by !**/*.lock
  • bindings/ts/package-lock.json is excluded by !**/package-lock.json
  • website/package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (49)
  • Cargo.toml
  • bindings/ts/package.json
  • crates/runmat-accelerate-api/Cargo.toml
  • crates/runmat-accelerate/Cargo.toml
  • crates/runmat-async/Cargo.toml
  • crates/runmat-builtins/Cargo.toml
  • crates/runmat-cli/Cargo.toml
  • crates/runmat-config/Cargo.toml
  • crates/runmat-core/Cargo.toml
  • crates/runmat-filesystem/Cargo.toml
  • crates/runmat-gc-api/Cargo.toml
  • crates/runmat-gc/Cargo.toml
  • crates/runmat-hir/Cargo.toml
  • crates/runmat-kernel/Cargo.toml
  • crates/runmat-lexer/Cargo.toml
  • crates/runmat-logging/Cargo.toml
  • crates/runmat-lsp/Cargo.toml
  • crates/runmat-macros/Cargo.toml
  • crates/runmat-parser/Cargo.toml
  • crates/runmat-plot/Cargo.toml
  • crates/runmat-runtime-integration-tests/Cargo.toml
  • crates/runmat-runtime/Cargo.toml
  • crates/runmat-server-client/Cargo.toml
  • crates/runmat-snapshot/Cargo.toml
  • crates/runmat-static-analysis/Cargo.toml
  • crates/runmat-telemetry/Cargo.toml
  • crates/runmat-thread-local/Cargo.toml
  • crates/runmat-time/Cargo.toml
  • crates/runmat-turbine/Cargo.toml
  • crates/runmat-vm/Cargo.toml
  • crates/runmat-wasm/Cargo.toml
  • website/app/docs/reference/builtins/[slug]/page.tsx
  • website/app/download/latest/resolver.ts
  • website/app/download/latest/route.test.ts
  • website/app/download/latest/route.ts
  • website/app/download/page.tsx
  • website/app/page.tsx
  • website/app/pricing/page.tsx
  • website/components/DetectedDownloadLabel.tsx
  • website/components/Footer.tsx
  • website/components/Hero.tsx
  • website/components/Media.tsx
  • website/components/Navigation.tsx
  • website/components/OSInstallCommand.tsx
  • website/components/TryInBrowserButton.tsx
  • website/components/pricing/CloudPricingCard.tsx
  • website/lib/builtins.ts
  • website/lib/desktop.ts
  • website/package.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch website-roll-fwd

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 and usage tips.

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 7782046. Configure here.

<div className="max-w-sm">
<p className="text-sm font-semibold">{label}</p>
{note ? <p className="mt-1 text-xs opacity-70">{note}</p> : null}
</div>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Placeholder developer notes visible to production users

High Severity

The Media component unconditionally renders its label and note props as visible text. The homepage passes developer-facing strings like "Final app/browser graphic goes here." and "MATLAB code snippet with a matrix math error underline. Put logos for Apple, NVIDIA and ARM GPU under." as note values. These internal design instructions are displayed directly to production users on the homepage hero and feature sections.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 7782046. Configure here.

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.

3 participants