autoblogger 0.2.13 → 0.2.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,16 +13,11 @@ In the age of AI and SEO, the blogs that win are the ones that publish consisten
13
13
 
14
14
  ## Why Autoblogger?
15
15
 
16
- **The game has changed.** AI-generated content is everywhere. SEO rewards fresh, frequent publishing. Your competitors are shipping blog posts while you're still wrestling with your CMS.
16
+ The game has changed. AI-generated content is everywhere. SEO rewards fresh, frequent publishing. You need to write fast.
17
17
 
18
- **You need to write fast.** Autoblogger makes that possible:
18
+ **Before:** Open CMS. Open ChatGPT. Copy. Paste. Format. Fix formatting. Publish. *2 hours later...*
19
19
 
20
- | Old Way | With Autoblogger |
21
- |---------|------------------|
22
- | Open CMS → Open ChatGPT → Copy-paste → Format → Publish | Type idea → AI writes → Edit → Publish |
23
- | 2 hours per post | 15 minutes per post |
24
- | "I should write more..." | Actually writing more |
25
- | Content calendar anxiety | Content machine confidence |
20
+ **After:** Type your idea. AI writes. You tweak. Publish. *Done in 15 minutes.*
26
21
 
27
22
  ---
28
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "autoblogger",
3
- "version": "0.2.13",
3
+ "version": "0.2.14",
4
4
  "description": "A headless CMS with AI writing tools, WYSIWYG editor, and RSS auto-draft",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",