All
Articles 134,261Blog Posts 138,602Tech Tutorials 34,834Research Papers 25,959News 18,904
⚡ AI Lessons

Dev.to · Zenovay
📣 Digital Marketing & Growth
⚡ AI Lesson
6d ago
7 Sources Hiding Inside Your Direct Traffic
Direct traffic rarely means someone typed your URL. Here are seven common sources that analytics tools often classify as Direct—and how to recover the missing c

Dev.to · Zenovay
⚡ AI Lesson
4w ago
The tracking script that never blocks page load: a stub and queue pattern
How we built an analytics client that captures everything without ever blocking paint.

Dev.to · Zenovay
📋 Product Management
⚡ AI Lesson
1mo ago
Running A/B tests on top of edge feature flags
Once you have feature flags, an A/B test is a small step further — a flag with more than one variant, plus honest measurement. Here are the two bugs that quietl

Dev.to · Zenovay
📊 Data Analytics & Business Intelligence
⚡ AI Lesson
1mo ago
Retention cohort analysis with plain SQL
Everyone wants a retention chart and most reach for a tool. You can get the core cohort triangle from...

Dev.to · Zenovay
⚡ AI Lesson
1mo ago
Lightweight client side error tracking without a 90kb SDK
The popular error tracking SDKs are great and also large. For our analytics tool we wanted error...

Dev.to · Zenovay
🖌️ UI/UX Design
⚡ AI Lesson
1mo ago
Why do most SaaS dashboards still feel like enterprise software from 1998
I redesigned my own analytics dashboard after watching how people actually used it. Median session was 47 seconds. Here is what I cut, and why the whole industr

Dev.to · Zenovay
🚀 Entrepreneurship & Startups
⚡ AI Lesson
1mo ago
Six weeks of dedicated distribution as a solo founder. What i underestimated, what i overestimated
I'm Valerio, solo founder of Zenovay (cookieless web analytics). I spent the last 6 weeks doing...

Dev.to · Zenovay
📣 Digital Marketing & Growth
⚡ AI Lesson
2mo ago
Stripe revenue attribution in a cookieless world. The webhook patterns that hold up
Tying a stripe payment back to the marketing channel that produced it without third party cookies. The patterns that ended up holding.

Dev.to · Zenovay
☁️ DevOps & Cloud
⚡ AI Lesson
2mo ago
Real time event streams with Cloudflare Durable Objects, the missing tutorial
One DO per site, websocket fanout, sub 100ms latency. The pattern I wish someone had handed me before I built it the wrong way twice.

Dev.to · Zenovay
🧠 Large Language Models
⚡ AI Lesson
2mo ago
Building an MCP server so Claude can query my SaaS analytics directly
A practical walkthrough of shipping an MCP server for a web analytics SaaS, the patterns that worked, and what surprised me.

Dev.to · Zenovay
📊 Data Analytics & Business Intelligence
⚡ AI Lesson
2mo ago
Cookieless web analytics: how it actually works under the hood
"Cookieless analytics" gets thrown around as a marketing term. What does it actually mean technically? A complete breakdown of how visitor identification works

Dev.to · Zenovay
📣 Digital Marketing & Growth
⚡ AI Lesson
2mo ago
Building a terminal interface for my analytics SaaS with Cloudflare Durable Objects
How I built @zenovay/cli, a TUI for live tailing web analytics events from the terminal, using Cloudflare Workers and Durable Objects as a fanout layer.

Dev.to · Zenovay
🛠️ AI Tools & Apps
⚡ AI Lesson
2mo ago
Building a live 3D globe of real time web traffic with Three.js and Server Sent Events
A complete walkthrough of how I built a live visitor globe for the Zenovay landing page using Three.js, custom GLSL shaders, and batched SSE from Cloudflare Wor

Dev.to · Zenovay
⚡ AI Lesson
2mo ago
Achieving sub 100ms response times at the edge with Cloudflare Workers: lessons from analytics in production
How I handle 50M+ monthly events with sub 100ms p99 response times globally on Cloudflare Workers. Four production lessons from running analytics ingestion at t

Dev.to · Zenovay
📋 Product Management
⚡ AI Lesson
2mo ago
How I rebuilt my SaaS landing page in 6 weeks: Essential lessons for developer founders
How I rebuilt my SaaS landing page in 6 weeks and what every developer founder should know about it

Dev.to · Zenovay
📣 Digital Marketing & Growth
⚡ AI Lesson
3mo ago
94% of my traffic shows as direct. Here's what I found
I have been tracking my own website zenovay.com for about 30 days now. Here is what the channel...

Dev.to · Zenovay
⚡ AI Lesson
3mo ago
Stop asking users for "steps to reproduce". just watch their session break in real time
The absolute worst message you can get from a user is "the checkout is broken" with zero additional...

Dev.to · Zenovay
📣 Digital Marketing & Growth
⚡ AI Lesson
3mo ago
Zenovay vs PostHog: marketing analytics vs product analytics (and why it matters)
PostHog and Zenovay get compared a lot, but they are solving fundamentally different...

Dev.to · Zenovay
📣 Digital Marketing & Growth
⚡ AI Lesson
4mo ago
Why I stopped paying $80/mo for Hotjar (and what I use instead)
For years, my analytics stack looked like this: Google Analytics for traffic data, Hotjar for...

Dev.to · Zenovay
📣 Digital Marketing & Growth
⚡ AI Lesson
4mo ago
Zenovay vs Google Analytics: I switched after 8 years. Here's my honest take.
I ran Google Analytics on every project since 2018. When GA4 replaced Universal Analytics, I stuck...

Dev.to · Zenovay
📊 Data Analytics & Business Intelligence
⚡ AI Lesson
5mo ago
I tested 8 analytics tools. Here's what they all get wrong.
I spent the last 6 months deep in web analytics while building my own platform. Along the way I...

Dev.to · Zenovay
📊 Data Analytics & Business Intelligence
⚡ AI Lesson
5mo ago
I tested 8 analytics tools. Here's what they all get wrong.
I spent the last 6 months deep in web analytics while building my own platform. Along the way I...

Dev.to · Zenovay
⚡ AI Lesson
5mo ago
How We Built a Real-Time Analytics Platform on Cloudflare Workers (Architecture Deep-Dive)
Most analytics platforms follow a familiar pattern: events land on a centralized server, get queued,...
DeepCamp AI