Open Source

Serverless comments on
Cloudflare Workers

Add comments to any website. Built on Cloudflare Workers and D1. No servers to manage, no monthly fees.

One command to get started
npx create-remarq

Everything you need

A complete comments solution with authentication, moderation, and seamless integration.

Privacy First

Your data stays in your Cloudflare account. No third-party tracking or data sharing.

Edge Performance

Runs on Cloudflare's global network. Comments load instantly from the nearest edge location.

Flexible Auth

GitHub, Discord, or anonymous commenting. Configure what works for your community.

Full Theming

Light, dark, or auto mode. CSS variables for complete customization.

Bot Protection

Built-in Cloudflare Turnstile integration. No CAPTCHAs, just smart verification.

Email Notifications

Get notified of new comments. Reply notifications keep conversations active.

Why Remarq?

Feature Remarq Disqus Commento
Self-hosted
No tracking
Serverless
Free tier ✓ Generous ✓ With ads $10/mo
Open source ✓ MIT
Edge performance ✓ Global Single region
Data export ✓ JSON/CSV

Quick Start

Get Remarq running in under 5 minutes.

1

Run the installer

The CLI will guide you through setup and create all necessary Cloudflare resources.

npx create-remarq
2

Add the embed code

Copy the generated embed code to any page where you want comments.

<div id="remarq-comments"></div>
<script src="https://your-worker.workers.dev/embed/remarq.js"></script>
<script>
    Remarq.init({
        apiUrl: 'https://your-worker.workers.dev'
    });
</script>
3

Protect your admin panel

Set up Cloudflare Access to secure the admin endpoints.

# Add an Access policy for:
# https://your-worker.workers.dev/api/admin/*

Cloudflare Access documentation →

Try it out

Leave a comment below to see Remarq in action.