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.