Guides
Install on Framer
Framer exposes custom code in site settings.
- Open custom code
In your Framer project, go to Site Settings, then General, and find the Custom Code section.
- Add to the head
In the "End of <head> tag" field, paste:
<script defer src="https://kymo.in/beat.js" data-site="yoursite.com"></script> - Publish
Publish the site. Custom code applies to the published site, not the editor preview.
Framer sites are single-page and navigate client-side. Kymo tracks history.pushState, so page-to-page navigation is counted as separate pageviews.
Then verify events arrive.