Skip to content

hungdqdesign/AntiBridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

icon AntiBridge v1.2.0

A bridge between you and Antigravity.

Control your AI coding agent from any browser on the same network.
🌐 Remote Access: Use Tailscale to access from anywhere outside your LAN!

AntiBridge Logo


✨ Features

  • πŸ’¬ Real-time Chat - Send commands and receive AI responses instantly
  • πŸ“ Markdown Rendering - Code blocks, tables, lists with syntax highlighting
  • πŸ’Ύ Chat History - Your conversations persist across sessions
  • πŸ”„ Auto-reconnect - Automatically reconnects when connection drops
  • πŸŒ“ Dark Theme - Easy on the eyes for long coding sessions
  • 🌐 Remote Access - Use Tailscale for secure access from anywhere

πŸš€ Quick Start

1. First-time Setup

Double-click SETUP.bat to install dependencies (only needed once).

2. Start Antigravity with CDP

Double-click OPEN_ANTIGRAVITY.vbs - this opens Antigravity with remote debugging enabled.

3. Start Server

Right-click and select 'Run as administrator' START.bat - this starts the AntiBridge server.

4. Open in Browser

To find your PC's IP address, open Command Prompt and run ipconfig.


🌐 Remote Access with Tailscale

Want to access AntiBridge from outside your home/office network? Use Tailscale!

Setup Steps:

  1. Install Tailscale on both devices:

  2. Login with the same account on both devices

  3. Get Tailscale IP of your PC:

    • Open Tailscale on PC
    • Note the IP (usually 100.x.x.x)
  4. Access from anywhere:

    http://100.x.x.x:8000
    

Benefits:

  • βœ… Secure - End-to-end encrypted connection
  • βœ… No port forwarding - Works through NAT
  • βœ… Free tier - 100 devices free
  • βœ… Works on mobile data - Access from anywhere with internet

πŸ“‹ Requirements

  • Node.js 18+ - Download here
  • Antigravity IDE - Your AI coding agent
  • Windows 10/11
  • Tailscale (optional) - For remote access outside LAN

πŸ“ Project Structure

AntiBridge_v1.2.0/
β”œβ”€β”€ START.bat           # Start the server
β”œβ”€β”€ SETUP.bat           # First-time setup
β”œβ”€β”€ OPEN_ANTIGRAVITY.vbs # Open Antigravity with CDP
β”‚
β”œβ”€β”€ backend/            # Node.js server
β”‚   β”œβ”€β”€ server.js       # Main server file
β”‚   β”œβ”€β”€ routes/         # API endpoints
β”‚   └── services/       # Business logic
β”‚
β”œβ”€β”€ frontend/           # Web interface
β”‚   β”œβ”€β”€ index.html      # Main page
β”‚   β”œβ”€β”€ css/            # Styles
β”‚   └── js/             # JavaScript
β”‚
β”œβ”€β”€ scripts/            # Injection scripts
└── assets/             # Logo and icons

πŸ”’ Security Notes

  • Local Network Only - This tool is designed for use within your local network
  • No Internet Exposure - Never expose port 8000 to the internet
  • Trusted Network - No authentication is required (use on trusted networks only)

πŸ›  Troubleshooting

Server won't start

  • Make sure Node.js is installed: node --version
  • Run SETUP.bat to install dependencies

Can't connect from browser

  • Check if server is running (look for the console window)
  • Make sure firewall allows port 8000
  • Try http://localhost:8000 first

AI responses not showing

  • Make sure Antigravity is running with CDP (use OPEN_ANTIGRAVITY.vbs)
  • Check server console for CDP connection status

πŸ“„ License

MIT License

Copyright (c) 2026 Linh Ban Banh Bao

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.


🎬 Demo

πŸ“± Mobile Control

Mobile Demo

πŸ’» PC VIEW ANTIGRAVITY

PC Demo


πŸ‘¨β€πŸ’» Author

Linh Ban Banh Bao
🌐 Facebook
πŸ”— GitHub


AntiBridge - Making AI coding agents accessible from anywhere on your network.

About

AntiBridge - Use Antigravity AI Agent on your phone. Supports: Web βœ… | Android App πŸ“± (coming soon) | iOS 🍎 (future)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors