Show HN: OpenGravity – A zero-install, BYOK vanilla JS clone of Antigravity
OpenGravity is an open-source, zero-dependency vanilla JS browser IDE built by a student to replicate Google Antigravity, using the WebContainer API and a bring-your-own-key model.
Hi. I’m a high school student studying for my GCSEs. I was using Google Antigravity heavily for my side projects, but I kept hitting the usage limits, and getting random "agent terminated" errors. So I decided to try build my own version of the IDE. I love the UI, so I copied it as accurately as possible, and then hooked up some logic into it, including the INCREDIBLY finicky webcontainer api.I tried to keep it super lightweight, no build steps, or dependencies, and now that its open source, I'm hoping people can build things on top of it that arent possible with closed source tools, like complex custom agent workflows.Some screenshots: - https://github.com/ab-613/OpenGravity/blob/main/examples/scr...
- https://github.com/ab-613/OpenGravity/blob/main/examples/htm...What it's made from:- Pure Vanilla JS: no react, vue, or build step. Built entirely in plain HTML/CSS/JS to keep it super lightweight.- WebContainer API and xterm.js: Instead of faking a terminal, I (after much pain) hooked up the WebContainer API so the AI agent has a real, in browser linux environment to run shell…