Edge SaaS Active • Cloudflare D1

Partial Existence Engine

Drop-in serverless SaaS platform providing user authentication, verified comments, like counters, and pageview analytics for any blog or website.

🔌 Connect Your Blog

Provide your blog URL & sample post URL to auto-map Sign-In and Comments

Root website where the top-right Sign In & User Profile bar will be placed
Any sample post URL used to auto-detect post paths and place Like, View & Comment widgets

⚡ 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