The modern tag management platform built for speed. TypeScript-first, edge-deployed, and blazingly fast.
Built for teams who value speed, precision, and performance.
Full type safety, autocomplete, and compile-time validation. Catch errors before they hit production.
5-10KB runtime. Sub-10ms trigger evaluation. Your users will thank you.
Version control your tags like code. Branch, review, merge. No more "who changed what?"
Built-in Real User Monitoring. See exactly how your tags impact Core Web Vitals and site speed in real-time.
Debug tags directly from your terminal. See fires, blocks, and errors as they happen on your live site.
GDPR and CCPA compliant. Intelligent tag blocking based on user consent, out of the box.
Legacy tools were built for a different era. YourTM is built for how developers work today.
The old way
The modern way
Every millisecond matters. Here's how we achieve 50% faster load times than GTM.
The core runtime is just 2-3KB gzipped. Compare that to GTM's 50-80KB. Your users download only what they need.
Unused triggers are completely excluded at build time. No TikTok pixel? That code never ships.
Complex conditions and regex patterns are compiled at build time, not runtime. Triggers evaluate instantly.
Single global listeners handle all click triggers via CSS selector matching. No listener per element.
Tags load exactly when needed, not a moment before
Your tag containers are cached at the edge with 99.9% cache hit rates. P99 delivery under 500ms worldwide.
Because they are code. Full TypeScript support with autocomplete, type checking, and all the tooling you already love.
import { defineTag } from '@yourtm/core' import { loadGtag, gtag } from '@yourtm/vendors/google' export default defineTag({ id: 'ga4-config', name: 'GA4 Configuration', triggers: ['pageview'], consent: ['analytics'], async setup() { await loadGtag('G-XXXXXXXXXX') }, execute(ctx) { gtag('config', 'G-XXXXXXXXXX', { page_title: document.title, page_location: ctx.url.href, }) }, })
Join developers who've already made the switch.