Projects

Things I've built

</>

Yt-Learn

vibe coding

Convert any YouTube playlist into a paid course experience in 5 seconds. Caught 50k+ attention across the internet. https://x.com/ojhaverse23/status/1918195374335889569

TypeScriptNext.jsVercel
</>

agent-cloud

experiment

An intelligent CLI tool that analyzes your project and deploys it to AWS, GCP, or Azure with human-in-the-loop validation.

TypeScriptAWSGCPAzureCLI
</>

vsql-nanoid

community

A VillageSQL extension that generates short, URL-safe random identifiers. Port of the popular Nano ID library to C++ for use as a native database function.

C++VillageSQLExtensionNano ID
</>

TraceBackend

experiment

A multi-agent system that investigates production incidents through adversarial dialectical reasoning. Director orchestrates, Experts gather evidence, Critic verifies, Counsel argues against, Reporter writes the verdict.

TypeScriptMulti-AgentObservability
</>

vsql-luhn

community

A VillageSQL extension implementing the Luhn algorithm for validating and generating check digits. Useful for credit card numbers, IMEI, and other ID validation directly in SQL.

C++VillageSQLExtensionLuhn Algorithm
</>

one-password

learning

An API key management platform built in Golang. Manage, rotate, and secure your API keys in one place.

GoTypeScriptAPI KeysSecurity
</>

vsql-slugify

community

A VillageSQL extension that produces URL-safe slugs from text. Convert any string into a clean, hyphenated slug directly in your SQL queries.

C++VillageSQLExtensionSlugify
</>

SPIFFE Fun

learning

Zero to Zero Trust: A hands-on project demonstrating how to secure microservices using SPIFFE (Secure Production Identity Framework for Everyone). Built with Go and SPIRE.

GoSPIFFESPIREZero TrustSecurity
</>

vsql-pgjwt

community

A VillageSQL extension that signs, verifies, and decodes JSON Web Tokens directly in SQL. Supports HMAC (HS256, HS384, HS512) and RSA (RS256) signing algorithms.

C++VillageSQLExtensionJWT