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

Analytics TypeScript Medium to deploy $10/mo equiv
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.