SupaComments

⚡ A blazing fast, lightweight, and open source comment system for your static website, blogs powered by Supabase

APACHE-2.0 License

Stars
137
Committers
4

Bot releases are hidden (Show)

SupaComments - v0.0.4 Latest Release

Published by mcnaveen over 2 years ago

  • Now you can enable the Click to Load feature by settings clickToLoad="true"
  • This will prevent auto-loading the comments when the page is opened.
  • Helps with Page Speed & CLS
<div id="comments" data-url="yoursite.com" clickToLoad="true"></div>
SupaComments - v0.0.3

Published by mcnaveen over 2 years ago

  • Now you can set the site URL via div tag, instead of .env
<div id="comments" data-url="yoursite.com"></div>
SupaComments - v0.0.2

Published by mcnaveen over 2 years ago

  • Easily add comment section anywhere with the div element
<div id='comments'></div>
Related Projects