Unbind
Templates

Self-host Formbricks with Unbind

Deploy Formbricks on your own servers with Unbind. Run surveys and collect feedback with an open-source Typeform alternative.

Formbricks is an open-source survey and feedback tool, often used as a Typeform alternative. It does link surveys, website surveys and in-app surveys.

Deploy it from the template list. It takes a minute or two.

What gets deployed

ServiceRuns
PostgreSQLpostgres
Redisredis
Formbricksghcr.io/formbricks/formbricks:5.3.4

Plan for at least 1 CPU core and 2 GB of memory.

Uploaded files are kept on a volume mounted at /home/nextjs/apps/web/uploads/. Surveys and responses live in the PostgreSQL service.

What you fill in

InputDescriptionDefault
DomainThe domain for the Formbricks instance.
Database SizeSize of the storage for the PostgreSQL database.1 GB
Storage SizeSize of the storage for Formbricks uploads.1 GB

After it deploys

Open your domain and sign up. The first account becomes the owner of the instance.

Good to know

  • Email is off: email verification and password reset are disabled because no mail server is set up. To turn them on, add your SMTP settings to the service variables, remove EMAIL_VERIFICATION_DISABLED and PASSWORD_RESET_DISABLED, and redeploy. The Formbricks docs list the variables.

On this page