<?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: Gil Klainert</title>
    <description>The latest articles on DEV Community by Gil Klainert (@olorin).</description>
    <link>https://dev.to/olorin</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%2F3827551%2F4a718c8c-9bed-498f-9d9f-becdbbe98587.jpg</url>
      <title>DEV Community: Gil Klainert</title>
      <link>https://dev.to/olorin</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/olorin"/>
    <language>en</language>
    <item>
      <title>I built a mobile workstation for Claude Code with 35+ tools the official app doesn't have</title>
      <dc:creator>Gil Klainert</dc:creator>
      <pubDate>Mon, 16 Mar 2026 15:26:02 +0000</pubDate>
      <link>https://dev.to/olorin/i-built-a-mobile-workstation-for-claude-code-with-35-tools-the-official-app-doesnt-have-3j44</link>
      <guid>https://dev.to/olorin/i-built-a-mobile-workstation-for-claude-code-with-35-tools-the-official-app-doesnt-have-3j44</guid>
      <description>&lt;p&gt;I recently shipped Claudette — a mobile app that adds 35+ instrumentation tools on top of SSH for Claude Code workflows. It started because the official Claude mobile app frustrated me: everything hidden behind chat bubbles, no way to see context usage or agent activity.&lt;/p&gt;

&lt;p&gt;What Claudette adds that the official app can't&lt;br&gt;
Context Monitor — a real-time gauge showing how much of Claude's 200k token window you've used, with a history chart, input/output token breakdown, and cumulative session cost in USD.&lt;/p&gt;

&lt;p&gt;Agent Tree Visualizer — when Claude spawns subagents, Claudette shows them as a live hierarchical tree. Each node displays status (active/completed), tool use count, token count, and duration.&lt;/p&gt;

&lt;p&gt;Task Progress Tracker — Claude's task list rendered as color-coded cards (pending, in-progress with pulse animation, completed) with an overall progress bar.&lt;/p&gt;

&lt;p&gt;Voice I/O — tap the floating mic to dictate prompts. When Claude finishes, an AI-powered summary is read aloud via text-to-speech. Optional conversation mode loops: Claude speaks, mic auto-opens.&lt;/p&gt;

&lt;p&gt;Structured Mode — toggle mid-session between raw terminal output and a conversation view where tool use, text, and results are shown as distinct message blocks.&lt;/p&gt;

&lt;p&gt;File Browser — navigate remote directories over SFTP, preview files, edit text with unsaved-changes indicator.&lt;/p&gt;

&lt;p&gt;Plus: extended keyboard row, multi-tab sessions, hooks editor, CLAUDE.md viewer, prompt snippets, Bonjour discovery, Wake-on-LAN.&lt;/p&gt;

&lt;p&gt;How it works&lt;br&gt;
Claudette connects to your Mac via SSH. Three real-time parsers process the terminal output:&lt;/p&gt;

&lt;p&gt;AgentActivityParser — detects agent spawns from box-drawing characters and status lines&lt;br&gt;
TaskActivityParser — recognizes unicode markers for task status&lt;br&gt;
ContextUsageParser — extracts token counts and costs from multiple output formats&lt;br&gt;
The parsers feed the UI overlays: context gauge, agent tree, task tracker.&lt;/p&gt;

&lt;p&gt;Setup&lt;br&gt;
npx claudette setup&lt;br&gt;
Scan the QR code. Connected.&lt;/p&gt;

&lt;p&gt;For remote access: Olorin Relay (zero config, E2E encrypted), Tailscale (peer-to-peer), or Cloudflare Tunnel.&lt;/p&gt;

&lt;p&gt;Pricing &amp;amp; source&lt;br&gt;
$1.99 one-time. No subscription. Open source on GitHub.&lt;/p&gt;

&lt;p&gt;Android: &lt;a href="https://play.google.com/store/apps/details?id=com.olorin.claudette" rel="noopener noreferrer"&gt;https://play.google.com/store/apps/details?id=com.olorin.claudette&lt;/a&gt; iOS: TestFlight (App Store coming soon)&lt;/p&gt;

&lt;p&gt;Side-by-side comparison videos at &lt;a href="https://claudettemobile.com" rel="noopener noreferrer"&gt;https://claudettemobile.com&lt;/a&gt; — same task on both apps. The difference is striking.&lt;/p&gt;

</description>
      <category>claudecode</category>
      <category>opensource</category>
      <category>android</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
