Skip to content
kymoDocs
Guides

Install on plain HTML

No framework, no build step. Paste one tag into the <head> of every page.

<!DOCTYPE html>
<html>
  <head>
    <script defer src="https://kymo.in/beat.js" data-site="yoursite.com"></script>
  </head>
  <body>
    <!-- your page -->
  </body>
</html>

If you have many pages, put the tag in whatever shared include or partial your pages already share — a head.html include, a template, or your static generator's base layout — so a single edit covers the site.

Then verify events arrive.