Skip to content
back to work
05
Founder

Sanvaad

A communication-first community platform.

Role
Founder · Lead Engineer
Company
Founder
Stack
Next.js · Node.js · PostgreSQL
Status
Live
01 — chapter

Problem

Communities scale — conversations don't. Every mainstream platform buries the good ones.

02 — chapter

Research

Talked to community managers running Discords with 10k+ members. Their real pain wasn't moderation, it was surfacing signal — the great thread died on page 3.

03 — chapter

Architecture

  1. 01Next.js frontend, Node/PostgreSQL backend\nWebSocket layer for live threads\nStructured discussion primitives (threads, follow-ups, decisions)\nModular moderation tooling
04 — chapter

Development

Prototyped the discussion model on paper for weeks before writing code. Once the primitives were right, the app was mostly plumbing.

05 — chapter

Challenges

Realtime + SEO. Rendered threads on the server for crawlers and rehydrated them for live participants without double-fetching.

06 — chapter

Results

Live platform with a growing, engaged user base.

07 — stack used
  • Next.js
  • Node.js
  • PostgreSQL
  • WebSockets