autoblogger 0.2.14 → 0.2.16

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 +2 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,13 +11,9 @@ 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?
14
+ ## What is Autoblogger?
15
15
 
16
- The game has changed. AI-generated content is everywhere. SEO rewards fresh, frequent publishing. You need to write fast.
17
-
18
- **Before:** Open CMS. Open ChatGPT. Copy. Paste. Format. Fix formatting. Publish. *2 hours later...*
19
-
20
- **After:** Type your idea. AI writes. You tweak. Publish. *Done in 15 minutes.*
16
+ A CMS that installs in seconds and writes with you. One command adds AI-powered blogging to any Next.js app—your database, your auth, your content.
21
17
 
22
18
  ---
23
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "autoblogger",
3
- "version": "0.2.14",
3
+ "version": "0.2.16",
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",