Listen to your clients & let them share their experience

Testimonials are the secret weapon for conversion, with Tesity your clients will bring more clients to you
Get early access!

Are you building somethig?

Listen to your first clients with Tesity

Just a simple two fields form and you will receive the feedback directly into your email. You don't need anything else.

Try it!

Test your users' experience sending me feedback!

Do you have happy customers?

Let them share their experience

New clients will see those good reviews and trust you.

Tesity will collect all of those reviews and notify you via email or telegram. With a simple link you will decide which ones you want to publish

Do you want to see the testimonials form?

Rate Tesity and see what your clients will see

Receive feedback

You will receive valuable feedback from your clients for improve your business

Get reviews

Showing good reviews will improve your conversion

Keep control

No SPAM nor fake reviews, you decide what to show

How it works?

1 Add the JS library at the bottom of your site

<script src="https://cdn.tesity.com/tesity.js"></script>
<link rel="stylesheet" href="https://cdn.tesity.com/tesity.css"></>
                    

2 Add the initialization script

<script type="text/javascript">
      window.tesity({
        sid: "XXXXXXXXXXXXXXXXXXX",
        feedback: {
          trigger: "feedback-btn",
          withEmail: true
        },
        testimonials: {
          trigger: "testimonial-btn",
          container: "testimonials",
        }
      });
</script>