Skip to content

Commit b1461b1

Browse files
authored
Merge pull request #2 from AuntXue/docs/workflow-value
docs: highlight DeckHTML workflow value
2 parents 5536ea6 + 4d1192b commit b1461b1

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,28 @@
1010

1111
**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)
1212

13-
Convert HTML files, stdin, or URLs into PPTX or PNG presentations from your terminal.
13+
Turn HTML into presentation-ready PPTX or PNG — from files, stdin, or URLs, directly from your terminal.
14+
15+
Build once in HTML, then use the same source across decks, visual assets, and automated presentation workflows.
1416

1517
<p align="center">
1618
<img src="./assets/screenshots/demo.gif" alt="HTML → PPTX demo" width="600" />
1719
</p>
1820

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

2137
Run without installing:

0 commit comments

Comments
 (0)