Proof of Work
I enjoy building projects with a product mindset. Here are a few of myfavorites.
AI-powered platform that converts natural language prompts into deployable full-stack applications with live preview. Built LangGraph-based agent to generate project structure, code files, and configurations from user prompts. Integrated E2B sandbox runtime for secure execution with real-time preview and editing (Monaco). Implemented one-click deployment pipeline to Cloudflare Pages via Wrangler. Designed authentication, persistent projects, and versioning using Prisma and PostgreSQL.
Real-time quiz platform enabling live contests with synchronized participants and dynamic leaderboards. Architected TypeScript monorepo (Turborepo + pnpm) with Next.js frontend and Express backend. Implemented live contest state and leaderboard computation using Redis with TTL-based storage. Built synchronized hosting mode with instant scoring updates. Containerized PostgreSQL and Redis using Docker Compose.
Node-based workflow automation platform inspired by n8n for building async integrations visually. Developed node-based execution engine supporting async flows, webhooks, retries, and branching logic. Implemented integrations for Email, Telegram, REST APIs, and database queries. Designed workflow persistence, versioning, authentication, and execution logs. Built using TypeScript, Node.js, Express, Prisma, PostgreSQL, and React.
Real-time collaborative drawing application where multiple users can draw together on a shared canvas. Built to be lightweight, fast, and easy to use for brainstorming, sketching, or collaborative note-taking. Features real-time sync, color and brush size options, eraser and clear canvas tools, room-based collaboration, and a responsive interface.