team@tinypod.app
Self-Hosting Waline: Lightweight Comment System
Waline is a lightweight comment system for static sites. Markdown support, emoji reactions, and moderation — no heavy backends.
walinecommentsblogstatic-sites
What Is Waline?
Waline is a lightweight, self-hosted comment system. Add comments to any website — static sites, blogs, documentation — without heavy backends.
Features
Comments
Moderation
Notifications
Other
Waline vs Disqus vs Giscus
Integration
Add to any site:
html<div id="waline"></div>
<script type="module">
import { init } from 'https://unpkg.com/@waline/client@v3/dist/waline.js';
init({ el: '#waline', serverURL: 'https://waline.example.com' });
</script>
Deployment
1. Deploy Waline server on TinyPod
2. Add the script to your site
3. Comments appear immediately
Resources: 1 CPU, 128 MB RAM.
Waline gives your static site a comment system without Disqus's tracking or weight.