harshithasompura
← All work
SuccessBaba screenshot

SuccessBaba

Type
AI · Consumer
Year
2025
Role
Design + full-stack, solo
Status
live
successbaba.comPrivate repo

Overview

A consumer product that gives business direction advice through a conversational interface. The brief was an advisor that felt like a conversation rather than a form, so the streaming behaviour mattered as much as the answer quality.

I owned the UX, the landing page, and the entire application: the Gemini integration, prompt architecture, the SSE pipeline that streams tokens to the browser, and the conversation memory that keeps context across a session.

What I built

  • Server-sent events pipeline streaming Gemini output token-by-token, with reconnect handling
  • Conversation memory with a context-window budget so long sessions don't silently truncate
  • Structured output prompts that keep advice in a consistent, parseable shape
  • Designed and built the marketing site alongside the product

Stack

Frontend
Next.jsReactTypeScriptTailwind
AI
Gemini APIPrompt designStreaming SSE
Infra
VercelEdge runtime