🔌 Connect Your Blog
Provide your blog URL & sample post URL to auto-map Sign-In and Comments
⚡ Live Widget Playground
Test the SaaS functions live on Cloudflare Edge
👁️ Live Views:
Loading...
❤️ Post Likes:
Loading...
👤 User Status:
Guest (Not Logged In)
💬 Mandatory Auth Rule: Only authenticated users can submit comments. Guest comments are automatically rejected with
401 Unauthorized.
📡 Serverless REST API Reference
All endpoints accept X-Website-Id and Authorization: Bearer <token>
POST /api/websites
Register / Connect a new website
GET /api/websites?websiteId={id}
Get registered website details & config
POST /api/auth/register • /api/auth/login
User Authentication & JWT Issuance
GET /api/auth/me
Verify session token and retrieve user profile
GET /api/comments?slug={slug}
Fetch verified comments for a post
POST /api/comments
Submit verified comment (Requires Bearer token)
GET /api/pageviews • /api/likes • /api/stats
Real-time deduplicated counters & aggregate metrics