Independent Product

Recall

AI knowledge assistant — ask your docs

Projects.recall.description

TypeScriptNext.js (App Router)OpenAI GPT-4oOpenAI Embeddings (text-embedding-3-small)Supabase (pgvector)Prisma 7

Timeline

Built as an independent POC

Team size

Solo build

Role

Founder / Full-stack Engineer

Problem

  • Early-stage startup teams drown in scattered docs — SOPs, PDFs, Notion exports, onboarding guides
  • New hires and busy founders waste time searching instead of executing
  • Existing tools require complex setup or expensive enterprise contracts

Solution

  • Built a RAG-based knowledge assistant that ingests any document format in under 2 minutes
  • Implemented a chunking and embedding pipeline using OpenAI text-embedding-3-small and pgvector
  • Designed a multi-turn chat interface that maintains session context and cites sources per answer
  • Kept the stack lean — Next.js, Supabase, Prisma — so any startup can self-host or extend it

Impact

Why I built this

I built Recall to show how a lean RAG pipeline can replace hours of document hunting for startup teams — and to demonstrate the full architecture behind AI knowledge products, from ingestion to cited answers.

What I'd improve next

Available Links

Building something similar?