All Projects

Every project I've built and want to share, filter by category or browse everything.

01
01

Tailor Track

In ProgressFull-Stack

Self-employed project

Jun 2026 - Present

A tailoring business management system for small and medium tailoring shops, built as a Turborepo monorepo with a Next.js web app, an Expo mobile app, and an Express + PostgreSQL API sharing a single validation layer.

  • Designed around the real day-to-day workflow of a family-run tailoring shop
  • Multi-shop workspaces with role-based membership (owner/staff)
  • Customer management with per-customer measurement records
Frontend: Next.js, React, TypeScript, Tailwind CSS, shadcn/ui, TanStack Query, ZustandMobile: Expo, React NativeBackend: Node.js, Express, BullMQ, REST APIs, ZodData: PostgreSQL, Prisma, RedisInfra: Turborepo
In development · not yet public
Read case study
02
02

Algorithmic Trading Platform

Professional ProjectFinTech

Engineered while at AlgoAcharya

Sep 2023 - May 2025

A trading platform for the Indian equities market, built during my time at a fintech startup. I focused primarily on the frontend, with some backend contributions.

  • Trading dashboard and portfolio views
  • Strategy and backtesting interfaces
  • GraphQL-driven data layer for efficient client-server communication
Frontend: Next.js, React, TypeScript, Tailwind CSS, shadcn/ui, Axios, ZustandBackend: Python, Django, Celery, GraphQL, REST APIsData: PostgreSQLInfra: Docker
Closed-source · professional project
Read case study
03
03

Shortify - URL Shortener

CompletedBackend

Self-employed project

Nov 2025

A URL shortener built to practice backend system design past basic CRUD. Combines deterministic hashing, MongoDB storage, and a tiered Redis cache to keep redirects fast as the mapping table grows.

  • Hash-based short ID generation using SHA-256 + Base62 encoding, scoped per user
  • Three-tier caching architecture with Redis (7-day TTL, refreshed on every hit)
  • Full CRUD API - create, redirect, delete, and list recent short URLs
Backend: Python, FastAPI, REST APIsData: MongoDB, RedisInfra: Docker, Docker Compose
View Source
Read case study
04
04

Hotel Reservation Platform

CompletedFull-Stack
May - Jun 2023

A full-stack hospitality marketplace inspired by Airbnb, built with Next.js and Prisma. Covers multi-provider auth, host listings with map-based search, and a full booking flow from browsing to reservation.

  • Multi-provider authentication - GitHub, Google, and email/password
  • Host workflow for creating listings with Cloudinary image uploads
Frontend: Next.js, React, TypeScript, Tailwind CSS, React-Leaflet, ZustandBackend: Node.js, NextAuth.js, CloudinaryData: Prisma, MongoDB
Code
Read case study
05
05

Spotify Clone - Music Streaming Platform

CompletedFull-Stack
Aug - Sep 2023

A full-stack music streaming app inspired by Spotify, built with Next.js and Supabase. Handles song uploads, playback, liked songs, and Stripe-powered premium subscriptions.

Frontend: Next.js, React, TypeScript, Tailwind CSS, Zustand · Backend: Node.js, Supabase, Stripe · Data: PostgreSQL

Code
Read case study
06
06

Messenger Clone - Real-Time Chat App

CompletedFull-Stack
May - Jul 2023

A real-time chat app built with Next.js, Prisma, and Pusher to get hands-on with real-time architecture beyond request/response CRUD. Supports one-on-one and group conversations, image messages, and live read receipts.

Frontend: Next.js, React, TypeScript, Tailwind CSS · Backend: Node.js, NextAuth.js, Pusher, Cloudinary · Data: MongoDB, Prisma

Code
Read case study