Open Source|Self-hostable

The open source way to collect reviews

Beautiful forms. Embeddable widgets. Clean API.Own your customer feedback data.

Add to your site in seconds

<script src="https://reclap.dev/widget.js" data-project="xxx"></script>

Finally a review tool that just works. Clean, simple, and developer-friendly.

SC

Sarah Chen

TechCorp

Added this to our landing, conversion went up 30%. The widgets are beautiful.

MR

Marc Rodriguez

StartupXYZ

Clean API, beautiful widgets. Exactly what we needed for our SaaS.

JM

Julie Martin

Agency.io

5 minutes to setup. Love it. Self-hosting was a breeze.

AK

Alex Kim

DevTools Inc

Best open-source alternative to Testimonial.to. Way more flexible.

EW

Emma Wilson

ProductLab

The API is so clean. Integrated it with our Next.js app in minutes.

JL

James Lee

WebStudio

Finally I own my customer feedback data. No more vendor lock-in.

LP

Lisa Park

IndieHacker

The marquee widget is gorgeous. Our landing page looks way more legit now.

DB

David Brown

LaunchPad

Finally a review tool that just works. Clean, simple, and developer-friendly.

SC

Sarah Chen

TechCorp

Added this to our landing, conversion went up 30%. The widgets are beautiful.

MR

Marc Rodriguez

StartupXYZ

Clean API, beautiful widgets. Exactly what we needed for our SaaS.

JM

Julie Martin

Agency.io

5 minutes to setup. Love it. Self-hosting was a breeze.

AK

Alex Kim

DevTools Inc

Best open-source alternative to Testimonial.to. Way more flexible.

EW

Emma Wilson

ProductLab

The API is so clean. Integrated it with our Next.js app in minutes.

JL

James Lee

WebStudio

Finally I own my customer feedback data. No more vendor lock-in.

LP

Lisa Park

IndieHacker

The marquee widget is gorgeous. Our landing page looks way more legit now.

DB

David Brown

LaunchPad

How it works

Get started in minutes. No coding required.

1

Collect

Create beautiful forms to gather reviews from your customers.

2

Manage

Approve, organize, and tag testimonials from your dashboard.

3

Display

Embed widgets on your site with a single line of code.

Widgets

  • Carousel
  • Grid
  • Wall
  • Marquee
  • Light/Dark/Auto
  • Customizable

API

  • GET /reviews
  • POST /reviews
  • Webhooks
  • JSON responses
  • API keys

Self-host

  • git clone
  • docker compose up
  • SQLite or Postgres
  • MIT License
  • Own your data
$ curl https://reclap.dev/api/v1/reviews \
-H "Authorization: Bearer rc_xxxxx"
{
"data": [
{
"id": "rev_abc123",
"rating": 5,
"content": "Incredible product.",
"author": {
"name": "Sarah Chen",
"company": "TechCorp"
}
}
]
}