<?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: AlexanderME</title>
    <description>The latest articles on DEV Community by AlexanderME (@alexanderestrella).</description>
    <link>https://dev.to/alexanderestrella</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%2F3952561%2F2e1bcde4-d182-4673-9567-437321e13413.jpeg</url>
      <title>DEV Community: AlexanderME</title>
      <link>https://dev.to/alexanderestrella</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alexanderestrella"/>
    <language>en</language>
    <item>
      <title>ATerminal: Build with AI on the Go - A Self-Hosted Browser Terminal for Your Home Machine (Tailscale + PWA + ntfy)</title>
      <dc:creator>AlexanderME</dc:creator>
      <pubDate>Tue, 26 May 2026 12:11:03 +0000</pubDate>
      <link>https://dev.to/alexanderestrella/aterminal-build-with-ai-on-the-go-a-self-hosted-browser-terminal-for-your-home-machine-3f5d</link>
      <guid>https://dev.to/alexanderestrella/aterminal-build-with-ai-on-the-go-a-self-hosted-browser-terminal-for-your-home-machine-3f5d</guid>
      <description>&lt;h2&gt;
  
  
  Intro
&lt;/h2&gt;

&lt;p&gt;I built a terminal server that runs on my home machine and lets me open a full shell from my iPhone. No cloud, no relay, no App Store. Here's how it works and why I made some of the choices I did.&lt;/p&gt;




&lt;h2&gt;
  
  
  Section: The Problem with Existing Tools
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;Brief walkthrough of why ttyd, tmate, and raw SSH from mobile all have meaningful tradeoffs for the "check your home machine from anywhere" use case.&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Section: Why Tailscale Serve (Not Funnel, Not a Reverse Proxy)
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;Explains the decision to use &lt;code&gt;tailscale serve&lt;/code&gt; specifically — how it provides HTTPS, a stable URL, and tailnet-only access without any router config or cert management. Why this was the right tradeoff versus self-hosting a reverse proxy or using &lt;code&gt;tailscale funnel&lt;/code&gt;.&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Section: The Terminal Stack: xterm.js + Socket.IO
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;Short technical explanation of how the browser terminal works — xterm.js renders the frontend, Socket.IO streams the PTY output, Node.js spawns the shell process. What the latency characteristics look like in practice over Tailscale.&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Section: PWA on iPhone — What Works and What Doesn't
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;Honest assessment of the PWA terminal experience on iOS. What works well (add to home screen, full-screen mode), what's still rough (keyboard behavior, copy/paste quirks), and what I'd change.&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Section: ntfy Integration for Session Notifications
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;How the ntfy push notification setup works — fires when a session exits. Why this is useful for long builds or monitoring agent processes. How to configure it with a self-hosted ntfy instance.&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Section: Setup and Getting Started
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;One-command setup walkthrough. Prerequisites (Node.js, Tailscale), what &lt;code&gt;npm run setup:tailscale&lt;/code&gt; actually does, and how to verify it's working.&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Section: What's Missing / Roadmap
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;Honest list of rough edges: session persistence across reloads, multi-machine dashboard maturity, mobile keyboard quirks. What I'm actively working on.&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Closing
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;Link to GitHub, invitation for feedback, note on AGPL-3.0 licensing.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/AlexanderEstrella/ATerminal" rel="noopener noreferrer"&gt;https://github.com/AlexanderEstrella/ATerminal&lt;/a&gt;&lt;/p&gt;

</description>
      <category>selfhosted</category>
      <category>node</category>
      <category>tailscale</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
