This repository contains the complete source code for the Antigravity system, consisting of a Node.js server and a Flutter mobile application.
- server/: The Node.js server (
antigravity-monitor-server) that acts as a bridge to browser chat sessions. - mobile/: The Flutter mobile client (
bconnect_mobile) for monitoring and interacting with the system.
Please refer to the README files in each subdirectory for specific setup and running instructions.
We are looking for contributors! If you're interested in helping, here are some features we're planning to add:
- Multi-Tab Support: Allow switching between different browser tabs from the mobile app.
- Session Recording: Record chat sessions and play them back later.
- Multiple Servers: Save and switch between multiple Antigravity server instances.
- Advanced Visualization: Better rendering of complex HTML elements and custom styles.
- Live AI Analysis: Use local or remote LLMs to summarize chat context in real-time.
- Desktop Client: Support for macOS, Windows, and Linux via Flutter.
Feel free to open an issue or submit a pull request!
This project is licensed under the MIT License - see the LICENSE file for details.