#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.
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.