<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Patrick Wunderlin</title>
    <description>The latest articles on DEV Community by Patrick Wunderlin (@wireboard).</description>
    <link>https://dev.to/wireboard</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3969829%2Fdd52d1b7-1cf4-46b7-a792-c669641d71a7.jpeg</url>
      <title>DEV Community: Patrick Wunderlin</title>
      <link>https://dev.to/wireboard</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/wireboard"/>
    <language>en</language>
    <item>
      <title>3.5+ years in the making: Live Analytics without AI</title>
      <dc:creator>Patrick Wunderlin</dc:creator>
      <pubDate>Fri, 05 Jun 2026 12:54:05 +0000</pubDate>
      <link>https://dev.to/wireboard/35-years-in-the-making-live-analytics-without-ai-3oj4</link>
      <guid>https://dev.to/wireboard/35-years-in-the-making-live-analytics-without-ai-3oj4</guid>
      <description>&lt;p&gt;Just wanted to share my journey after 3.5 years of building a live web analytics tool from scratch, and without AI: &lt;a href="https://wireboard.io" rel="noopener noreferrer"&gt;WireBoard.io&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As a web publisher for the last 15 years, I used UA (before GA4) and then Chartbeat. I always loved real-time. At the beginning of the internet I spent my time on IRC, which was great and a huge change from newsgroups and forums.&lt;/p&gt;

&lt;p&gt;A few years later, Chartbeat was changing its customer base and focusing on big news publishers, and my workflow was about to change with it. I loved being able to watch my traffic live and spot anything unusual, day by day, compared to the same day the previous week.&lt;/p&gt;

&lt;p&gt;So I decided to replace it with my own product, but with the things their tool was missing. I spent about 8 months thinking it through and sketching different architectures to handle the load and the logic of the data processing pipeline. Then I learned to code in Go (which was surprisingly easy) and built an MVP.&lt;br&gt;
After some iterations, I worked on the frontend (Laravel + React) and kept improving the product based on user feedback.&lt;/p&gt;

&lt;p&gt;The features I couldn't find anywhere else:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Truly real-time data via streaming instead of polling.&lt;/li&gt;
&lt;li&gt;Merging data from different websites into one chart, so I can see at a glance whether traffic is unusual "today" compared to last week.&lt;/li&gt;
&lt;li&gt;A flexible dashboard, arranged like widgets on a phone.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I mostly worked on this quietly and didn't talk about it much on social media or anywhere else, since I'm a dev and not a marketer. This is my biggest project, and I've enjoyed the long journey.&lt;/p&gt;

&lt;p&gt;All of this happened before the AI era, which turned out to be good timing: I can work on the codebase knowing exactly what does what and where. Over the last 6 months I've experimented with using Claude on some parts of the project (only the frontend), but in limited areas:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Performance improvements (useMemo, etc.)&lt;/li&gt;
&lt;li&gt;Security reviews (not strictly needed, but reassuring when it confirms what I expected)&lt;/li&gt;
&lt;li&gt;CMS (blog section)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The tech stack:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Data processing pipeline: Go, Kafka, Redis, PSQL + TimescaleDB, Node.js&lt;/li&gt;
&lt;li&gt;Frontend: Laravel + React, MySQL&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That's the journey so far. If you like real-time as much as I do, you can check out &lt;a href="https://wireboard.io" rel="noopener noreferrer"&gt;WireBoard&lt;/a&gt; and tell me what you think.&lt;/p&gt;

&lt;p&gt;I'm also curious about the other side of this: for those who've done long solo builds, how did you keep the momentum going over the years?&lt;/p&gt;

</description>
      <category>analytics</category>
      <category>webdev</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
