#93
B
Rank #201
Formbricks
Open-source survey and in-product feedback tool, positioned against Typeform/Qualtrics. Node/Next.js stack with a reasonably clean data model for forms and responses.
60.5
/ 100
β Full Stack
Next.js backend/frontend, Postgres via Prisma for survey definitions and responses, Redis optional for caching.
π Scaling Analysis
Straightforward Postgres-backed CRUD app that scales fine for team-to-mid-market survey volumes; nothing exotic in the architecture, but also nothing purpose-built for very high response-ingestion throughput.
π Running on Nexlayer
App pod plus postgres pod suffice; set WEBAPP_URL to the Nexlayer domain before build (same Next.js baking caveat as Cal.com) and point DATABASE_URL at postgres.pod:5432. mirror.gcr.io/library/node covers the image.