This tool allows a client to see who is visiting their websites. Similar to google analytics but has the ability to send messages to slack via slack bot based on a specified number of visitors at a site. Client sites must have the listener javascript pasted before the </head>
tag. The following code goes on the client site,
<!-- Simplicity Via Clarity Listener JS -->
<script src="https://www.gstatic.com/firebasejs/7.0.0/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.0.0/firebase-database.js"></script>
<script src="https://simplicityviaclarity.com/svc/svc-client.js" type="text/javascript"></script>