A beautiful, fully-functional testimonial wall component that works seamlessly with Notion and Super.so. Add, edit, and delete testimonials directly from your website—no backend required.
Hear from our amazing customers about their experiences with us
"This service transformed our entire workflow. The team was incredibly responsive and the results exceeded our expectations."
Sarah Johnson
Marketing Director
"Outstanding support and attention to detail. They really understood our needs and delivered exactly what we needed."
Michael Chen
Product Manager
"Best investment we made this year. The platform is intuitive, powerful, and the customer service is unmatched."
Emily Rodriguez
CEO, Tech Startup
"Seamless integration with our existing systems. The implementation was smooth and the ROI was immediate."
David Park
Operations Lead
Easy-to-use form to add new customer testimonials with ratings and images.
Modify existing testimonials with a single click. Changes are saved instantly.
Remove testimonials safely with confirmation dialog to prevent accidents.
1-5 star rating system for each testimonial with visual indicators.
Beautiful masonry layout that adapts perfectly to all screen sizes.
Data persists in the browser—no backend or database needed.
Download the wall-of-love-embed.html file from the Code section below.
In your Notion page, type /code to create a code block.
On the first line of the code block, type: super-embed:
Copy and paste the entire HTML code after the super-embed: prefix.
Publish your Notion page using Super.so and the testimonial wall will appear on your website.
Click "Add Testimonial" to start collecting customer feedback directly on your website.
📋 In your Notion code block, paste this (with super-embed: prefix):
super-embed:
<!-- WALL OF LOVE - SUPER.SO EMBED VERSION -->
<!-- Copy the entire HTML from wall-of-love-embed.html file -->Use the React component if you're building with React/Next.js.
<WallOfLove showAdmin={true} />Edit the CSS variables at the top of the HTML file:
--primary: #3b82f6;
--background: #ffffff;
--foreground: #1f2937;Change the number of columns in the testimonials grid:
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));Replace the sample testimonials in the JavaScript section with your own initial data.
Testimonials are saved in browser localStorage, so they persist as long as the browser cache isn't cleared. For permanent storage, consider upgrading to a backend solution.
Yes! The HTML version works with any website builder that supports custom HTML embeds. The React component works with React/Next.js projects.
No limit! However, very large numbers may impact performance. We recommend keeping it under 100 testimonials for optimal performance.
Absolutely! All CSS is included in the HTML file and can be easily modified. Change colors, fonts, spacing, and layout to match your brand.
No! The component works entirely on the frontend using browser localStorage. No server or database needed.