Pulkit
proof-of-work
blogs
open source

Open Source

Projects I maintain and contributions to the broader ecosystem.

Own Projects

multigravity-pro

2025•27 stars

Run multiple Antigravity IDE profiles at the same time — each with its own accounts, settings, and extensions. Supports Windows, macOS, and Linux.

CLIDeveloper ToolsIDEProductivity
Pulkit7070/multigravity-pro•ACTIVE

ferrokey

2026

Embedded key-value store in Rust. B-tree index, write-ahead log with CRC32 checksums and fsync guarantees, crash recovery, fixed 4096-byte page format. Zero runtime dependencies.

RustSystemsDatabaseStorage Engine
Pulkit7070/ferrokey•ACTIVE

Contributions

feat: add ErrorBoundary to prevent full-app crashes from component errors

2026

Contributed to Codelabz — a Google Summer of Code organization under c2siorg. Wrapped the app in an ErrorBoundary so isolated component failures no longer take down the entire UI.

GSoCReactError Handling
c2siorg/Codelabz•OPEN PR

fix: restrict Firestore and Storage security rules to require authentication

2026

Patched open read/write access in Codelabz (GSoC org) — Firestore and Storage security rules now enforce authenticated access only, closing an unauthenticated data exposure vector.

GSoCSecurityFirebase
c2siorg/Codelabz•OPEN PR

docs: clarify docker group activation and daemon requirement

2026

Documentation fix for Zulip — a major open source messaging platform and Google Summer of Code organization. Clarified setup steps that were causing confusion for new contributors.

GSoCDocsDocker
zulip/zulip•MERGED