whatsmytraffic

Analytics, forms and auth.
One snippet each.

Page analytics, a form backend and passwordless sign-in for your websites. Cookieless, lightweight, and quick to add.

Web analytics

Drop the snippet into any page. Visits show up cookieless and aggregated in your dashboard, with no consent banner to maintain.

Add to any page Click to copy
<script defer src="https://whatsmytraffic.com/beacon.js"
        data-website-id="YOUR-WEBSITE-ID"></script>

Form backend

Point any HTML form at your endpoint. Submissions are stored and spam-filtered, then pushed to you by webhook or phone notification.

Point your form at it Click to copy
<form action="https://whatsmytraffic.com/f/YOUR-FORM-ID"
      method="POST">
  <input name="email" type="email" required />
  <textarea name="message" required></textarea>
  <button type="submit">Send</button>
</form>

Passwordless auth

Add a magic-link sign-in to your site. The SDK exposes login() and getSession(). No end-user data is stored, the session is a signed token in the visitor's browser.

Load the SDK Click to copy
<script defer src="https://whatsmytraffic.com/whatsmytraffic-auth.js"
        data-app-id="YOUR-APP-ID"></script>

Currently invite-only

Leave your email and we'll reach out when access opens up.