✕ Clear all filters
23 articles

📰 Dev.to · Zenovay

23 articles · Updated every 3 hours · View all reads

All Articles 90,850Blog Posts 109,209Tech Tutorials 22,715Research Papers 19,220News 14,834 ⚡ AI Lessons
Six weeks of dedicated distribution as a solo founder. What i underestimated, what i overestimated
Dev.to · Zenovay 2w 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...
Stripe revenue attribution in a cookieless world. The webhook patterns that hold up
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.
Real time event streams with Cloudflare Durable Objects, the missing tutorial
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.
Building an MCP server so Claude can query my SaaS analytics directly
Dev.to · Zenovay 🧠 Large Language Models ⚡ AI Lesson 3w 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.
Cookieless web analytics: how it actually works under the hood
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
Building a terminal interface for my analytics SaaS with Cloudflare Durable Objects
Dev.to · Zenovay 4w 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.
Building a live 3D globe of real time web traffic with Three.js and Server Sent Events
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
Achieving sub 100ms response times at the edge with Cloudflare Workers: lessons from analytics in production
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
How I rebuilt my SaaS landing page in 6 weeks: Essential lessons for developer founders
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
Why I Ditched GA4 for a Custom Next.js + Supabase Analytics Stack
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.
94% of my traffic shows as direct. Here's what I found
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...
Stop asking users for "steps to reproduce". just watch their session break in real time
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...
Zenovay vs PostHog: marketing analytics vs product analytics (and why it matters)
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...
Zenovay vs Plausible: both privacy-first, but different depth
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...
Why I stopped paying $80/mo for Hotjar (and what I use instead)
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...
Zenovay vs Google Analytics: I switched after 8 years. Here's my honest take.
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...
I tested 8 analytics tools. Here's what they all get wrong.
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...
I tested 8 analytics tools. Here's what they all get wrong.
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...
How We Built a Real-Time Analytics Platform on Cloudflare Workers (Architecture Deep-Dive)
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,...