From 4d1192b4af9a11500caef2633e26cb66221eb6ba Mon Sep 17 00:00:00 2001 From: xueyan Date: Thu, 20 Aug 2026 18:29:51 +0800 Subject: [PATCH] docs: highlight DeckHTML workflow value --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1eaac95..8894450 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,28 @@ **Languages:** **English** · [简体中文](./README.zh-CN.md) · [繁體中文](./README.zh-TW.md) · [Français](./README.fr.md) · [Deutsch](./README.de.md) · [Español](./README.es.md) · [日本語](./README.ja.md) · [한국어](./README.ko.md) -Convert HTML files, stdin, or URLs into PPTX or PNG presentations from your terminal. +Turn HTML into presentation-ready PPTX or PNG — from files, stdin, or URLs, directly from your terminal. + +Build once in HTML, then use the same source across decks, visual assets, and automated presentation workflows.

HTML → PPTX demo

+## Built for real workflows + +DeckHTML fits workflows where content already lives in HTML or can be generated +by code: + +- **Agent-generated presentations** — let coding agents author HTML and produce + deliverable PPTX or PNG outputs. +- **Recurring reports** — turn dashboards, metrics, and templated pages into + presentation assets from CI or scheduled jobs. +- **Web-to-deck reuse** — convert hosted pages or ordered HTML files without + rebuilding every slide manually. +- **Local and cloud execution** — run locally with no API key, or use cloud mode + for hosted workflows and cloud-only enhancements. + ## Quick Start Run without installing: