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.”
Sarah Chen
TechCorp
“Added this to our landing, conversion went up 30%. The widgets are beautiful.”
Marc Rodriguez
StartupXYZ
“Clean API, beautiful widgets. Exactly what we needed for our SaaS.”
Julie Martin
Agency.io
“5 minutes to setup. Love it. Self-hosting was a breeze.”
Alex Kim
DevTools Inc
“Best open-source alternative to Testimonial.to. Way more flexible.”
Emma Wilson
ProductLab
“The API is so clean. Integrated it with our Next.js app in minutes.”
James Lee
WebStudio
“Finally I own my customer feedback data. No more vendor lock-in.”
Lisa Park
IndieHacker
“The marquee widget is gorgeous. Our landing page looks way more legit now.”
David Brown
LaunchPad
“Finally a review tool that just works. Clean, simple, and developer-friendly.”
Sarah Chen
TechCorp
“Added this to our landing, conversion went up 30%. The widgets are beautiful.”
Marc Rodriguez
StartupXYZ
“Clean API, beautiful widgets. Exactly what we needed for our SaaS.”
Julie Martin
Agency.io
“5 minutes to setup. Love it. Self-hosting was a breeze.”
Alex Kim
DevTools Inc
“Best open-source alternative to Testimonial.to. Way more flexible.”
Emma Wilson
ProductLab
“The API is so clean. Integrated it with our Next.js app in minutes.”
James Lee
WebStudio
“Finally I own my customer feedback data. No more vendor lock-in.”
Lisa Park
IndieHacker
“The marquee widget is gorgeous. Our landing page looks way more legit now.”
David Brown
LaunchPad
How it works
Get started in minutes. No coding required.
Collect
Create beautiful forms to gather reviews from your customers.
Manage
Approve, organize, and tag testimonials from your dashboard.
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" } } ]}