Analytics, forms, auth and bookings.
One snippet each.
Page analytics, a form backend, passwordless sign-in and appointment booking 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.
<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.
<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.
<script defer src="https://whatsmytraffic.com/whatsmytraffic-auth.js"
data-app-id="YOUR-APP-ID"></script>Bookings
A scheduling modal for your site. Visitors pick a free slot, both sides get a calendar invite by email, and your Google Calendar can block busy times and collect the appointments.
<script defer src="https://whatsmytraffic.com/whatsmytraffic-booking.js"
data-page-id="YOUR-PAGE-ID"></script>
<button data-wmt-booking>Book a call</button>Currently invite-only
Leave your email and we'll reach out when access opens up.