Projects.

Container runtimes, distributed storage, p2p systems, and developer tooling, mostly in Go. Plus the indie products I'm building on the side.

Building

Two products I'm bootstrapping solo. Closed source, for now.

Selected work & open source

Aquanode

with Ansh

GPU cloud platform for ML/AI teams: deploy on H100/A100-class GPUs across many providers and pay only while in use. Built the core Go backend, Mjolnir (a control-plane API tracking GPU deployment state across DataCrunch, Hyperstack, Nebius and more) and Ogre (a distributed daemon on the GPUs for backups, health checks, and better GPU utilization).

Go GPU cloud
aquanode.io

Dockerium

Minimal rootless container runtime built on Linux namespaces and the Docker API; Xontainer adds rootless user/mount/PID-namespace sandboxing for OCI-style isolation.

Go Containers
Vandit1604/dockerium

Phile Storage

Content-addressed P2P storage (CIDv1, sha2-256) over go-libp2p, with Ed25519 PeerID identity, Kademlia DHT routing, and a custom block-transfer stream protocol for trustless, deduplicated retrieval.

Go libp2p
Vandit1604/phile-storage

GO-LB

A simple load balancer written in Golang with round-robin architecture and passive health checks.

Go Networking
Vandit1604/go-lb

EmailGuard

Fast, practical Go package for filtering disposable or masked email domains, built for B2B SaaS signup validation.

Go Package
Vandit1604/emailguard

Jenkins.io Alternative Tools

Developed a versioned documentation site as a drop-in replacement for Jenkins CI.

Antora Docs
Vandit1604/jenkins-docs