Open a browser based coding workspace with a real terminal, without installing any software.
Use your own Gemini API key to have an AI agent set up projects and edit files for you.
Try out an Antigravity style interface for free if you have hit rate limits on the original tool.
Contribute code to an early stage open source project that needs better agent logic and UI polish.
| ab-613/opengravity | pandorareads/apex-dashboard | abdelstark/awesome-jepa | |
|---|---|---|---|
| Stars | 178 | 135 | 119 |
| Language | CSS | CSS | CSS |
| Setup difficulty | moderate | easy | easy |
| Complexity | 3/5 | 1/5 | 1/5 |
| Audience | vibe coder | general | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires a local server and your own Gemini API key, only Gemini models are supported out of the box.
OpenGravity is a browser-based coding workspace built with plain HTML, CSS, and JavaScript, meant to work as a free clone of Google's Antigravity interface. It requires no installation: you just serve the project files and open them in a browser. The creator built it after running into rate limits on the original Google tool and wanted something similar without the restrictions, so they used Google AI Studio and Gemini to recreate the look and basic behavior of that interface. Inside the browser, OpenGravity gives you a real terminal (powered by a project called WebContainer API, shown through a tool called xterm.js) that behaves like a Linux command line, along with a file system that stays in sync with your local files. A built in agent can read your instructions, run commands in that terminal, and edit files on its own to carry out basic coding tasks, such as setting up a new project and installing packages. This is a bring your own key tool, meaning you supply your own Gemini API key rather than paying the maker for access. Right now it only works with Google's Gemini models, and the key is entered through a small icon in the interface, then stored privately in your browser rather than sent to any outside server. The project describes itself as an early, work in progress alpha. The author is a student who built this in their spare time and says the agent logic, orchestration, and interface still need real work from other contributors, including support for AI providers besides Gemini, better handling of complex tasks, and a proper settings screen. OpenGravity is released under the GPL-3.0 license, which requires that any modified versions you share stay open source under the same terms.
A free, browser-based clone of Google's Antigravity coding interface that runs a real terminal and an AI agent using your own Gemini API key.
Mainly CSS. The stack also includes HTML, CSS, JavaScript.
You can use and modify this freely, but if you distribute a modified version you must release its source code under the same GPL-3.0 license.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.