<?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: J J</title>
    <description>The latest articles on DEV Community by J J (@j_9ceed6d6053cd65b55).</description>
    <link>https://dev.to/j_9ceed6d6053cd65b55</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%2F3860563%2F5a135d22-de4f-4c2d-94d1-fa5f92cefac2.png</url>
      <title>DEV Community: J J</title>
      <link>https://dev.to/j_9ceed6d6053cd65b55</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/j_9ceed6d6053cd65b55"/>
    <language>en</language>
    <item>
      <title>I built an OpenClaw alternative that doesn't require self-hosting</title>
      <dc:creator>J J</dc:creator>
      <pubDate>Sat, 04 Apr 2026 06:59:47 +0000</pubDate>
      <link>https://dev.to/j_9ceed6d6053cd65b55/i-built-an-openclaw-alternative-that-doesnt-require-self-hosting-13ie</link>
      <guid>https://dev.to/j_9ceed6d6053cd65b55/i-built-an-openclaw-alternative-that-doesnt-require-self-hosting-13ie</guid>
      <description>&lt;p&gt;I've been fascinated by the rise of personal AI agents like OpenClaw and Manus. The idea of an AI that acts on your behalf—searching, scheduling, remembering—is compelling. &lt;/p&gt;

&lt;p&gt;But every time I tried one, the setup killed it for me. API keys, local installation, LLM provider config, permissions. By the time it was running, I'd spent an hour and still didn't have recurring tasks working.&lt;/p&gt;

&lt;p&gt;So I built Tether AI—a personal AI agent that lives inside Telegram. &lt;/p&gt;

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

&lt;ol&gt;
&lt;li&gt;Sign in with Google at &lt;a href="https://www.trytether.ai" rel="noopener noreferrer"&gt;https://www.trytether.ai&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;Link your Telegram&lt;/li&gt;
&lt;li&gt;Message @HeyTetherBot like a friend &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That's the entire setup. No API keys. No self-hosting. No app to install. &lt;/p&gt;

&lt;h3&gt;
  
  
  What it can do
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Web search:&lt;/strong&gt; ask it anything, it searches and summarizes.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reminders:&lt;/strong&gt; "remind me to call mom at 5pm."&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Memory:&lt;/strong&gt; remembers your preferences across conversations.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Voice &amp;amp; images:&lt;/strong&gt; send voice messages, understand images.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Google Calendar:&lt;/strong&gt; check and manage your schedule.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Recurring routines:&lt;/strong&gt; this is the big one.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Routines: the killer feature
&lt;/h3&gt;

&lt;p&gt;Set up a routine once and it runs forever. Example: &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;"Every weekday at 7am, send me a briefing with today's calendar, top tech news, and weather in San Francisco."&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;It runs while you sleep and delivers to your Telegram every morning. No prompting. No opening an app.&lt;/p&gt;

&lt;p&gt;This is what separates an agent from a chatbot. If it can't do anything while you're offline, it's just a chatbot.&lt;/p&gt;

&lt;h3&gt;
  
  
  Transparency
&lt;/h3&gt;

&lt;p&gt;Every action the agent takes is logged in a full activity feed. You can see exactly what tools it used, what it searched, and what it decided. No black box.&lt;/p&gt;

&lt;h3&gt;
  
  
  Tech stack
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Next.js (App Router)&lt;/li&gt;
&lt;li&gt;Claude (Anthropic) for reasoning&lt;/li&gt;
&lt;li&gt;Telegram Bot API&lt;/li&gt;
&lt;li&gt;Google APIs (Calendar)&lt;/li&gt;
&lt;li&gt;Vercel (hosting + cron jobs)&lt;/li&gt;
&lt;li&gt;PostgreSQL&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Try it
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;App:&lt;/strong&gt; &lt;a href="https://www.trytether.ai" rel="noopener noreferrer"&gt;https://www.trytether.ai&lt;/a&gt; (free to use, no credit card)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Community:&lt;/strong&gt; &lt;a href="https://t.me/TetherAICommunity" rel="noopener noreferrer"&gt;https://t.me/TetherAICommunity&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Happy to answer questions about the architecture or product decisions.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>openclaw</category>
      <category>telegram</category>
      <category>agents</category>
    </item>
  </channel>
</rss>
