A minimal, secure, and lightweight comment system that packs a punch without unnecessary tech overhead.
Designed for blogs, articles, and web pages — with simple Google Sheets integration to store and manage comments per page.
Demo: Comment Trigger Button Available on Top and Bottom (Join the converstion) You have to scroll little bit
- Extremely small footprint — lighter than aerosol.
- Uses very low technology for maximum compatibility.
- Simple to integrate into any page via HTML snippet.
- Blocks offensive/profane language (supports Hindi + English out of the box).
- Add your own custom profanity list (even local/mother tongue).
- Regex word blocking for flexible filtering.
- Name moderation: Blocks eerie, unfamiliar, or inappropriate names.
- XSS attack prevention (client-side and backend).
- Backend protection for expert-level bypass attempts.
- Admin blue tick for verified comments (helps users identify you).
- Delete comments directly from Google Sheets.
- Sort comments easily within Sheets for quick moderation.
- Edit maximum character length for messages.
- Edit profile display for admin (users get name initials only, no profile pics).
- No threaded replies (linear view).
- Supports unlimited number of comments.
- Time stamps on all comments.
- Sorting: Show latest or oldest first.
- Profanity masking using
*
characters. - Name initials instead of profile pictures for simplicity.
- Comments are stored separately per page in Google Sheets.
- Example:
- Comments from
page1.html
→ stored inpage1
sheet. - Keeps comments organized and prevents bloating/mixing.
- Comments from
- Shimmer/Skeleton loader (3 placeholders) instead of spinners for a modern feel.
- Scroll-up feature when comment section becomes too large.
- Fully functional without relying on heavy frameworks.
- Embed the provided HTML snippet into your page (e.g., blog posts).
- The system automatically associates comments with the page name or URL.
- Google Sheets acts as your database for comment storage and admin controls.
- Profanity filters, XSS prevention, and backend checks keep things safe.
- Admins can log in, manage comments, and adjust settings.
- Hindi and English profanity blocking out of the box.
- Add any custom language or regional words to expand detection.
- Change max characters per comment.
- Add custom profanity words.
- Modify sorting behavior (latest first or oldest first).
- Adjust profile display for admin.
- A Google Sheet set up for comment storage.
- Basic HTML knowledge for embedding.
- Browser with JavaScript enabled.
Licensed under the Apache License 2.0 — free for use in open or closed-source projects, but attribution is required.