Full-stack engineer and open-source builder based in Kerala, India. I write production-grade TypeScript and Python across the whole stack — from REST APIs and database schemas to VS Code extension APIs and LLM integration layers.
Currently building Zenith CMS — an open-source multi-tenant headless CMS targeting production-grade infrastructure. Core work spans per-tenant schema isolation, HMAC-signed API request signing, section-based page editing, and a built-in AI proxy layer — all in a Turborepo TypeScript monorepo backed by Drizzle ORM and PostgreSQL.
Also the author of zenith-terminal-buddy — a VS Code extension that intercepts live terminal output and routes it through an LLM pipeline for real-time error analysis, fix suggestions, and dangerous-command interception.
Zenith CMS is a production-grade open-source headless CMS built for multi-tenant SaaS. Implements strict per-tenant schema isolation, HMAC-signed API security, section-based page composition, and a native AI proxy layer, all in a TypeScript monorepo.
| Layer | Tech |
|---|---|
| Monorepo | Turborepo · TypeScript |
| API | Node.js · Express · HMAC signing |
| Database | PostgreSQL · Drizzle ORM · per-tenant isolation |
| AI Layer | LLM proxy · Ollama integration |
| Auth | JWT · multi-tenant RBAC |
- Engineered strict database multi-tenancy utilizing Drizzle ORM and PostgreSQL with dynamic runtime connection pooling.
- Designed a stateless HMAC API request signing layer to enforce message integrity across distributed services.
- Developed an abstract component serialization protocol for section-based visual layouts with local AI content automation proxies.
- Intercepts standard streams (stdout/stderr) inside the VS Code terminal runner using extension API hooks.
- Implemented a zero-latency local context parser that optimizes prompt assembly for local inference engines.
- Constructed an AST-like shell parsing pattern to evaluate runtime command chains and prevent dangerous filesystem side effects.
✦ PRISM
- Developed an asynchronous web scraping engine designed with proxy rotation and rate-limit backoffs to harvest product indices.
- Integrated the Google Cloud Vision API pipeline to parse unmapped graphic text payloads into structured search vectors.
✦ NEXMART
- Architected a modular frontend workspace optimized for complex client state lifecycles and component composition.
- Reduced frame rendering bottlenecks across large interactive grid layouts via systematic virtual scroll implementations.