Open Testimonials

Examples

Setup

Claim a subdomain at https://opentestimonials.com/register

npm i testimonials
pnpm i testimonials
yarn add testimonials

With React

import { Testimonials } from "testimonials";

function App() {
  return <Testimonials collection="demo" />;
}

Vanilla JavaScript

<link
  rel="stylesheet"
  href="https://opentestimonials.com/api/embed/styles.css"
  type="text/css"
/>
<div id="open-testimonials" />
<script>(async()=>{let a=document.getElementById("open-testimonials"),b=await (await fetch("https://opentestimonials.com/api/embed/edge/demo")).text();a.innerHTML=b})()</script>

Other Frameworks

Coming soon!

Self-hosting

Coming soon!

Useful Links