<?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: vecartier</title>
    <description>The latest articles on DEV Community by vecartier (@vecartier).</description>
    <link>https://dev.to/vecartier</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%2F3869099%2Fe38ac3b3-0ca7-4c82-b007-99f511a7a504.jpeg</url>
      <title>DEV Community: vecartier</title>
      <link>https://dev.to/vecartier</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vecartier"/>
    <language>en</language>
    <item>
      <title>CC-Beeper: a retro pager for Claude Code (native macOS, vibe coded, open source)</title>
      <dc:creator>vecartier</dc:creator>
      <pubDate>Tue, 14 Apr 2026 07:54:31 +0000</pubDate>
      <link>https://dev.to/vecartier/cc-beeper-a-retro-pager-for-claude-code-native-macos-vibe-coded-open-source-48a1</link>
      <guid>https://dev.to/vecartier/cc-beeper-a-retro-pager-for-claude-code-native-macos-vibe-coded-open-source-48a1</guid>
      <description>&lt;h2&gt;
  
  
  The problem
&lt;/h2&gt;

&lt;p&gt;I use Claude Code every day. The issue is that I keep getting pulled into other work, and when I come back Claude's been done for 15 minutes, or it's been stuck waiting for a permission I didn't see.&lt;/p&gt;

&lt;p&gt;I wanted something that would sit on my desktop and keep me in the loop without having to keep the terminal visible.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;CC-Beeper is a floating macOS widget shaped like a retro pager. It started as a simple status monitor but grew into something more.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fo3aq06ad1lvhball2r6z.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fo3aq06ad1lvhball2r6z.gif" alt=" " width="1270" height="760"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's got a little LCD screen that shows what Claude is doing in real time. But more than just monitoring, you can interact through it: approve or deny permissions, talk to Claude by voice, get spoken recaps when tasks finish. Four auto-accept modes (Strict, Relaxed, Trusted, YOLO) if you don't want to be asked. Hotkeys for everything. Always on top.&lt;/p&gt;

&lt;p&gt;I'm a designer and I love retro stuff, so went a bit far with the design: 10 color themes, pixel art animations, three sizes, clap-to-dictate. Everything runs locally, no accounts, no telemetry.&lt;/p&gt;

&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;

&lt;p&gt;CC-Beeper uses Claude Code's hook system:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;CC-Beeper runs a local HTTP server via Apple's NWListener&lt;/li&gt;
&lt;li&gt;Claude Code POSTs events (tool use, permission requests, task completion) to it&lt;/li&gt;
&lt;li&gt;CC-Beeper parses events and updates the pager UI&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;No polling. No file watching. Direct event delivery.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;p&gt;100% Swift + SwiftUI. All Apple native frameworks, zero external dependencies. On-device speech recognition (WhisperKit + Apple Speech) and TTS (Kokoro + Apple). No Electron, no Node, no runtime.&lt;/p&gt;

&lt;h2&gt;
  
  
  Background
&lt;/h2&gt;

&lt;p&gt;I'm a product designer, not a developer. The whole app is vibe coded with Claude Code. First open source project, for sure imperfect, but I wanted to see how far I could push vibe coding as a non-technical person. Not affiliated with Anthropic.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;Free and open source.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Install:&lt;/strong&gt; &lt;code&gt;brew install --cask cc-beeper&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Repo:&lt;/strong&gt; &lt;a href="https://github.com/vecartier/cc-beeper" rel="noopener noreferrer"&gt;github.com/vecartier/cc-beeper&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>claudecode</category>
    </item>
  </channel>
</rss>
