The seamless comment engine for the modern web.
A high-performance, privacy-friendly discussion platform designed to be seamlessly embedded. No CSS conflicts, no tracking pixels—just fast, text-based discussions.
Built for speed and clarity.
Everything you need to host meaningful conversations on your blog, without compromising your site's performance or your users' data.
Edge-Native
Powered by Cloudflare Workers and D1. Your comments are served globally from the edge with zero cold starts.
Zero CSS Conflicts
Injected safely via iframe. Lafyeri dynamically syncs its height to prevent scrollbars, keeping your blog's layout untouched.
Privacy First
No tracking scripts, no ads, and no selling data. Authentication is securely delegated via the Derbent Auth provider.
Embed in seconds.
Drop two lines of code into any static site generator, React app, or plain HTML file. Lafyeri automatically detects the host theme and adapts perfectly.
- 1Provide a target `div` with a custom path.
- 2Load the ultra-lightweight async script.
- 3Customize colors in your Lafyeri Admin Panel.
<!-- Target Container --><divid="lafyeri-comments"data-path="/my-awesome-post"></div><!-- Injection Script --><script src="https://lafyeri.zerdalu.com/embed.js" async></script>