@respectify/astro 0.1.2 → 0.1.4

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Respectify-powered commenting for Astro. Drop in AI moderation, spam filtering, and a polished comment UX in minutes.
4
4
 
5
+ Respectify does more than just comment moderation — it provides a complete solution for managing and enhancing user-generated content. It monitors for tone, logical fallacies, and spam and educates commenters on how to improve their comments.
6
+
5
7
  Built for production — powers [nickhodges.com](https://nickhodges.com) as a live Respectify demo.
6
8
 
7
9
  - **NPM:** https://www.npmjs.com/package/@respectify/astro
@@ -24,6 +26,8 @@ Built for production — powers [nickhodges.com](https://nickhodges.com) as a li
24
26
  - [`@astrojs/db`](https://docs.astro.build/en/guides/astro-db/) configured with Turso for production
25
27
  - A [Respectify](https://respectify.ai) account (`RESPECTIFY_EMAIL` + `RESPECTIFY_API_KEY`)
26
28
 
29
+ > Prefer API-only moderation without Astro DB / comment UI? Use [`@respectify/client`](https://www.npmjs.com/package/@respectify/client) instead. See [Choose your TypeScript path](https://respectify.ai/comment-moderation-api#paths).
30
+
27
31
  ## Quick start
28
32
 
29
33
  ### 1. Install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@respectify/astro",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "Respectify-powered commenting for Astro — AI moderation, spam filtering, and beautiful UX out of the box.",
5
5
  "type": "module",
6
6
  "license": "MIT",