guides.show GitHub

A code walkthrough you can send as a file.

A Guided Review takes a diff and explains it in order: chapters, a short overview for each, and the files that belong to it, with the changes shown alongside. Exported, it is one HTML file. This site serves what displays it, and hosts guides shared as links.

Rate limit guide creationOne brake on anonymous uploads: creation only, per IP, fails open.
01

The binding

Where the limiter comes from and why it is optional.

wrangler.toml+15worker/index.ts+59
02

Only the create route

Reads and deletes stay untouched; the 429 carries a Retry-After.

share/core/handler.ts+7
03

What the tests pin

Per-IP, never for reads, and open when there is no binding.

worker/index.test.ts+71−2

Making one

Ask your coding agent for a guide of a branch, PR, or commit with the plannotator-guide skill; it writes the chapters and hands you the file. Plannotator users get the same from Download portable guide after a Guided Review.

npx skills add plannotator/guides

Share links

A guide can be uploaded here instead of downloaded. It is encrypted before it leaves your machine, and the key stays in the link after #, which browsers never send to a server. This host only ever holds bytes it cannot read; anyone with the full link can open the guide, nobody else can. Links don't expire unless asked, and the delete token you get at upload removes one.

This host

Viewer builds live under /v1/ and never change once published, so a guide from last year opens the same way. A downloaded file sends nothing about your code here. It is a small Cloudflare Worker (apps/guides-show) you can run yourself.