FlowMind product demo
flowmind-nine-tau.vercel.app
Product demo · live build

Ship grounded
AI assistants, visually.

Design a conversation flow, ground it in your own documents, test it with a live trace, and deploy it — no brittle glue code.

Real AI · Groq demo & Gemini BYOK pgvector semantic RAG Per-user isolation · RLS
01 · Visual canvas
flowmind-nine-tau.vercel.app/editor/…/canvas
CanvasKnowledgeTestDeployAnalytics
message
Greet
choice
Topic
input
Details
rag_query
Lookup
llm_response
Answer
02 · Knowledge & retrieval
flowmind-nine-tau.vercel.app/editor/…/knowledge

Knowledge base

Private Supabase Storage · parsed & chunked on the server
Drop .txt · .md · .csv · .html
up to 4 MB
flight-policy.md 12 chunks

Retrieval tester

The same search the simulator's RAG node runs
how many bags can I check for free?
Ranked by vector similarity
“Baggage allowance: one carry-on and one checked bag up to 23 kg are included free.”
flight-policy.md · #3score 0.91
“Cabin bag no larger than 55×40×20 cm…”
flight-policy.md · #4score 0.78
03 · Test simulator
flowmind-nine-tau.vercel.app/editor/…/test
FlowMind Demo AI · 4 left today Real AI via the shared Groq allowance — or connect your own Gemini key
Hi! I'm your flight assistant. Booking, baggage, or refunds?
How many bags can I check for free?
You can check one bag up to 23 kg free, plus a carry-on. Need the cabin-bag size limits too?
Execution trace6 events
message 3ms
choice 6ms
rag_query 41ms
llm_response groq840ms
04 · Deploy
flowmind-nine-tau.vercel.app/editor/…/deploy

Publish

Snapshot the graph & settings, get a shareable link.
Published

Hosted chat

A public page your users can talk to.
/chat/pub_flight-support
How can I help with your flight today?
05 · Under the hood

Multi-tenant-safe by construction — and continuously verified.

Per-user isolation

Row-Level Security scopes every table; one account never sees another's data.

Atomic Groq quota

Per-user & global daily caps enforced in Postgres with an advisory lock.

Offline eval harness

pnpm eval — recall@k, MRR, workflow completion & coverage.

Vector retrieval

Gemini embeddings + pgvector cosine, with a BM25 keyword fallback.

Green CI

GitHub Actions runs type-check · test · build on every push.

Modern stack

Next.js 15 · React 19 · TypeScript · Supabase · 94 passing tests.

Build your assistant
in minutes.

Sign in, describe it, ground it, ship it. The demo is live now.

flowmind-nine-tau.vercel.app

Built by Varshini Akula · © 2026 · All rights reserved

01 / 07 A visual builder for grounded AI chat assistants.
0:00 / 0:45 CC