Skip to content

Link the two deployments to each other - #24

Merged
emilbob merged 1 commit into
masterfrom
docs/link-render-deployment
Jul 25, 2026
Merged

Link the two deployments to each other#24
emilbob merged 1 commit into
masterfrom
docs/link-render-deployment

Conversation

@emilbob

@emilbob emilbob commented Jul 25, 2026

Copy link
Copy Markdown
Owner

The Render service runs the real binary; the Pages copy runs the JavaScript engine. Someone landing on the second should be told where the first is, rather than left with the caveat and no way to act on it.

  • The browser-mode disclosure now links to the Render deployment (both in the static markup and in the string the engine switch swaps in).
  • README leads with both URLs, labelled by what actually runs.
  • Records the trade rather than just the links: Render's free tier sleeps after ~15 min idle so the first request wakes it; the static copy has no backend to wait on and is always instant.

Verified live before writing this: the Render service answers /api/health with engine: "rust", a real probe through it returned Polkadot at block 32,268,377 with 92 peers, and every SSRF vector — loopback, 169.254.169.254, 10.0.0.1, ::ffff:127.0.0.1 — was refused with 400. Driven in Chrome end to end: engine detected as Rust, 3/3 heads followed.

🤖 Generated with Claude Code

The Render service runs the real binary; the Pages copy runs the
JavaScript engine. Someone landing on the second should be told where
the first is rather than left with the caveat and no way to act on it.

Also records the trade rather than just the URLs: Render's free tier
sleeps after ~15 minutes idle so the first request wakes it, while the
static copy has no backend to wait on and is always instant.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@emilbob
emilbob merged commit ed3cbf0 into master Jul 25, 2026
1 check passed
@emilbob
emilbob deleted the docs/link-render-deployment branch July 25, 2026 22:22
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