Skip to content

Commit 81e6106

Browse files
committed
docs(quoteforge[positioning]): broaden framing beyond social media to cards, carousels, slides, banners, covers
1 parent a99e355 commit 81e6106

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# QuoteForge
22

3-
Developer-native typographic social media card and carousel generator. Define content in JSON, pick a theme, run one command — get production-ready PNGs.
3+
Developer-native typographic card, carousel, and banner generator. Define content in JSON, pick a theme, run one command — get production-ready PNGs. Great for social posts and carousels, but equally slides, blog/Open Graph headers, article covers, and announcement graphics.
44

55
No cloud. No subscriptions. No drag-and-drop. Just code.
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "quoteforge",
33
"version": "0.3.0",
4-
"description": "Developer-native typographic social media card + carousel generator",
4+
"description": "Developer-native typographic card, carousel, and banner generator",
55
"type": "module",
66
"bin": {
77
"quoteforge": "./src/cli/index.ts",

site/src/docs/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
QuoteForge turns JSON files into typeset social media cards. You version the source, script the output, and ship deterministic PNGs from CI or your desk.
1+
QuoteForge turns JSON files into typeset cards, carousels, slides, and covers. You version the source, script the output, and ship deterministic PNGs from CI or your desk.
22

33
## Install
44

0 commit comments

Comments
 (0)