Typebot screenshot
#46 B Rank #164

Typebot

Visual chatbot/conversational-form builder for building interactive flows without code, comparable to Typeform with logic branching. Multi-service Next.js architecture with a builder UI and a separate runtime viewer.

AI/ML TypeScript Hard to deploy $40/mo equiv
64.5 / 100

βš™ Full Stack

Two Next.js applications (builder + viewer) sharing a Postgres/MySQL database via Prisma, with S3-compatible storage for uploaded assets and optional Redis for real-time features.

πŸ“ˆ Scaling Analysis

Each of the builder and viewer services can scale independently behind Postgres, but the multi-service topology (DB + storage + two app tiers) means operational complexity grows faster than most single-monolith tools in this batch as usage increases.

πŸš€ Running on Nexlayer

Requires separate builder and viewer pods plus a postgres pod (postgres.pod:5432) and an S3-compatible storage pod/bucket for uploads; both app pods must share the same DATABASE_URL. Mirror the Node images via mirror.gcr.io and budget extra config time for the multi-service env wiring.