Watch this video to see the studio in action and learn how to use Gravity Recorder:
Zero setup. Zero lag. 100% Privacy.
Most screen recorders require logins, upload your data to their servers, and hit you with subscription walls. Gravity is built differently.
| Feature | Loom / Tella / Cap | Gravity Recorder |
|---|---|---|
| Price | Paid Subscriptions | $0 (100% Free) |
| Privacy | Stored on Cloud | Local-First (Privacy) |
| Login | Mandatory Account | No Login Required |
| Setup | Docker / S3 / SQL | Zero Infrastructure |
| Aesthetics | Generic | Studio-Grade UI |
- 🎨 Multi-Layer Gallery: Overlay your webcam on your screen with real-time scaling and styling.
- 🔳 Shape-Shifting Webcam: Switch between Circle, Square, and Rounded patterns instantly.
- 📍 Draggable Studio: Move your webcam and UI elements anywhere on the canvas while recording.
- 📂 Hybrid Cloud Sync: Integrated with Google Drive API. Keep the source local, share the link in seconds.
- ⚙️ Direct Hardware Access: Zero-lag recording using direct-to-disk chunking via the File System Access API.
Gravity uses the Browser File System Access API. We don't have a backend to store your videos. When you hit save, the browser writes the stream directly to a folder you select on your computer. Your data never touches our servers.
Gravity is optimized for Chromium-based browsers (Chrome, Edge, Brave) which support the advanced File System and Media Capture APIs.
Gravity is a high-performance Web Studio accessible directly via the web. Standalone Electron builds (.exe/.dmg) are currently in development.
Gravity is primarily a Web-First Studio. You can use the full production version today at gravityrecorder.com.
For those who want to test the latest experimental features or help us debug the upcoming standalone releases:
- Web Pre-releases: Hosted on our
betabranch. - Desktop Alpha: Coming soon to our Releases.
-
Clone & Install:
git clone https://github.com/uzairkath/gravityRecorder.git cd gravityRecorder npm install -
Launch Development:
npm run dev
-
Production Build:
npm run build
We welcome everything from bug reports (Vibe-fixes) to deep architectural updates. Check out our CONTRIBUTING.md to get started.
This project is licensed under the MIT License.


