Stripped the best feature out of Google Antigravity and made it open source
DEV Community [Unofficial]
July 1, 2026
Google Antigravity has this cool feature that bridges your IDE to a live browser tab using chrome extension where the AI model has access to live UI debugging capabilities.
Built that exact visual debugging capability from scratch as an open-source tool, drop the paywall, works with all IDEs (VS code, Cursor, Warp, you name it)
Checkout: repo - https://github.com/DharuNamikaze/Gravity-lite npm package - https://www.npmjs.com/package/gravity-lite
the writeup - https://dharun-builds.vercel.app/blog/gravity
Discussion in the ATmosphere