Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
🌐 **[Join the waitlist →](https://your-landing-page-url)** — hosted Team plan: repo → living onboarding docs.
-->

Turn code, an AI thinking transcript, or any text into a bespoke, interactive HTML lesson — in one command.
**Point it at a file. Get back one self-contained HTML page that *teaches* that file** — with a working interactive model of what the code actually does. No server, no build step, no dependencies. One file you can email to anyone.

Point Think-In-HTML at a file, a code flow, a reasoning transcript, or a block of prose and it **authors a complete, self-contained `.html` page** for that specific subject — its own design, its own layout, and a working interactive model of the thing it's teaching. No two outputs look alike. Open it in any browser, share it with anyone — no server, no install, no dependencies.
### ▶️ [See four real examples →](https://vibhusharma101.github.io/Think-In-HTML/examples/)

### ▶️ See it live

**[Open the live example gallery →](https://vibhusharma101.github.io/Think-In-HTML/examples/)** — real, interactive lessons generated by this tool.
Don't take the description's word for it — the output is the pitch:

- 📈 [**The Pricing Desk**](https://vibhusharma101.github.io/Think-In-HTML/examples/novus-pricing-desk.freeform.html) — an AI price suggestion, clamped live on a number line. Ask the AI, toggle "let it go rogue," watch the guardrail catch it.
- ⏱️ [**The Window**](https://vibhusharma101.github.io/Think-In-HTML/examples/novus-rate-limit.freeform.html) — a rate limiter as a live ops dashboard. Fire requests, watch 200s flip to 429, flip "infra down" to see it fail open.

Both were generated by the same tool from real production code, with **zero shared design** — that's the point.
Both were generated by the same tool from real production code, with **zero shared design** — that's the point. Every page is authored fresh for its subject: its own layout, its own visual system, its own interactive model. No two outputs look alike.

> **Note:** Think-In-HTML is an instruction engine plus a self-contained-output validator — the authoring is done by an AI coding tool you already use (**Claude Code, Cursor, or Codex**). It is not a standalone generator.

<!-- TODO: Add a short GIF of a generated explainer here as well -->

Expand Down
Loading