<?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: 42Nekit123</title>
    <description>The latest articles on DEV Community by 42Nekit123 (@42nekit123).</description>
    <link>https://dev.to/42nekit123</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4121837%2F09089dcf-c438-4705-9763-3204977c8fd3.png</url>
      <title>DEV Community: 42Nekit123</title>
      <link>https://dev.to/42nekit123</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/42nekit123"/>
    <language>en</language>
    <item>
      <title>Wanted a way to prompt Google Antigravity from my phone, so I built an open-source bridge</title>
      <dc:creator>42Nekit123</dc:creator>
      <pubDate>Sat, 12 Sep 2026 07:34:37 +0000</pubDate>
      <link>https://dev.to/42nekit123/wanted-a-way-to-prompt-google-antigravity-from-my-phone-so-i-built-an-open-source-bridge-2jb4</link>
      <guid>https://dev.to/42nekit123/wanted-a-way-to-prompt-google-antigravity-from-my-phone-so-i-built-an-open-source-bridge-2jb4</guid>
      <description>&lt;p&gt;Got tired of having to sit in front of my monitor just to check if Antigravity finished a long task or to send a quick follow-up prompt while I'm in another room or away from my desk.&lt;/p&gt;

&lt;p&gt;Most remote setups I looked at were doing screen capture or fake mouse clicking, which is super clunky and takes over your actual cursor.&lt;/p&gt;

&lt;p&gt;Since Antigravity runs on Electron, it exposes a local DevTools port (&lt;code&gt;DevToolsActivePort&lt;/code&gt;). So I ended up throwing together a small Python bridge that connects to it via Chrome DevTools Protocol (CDP) and routes messages through a Telegram bot interface. &lt;/p&gt;

&lt;p&gt;It runs completely in the background, doesn't mess with your mouse, and lets you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Switch between workspace projects&lt;/li&gt;
&lt;li&gt;Create new chats&lt;/li&gt;
&lt;li&gt;Send prompts directly from your phone&lt;/li&gt;
&lt;li&gt;Receive responses and notifications&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The whole thing is open source under MIT:&lt;br&gt;&lt;br&gt;
GitHub Repo: &lt;a href="https://github.com/42Nekit123/antigravity-telegram-bridge" rel="noopener noreferrer"&gt;https://github.com/42Nekit123/antigravity-telegram-bridge&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The CDP automation layer is decoupled from the bot logic, so it should be pretty straightforward to adapt this for Discord or other Electron-based AI tools like Cursor, Claude Code, or Codex if anyone wants to fork it.&lt;/p&gt;

&lt;p&gt;Let me know what you think or if there's anything obvious I should add to it!&lt;/p&gt;

</description>
      <category>python</category>
      <category>opensource</category>
      <category>ai</category>
      <category>devtools</category>
    </item>
  </channel>
</rss>
