autoblogger 0.2.13 → 0.2.15

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 +0 -15
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,21 +11,6 @@ In the age of AI and SEO, the blogs that win are the ones that publish consisten
11
11
 
12
12
  ---
13
13
 
14
- ## Why Autoblogger?
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.
17
-
18
- **You need to write fast.** Autoblogger makes that possible:
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 |
26
-
27
- ---
28
-
29
14
  ## Features
30
15
 
31
16
  ### 🤖 AI That Actually Helps
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "autoblogger",
3
- "version": "0.2.13",
3
+ "version": "0.2.15",
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",