From e9393117a667e17e78f9c525064b346032e30dce Mon Sep 17 00:00:00 2001 From: vibhusharma101 Date: Sun, 26 Jul 2026 02:22:25 +0530 Subject: [PATCH] docs: lead the README with the concrete outcome and the live examples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The opening described the tool abstractly ("turn code into a bespoke interactive HTML lesson") and buried the example gallery below a prose paragraph. For a product whose output *is* the pitch, the demo link should be in the first three lines, not below the fold. Also states the AI-tool dependency (Claude Code / Cursor / Codex) up front instead of leaving readers to discover it in the Install section — better to get credit for candor than to have someone feel misled after the demo. Co-Authored-By: Claude Opus 5 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0218da0..c4eb4f7 100644 --- a/README.md +++ b/README.md @@ -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.