projects.json

Project archivewith live routes

A compact build log for product surfaces, backend systems, and deployment-ready experiments. Each project keeps its own inspectable route for stack, links, and implementation notes.

featured projects0
categories0
open source refs0
featured.work

featured

20 case studies
projects.db
01
01 // CASE STUDY

Rollease

A production-grade, database-backed feature flag SDK for Node.js, React, and Next.js. Provides a framework-agnostic evaluation engine with adapters for in-memory, Sequelize, Prisma, and Drizzle. Supports targeting rules, staged rollouts, scheduled releases, and real-time frontend integration via SSE.

TypeScriptNode.jsReactNext.jsPostgreSQLRedis+2
Inspect project
02
02 // CASE STUDY

OCPP WebSocket CLI

A breathtakingly fast, immensely powerful suite of CLI tools for OCPP 1.6 / 2.0.1 / 2.1 charge point management systems. Features a terminal-based Virtual Charge Point, distributed load testing engine, server sent events mock server, production security auditing, and protocol chaos fuzzer.

TypeScriptNode.jsCLIWebSocketsOCPPLoad Testing
Inspect project
03
03 // CASE STUDY

OCPP Protocol Proxy

A transport-agnostic OCPP version translation proxy. Enables legacy OCPP 1.6 charge points to communicate with modern OCPP 2.1 central systems without rewriting firmware. Features pluggable middleware, stateful session management, and spec-compliant presets.

TypeScriptNode.jsOCPPMiddlewareEvent-Driven Architecture
Inspect project
04
04 // CASE STUDY

OCPP Smart Charge Engine

A library-agnostic OCPP smart-charging constraint solver that fairly and safely distributes a site's grid power across EV chargers via OCPP's SetChargingProfile command. Ships three strategies — Equal Share, Priority, and Time-of-Use — with profile builders for OCPP 1.6, 2.0.1, and 2.1, strict TypeScript types, and zero runtime dependencies.

TypeScriptNode.jsOCPPSmart ChargingWebSockets
Inspect project
05
05 // CASE STUDY

OCPP Web Simulator

A production-ready browser-based charge point emulator built on Next.js. Emulates real charging stations visually without hardware, allowing you to seamlessly connect to a CSMS and manually trigger core OCPP workflows.

Next.jsReactTypeScriptWebSocketsOCPP
Inspect project
06
06 // CASE STUDY

Voltlog

A modern, type-safe, zero-dependency structured logger built for high-throughput, real-time infrastructure such as IoT platforms and WebSocket servers. Isomorphic across Node.js, Bun, Deno, and the browser, with built-in middleware that automatically redacts sensitive data (PII, tokens) and configurable sampling that preserves 100% of errors while thinning high-volume debug noise.

TypeScriptNode.jsBunDenoObservability
Inspect project
07
07 // CASE STUDY

ocpp-ws-io

An open-source, TypeScript-first OCPP-J WebSocket RPC library for Node.js with end-to-end type safety. Implements the full OCPP-J specification across 1.6, 2.0.1, and 2.1 with version-aware call() / handle() APIs, auto-generated types, all four OCPP security profiles, JSON-schema validation, auto-reconnect, and Redis-based clustering. Framework-agnostic — runs standalone or integrates with Express, Fastify, and NestJS.

TypeScriptNode.jsWebSocketsAjvRedisOCPP
Inspect project
08
08 // CASE STUDY

OqronKit

A crash-safe, adapter-driven background job engine for Node.js. Provides task queues, distributed workers, schedulers, rate limiters, caching, and pub/sub built on a shared adapter layer allowing seamless scaling from in-memory to Redis or PostgreSQL.

Node.jsTypeScriptRedisPostgreSQLEvent-Driven ArchitectureObservability
Inspect project
09
09 // CASE STUDY

API Studio

A modern, self-hostable API testing and development tool built with Next.js 16 and React 19. Supports REST, GraphQL, WebSocket, Socket.IO, and Server-Sent Events with comprehensive authentication (Basic, Bearer, OAuth 1.0/2.0, Digest, API Key, HMAC), environment variables, collections, cookie management, code generation to 20+ languages, and real-time team collaboration.

Next.jsReactTypeScriptPostgreSQLPrismaBetter Auth+4
Inspect project
10
10 // CASE STUDY

Project Management System

A full-stack project management application built with React, TypeScript, Node.js, and MongoDB. This system provides comprehensive workspace management, project tracking, and task organization with role-based access control.

Next.jsReactTypeScriptPostgreSQLPrismaBetter Auth+4
Inspect project
11
11 // CASE STUDY

NoteSpace

A Next.js note-taking app with a rich, WYSIWYG slash-command ("/") editor and multi-organization support — users can create organizations, invite teammates, and manage all their notes from a single dashboard. Planned scope: real-time collaborative editing and a Trello-style task board for a student mindspace.

Next.jsReactTypeScriptCloudinarytRpcTailwind CSS+1
Inspect project
12
12 // CASE STUDY

Scheduler

Automated scheduling software that makes finding meeting times easy: connect your calendar, choose which calendars Scheduler checks, and define meeting durations for others to book — no back-and-forth required.

Next.jsReactTypeScript
Inspect project
13
13 // CASE STUDY

Code Screenshot Maker

A web tool that turns code into polished screenshot images, with automatic language detection, 10+ themes, 15+ supported languages, and 6+ customization options to fine-tune the look and feel of each shot.

Next.jsReactTypeScriptTailwind CSS
Inspect project
14
14 // CASE STUDY

NirvanaMeet — Business & Partner Portals

As an intern at Niladvantage Technologies, built the Business and Partner web portals for NirvanaMeet, a video-conferencing platform, and integrated the Cashfree payment gateway for in-app payments.

Next.jsReactNode.jsTailwind CSSMaterial UIMongoDB
Inspect project
15
15 // CASE STUDY

Web3 Twitter Clone with NFT Profiles

A Twitter clone with posts, comments, likes, and profiles — plus cover/profile image uploads and NFT-enabled profile images backed by a Solidity smart contract, MetaMask, and Alchemy. Built on Next.js with Firebase Firestore and Storage.

Next.jsReactFirebaseSolidityWeb3Alchemy
Inspect project
16
16 // CASE STUDY

Video Classification & Metadata Generation (SIH)

An ISRO problem statement built for the Smart India Hackathon: a Python deep-learning pipeline using CNNs and RNNs to interpret video frames, classify the video, and generate metadata as CSV. Built with OpenCV, Pandas, and TensorFlow.

PythonTensorFlowOpenCVPandasDeep Learning
Inspect project
17
17 // CASE STUDY

Library Management System

A desktop library management system with full offline functionality — book inventory and report generation for all book transactions. Built with Java (JDBC, Swing) and SQLite, packaged as a standalone installer bundling the JRE.

JavaJDBCJava SwingSQLite
Inspect project
18
18 // CASE STUDY

Command-Based Voice Assistant

A Python voice assistant built during COVID to automate day-to-day tasks — answering questions and pulling information from the web using libraries like pyttsx3, SpeechRecognition, Wikipedia, and pywhatkit.

PythonSpeechRecognitionpyttsx3pywhatkit
Inspect project
19
19 // CASE STUDY

Bank Management System

A console-based bank management application in C++ with offline functionality — account creation with Aadhaar validation, per-field validation, and money/account transaction management, persisted via file-based I/O streams.

C++File I/O
Inspect project
20
20 // CASE STUDY

School Council Election System

A student council election system with offline functionality — adding candidates, casting votes against existing admission numbers, and generating election results. Built with Java (JDBC, JavaFX) and a MySQL database.

JavaJDBCJavaFXMySQL
Inspect project
query successconnected
tech.stack

stack index

9 categories
stack.cfg
Programming Languages
Frameworks & Libraries
Databases
Messaging Queues/PubSub
Telemetery & Monitoring
Tools & Technologies
DevOps
ORMs
Protocols
read-only activeconnected
open.source

open source

11 references
open_source.log
OqronKit
A crash-safe, adapter-driven background job engine for Node.js. Queues, workers, schedulers, and pub/sub.
rollease
Framework-agnostic feature flag SDK — targeting rules, rollouts, releases. Server and client on the same plane.
ocpp-protocol-proxy
Transport-agnostic OCPP version translation proxy supporting any-to-any translation (1.6 ↔ 2.1) with middleware.
ocpp-ws-cli
The ultimate CLI ecosystem for OCPP-J — terminal simulator, benchmark engine, and protocol fuzzer.
ocpp-ws-simulator
Browser-based visual Charge Point Emulator built with Next.js bridging directly to your CSMS via WebSocket.
ocpp-ws-io
Type-safe OCPP-J WebSocket RPC library for Node.js — version-aware APIs, schema validation, and Redis clustering.
ocpp-smart-charge-engine
Library-agnostic OCPP smart-charging constraint solver with Equal Share, Priority, and Time-of-Use strategies.
voltlog-io
Modern, type-safe, zero-dependency structured logger built for high-throughput, real-time infrastructure.
ocpp-rpc
A robust WAMP-like RPC-over-websocket implementation for all OCPP protocols. Contributed to security logic.
coolify
An open-source & self-hostable Heroku / Netlify / Vercel alternative. Contributor to core features.
motion-primitives
A UI kit featuring beautifully designed motion components for rapid interface development. Contributor to core components.
mirrored liveconnected
RT