Comments
Embeddable comments in one line
Add comments to any site with no build step and no backend. Sign-in, storage, and i18n (ko/en/ja) are included. Included in the BootSignal subscription ($20/mo or $200/yr, every widget on 1 domain, add more from the dashboard). Unlimited comments while subscribed.
Demo
2 comments
- M
One line and done, did not expect setup to be this easy!
- J
Shared sign-in means nothing else to wire up. 👍
Set up
Or drive it from code, login uses the shared Google identity, so the same account works across every service:
BootSignalComments.init({ siteId: 'YOUR_SITE_ID', threadId: 'page-key', lang: 'en' })
BootSignalComments.signIn() // Google popup → shared uid
BootSignalComments.onAuthChange((user) => console.log(user))Comments require sign-in. The same widget powers comments across the whole family.
Pricing
Pricing is a single BootSignal subscription: $20/mo or $200/yr (2 months free). It unlocks every widget on 1 registered domain, and you can add more domains from the dashboard. Writing comments requires an active subscription; while subscribed, usage is unlimited with no per-use charges, and reading is always free for visitors. Manage the subscription at accounts.mrlatte.net. See pricing details →
Installation guides
Step by step, on the platform you actually use.
- How to Add a Comment Widget to Webflow Without a BackendOne script in Site settings, one Code Embed on the template, publish. That is the install.
- How to Add a Comment Widget to FramerThe script has a panel. The thread has a component. Neither one runs until you publish.
- How to Add a Comment Widget to SquarespaceThe plan gate first, then one paste in Code Injection and one Code Block on the page.
- How to Add a Comment Widget to WixThe element that looks built for this is the one that breaks it. Body-end Custom Code is the way in.
- Adding a Comment Widget to an Imweb SiteOne line in the site settings, one div in a code widget. The Korean labels for both are below.
- How to Add a Comment Widget to GhostMembers-only replies, or anyone signed in with Google. Pick one, then paste one line.