📰 Dev.to · Zenovay
23 articles · Updated every 3 hours · View all reads
All
Articles 91,609Blog Posts 109,645Tech Tutorials 22,927Research Papers 19,234News 14,874
⚡ AI Lessons

Dev.to · Zenovay
1w 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
1w 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
2w 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
2w 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
3w 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
3w 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
3w 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
4w 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
4w 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
1mo 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
1mo 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
1mo 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
1mo 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
2mo ago
Why I Ditched GA4 for a Custom Next.js + Supabase Analytics Stack
GA4 is overkill for Micro-SaaS. Here is how I built a leaner alternative using Next.js and Supabase.

Dev.to · Zenovay
2mo 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
2mo 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
2mo 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
3mo ago
Zenovay vs Plausible: both privacy-first, but different depth
Plausible is one of the tools I respect most in the analytics space. They have been championing...

Dev.to · Zenovay
3mo 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
3mo 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
3mo 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
4mo 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
4mo 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