Projects

AI SaaS Chatbot (MERN + OpenAI) — Demo: Fake AI

A secure, responsive chatbot experience using a mocked AI backend to demonstrate streaming-style UX without real keys.

ReactNode conceptsOpenAI (mock)Kafka (concept)Docker (concept)
  • Fake AI demo: instant responses via Next.js API route.
  • UI supports chat history, code blocks, and quick actions.
  • Later: swap fake API with your real backend or OpenAI route.

AI Personal Assistant (Next.js + Convex + Eden AI) — Demo: Mock Gmail

Mocked Gmail-auth flow and assistant actions to showcase product UX (no real auth needed).

Next.jsAuth UI (mock)Microservices (concept)Docker/K8s (concept)
  • Mock Gmail sign-in/out UI.
  • Assistant actions: generate email, grammar check, YouTube script — all mocked.
  • Later: connect real auth + backend endpoints.

Smart Vote (Blockchain) — Demo: Simulated Wallet + Voting

A simulated voting app with dummy wallet connect and tamper-proof-style UI (no chain required).

Solidity (concept)SecurityEncryption (concept)UI simulation
  • Dummy wallet connect flow.
  • Vote casting + results tally simulated locally.
  • Later: integrate testnet + contract calls.