Collect customer testimonials and embed them on any website in 2 minutes.
Live App · Live Demo · Collect Form Demo
TestimonialFlow is a free testimonial collection and display tool for freelancers, agencies, SaaS founders, and small businesses. It's the simplest alternative to Testimonial.to, Senja, and Famewall.
Share a link → Customers leave reviews → Embed a widget on your site
- Create a project — Give it a name and get a unique collection link
- Share with customers — They submit their name, role, review text, and star rating
- Embed anywhere — One line of JavaScript adds a responsive testimonial grid to any website
- Collection forms with shareable links (
/collect/your-slug) - Dashboard to manage, approve, and curate testimonials
- Embeddable JS widget — one
<script>tag, works on any site - Wall of Love — public testimonial page, great for sharing and SEO
- Star ratings — 1-5 star visual ratings
- Responsive grid — looks great on mobile, tablet, and desktop
- "Powered by TestimonialFlow" — built-in viral growth
Sign up at testimonialflow-kappa.vercel.app, create a project, and share the collection link with customers.
<!-- Add this where you want testimonials to appear -->
<div id="tf-widget-YOUR_SLUG"></div>
<script src="https://testimonialflow-kappa.vercel.app/api/widget/YOUR_SLUG"></script>That's it. Testimonials render automatically in a responsive grid.
Share your public Wall of Love page directly:
https://testimonialflow-kappa.vercel.app/wall/YOUR_SLUG
Returns approved testimonials as JSON. CORS-enabled for cross-origin requests.
{
"testimonials": [
{
"id": "abc123",
"name": "Sarah Chen",
"role": "CEO, LaunchPad.io",
"text": "TestimonialFlow made collecting feedback incredibly easy...",
"rating": 5,
"created_at": "2026-04-05T10:00:00Z"
}
]
}Returns a self-contained JavaScript snippet that renders a testimonial grid.
| Free | Pro ($9/mo) | |
|---|---|---|
| Testimonials | 10 | 100 |
| Projects | 1 | Unlimited |
| Widget embed | ✅ | ✅ |
| Wall of Love | ✅ | ✅ |
| Remove branding | — | ✅ |
- Framework: Next.js (App Router)
- Hosting: Vercel
- Database: GitHub Gist (JSON storage via API)
- Auth: Cookie-based email (MVP)
| Feature | TestimonialFlow | Testimonial.to | Senja | Famewall |
|---|---|---|---|---|
| Free tier | ✅ 10 testimonials | ✅ Limited | ✅ Limited | ✅ Limited |
| Embed widget | ✅ | ✅ | ✅ | ✅ |
| Wall of Love | ✅ Free | Paid | Paid | ✅ |
| Starting price | $9/mo | $20/mo | $29/mo | $9/mo |
| Setup time | 2 min | 5 min | 10 min | 5 min |
- 🌐 Website
- 🎯 Live Demo (Wall of Love)
- 📝 Submit a testimonial (demo)
- 🛠️ Testimonial Request Email Generator
- 📖 Best Testimonial Tools Comparison
MIT