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
| Service | Runs |
|---|---|
| PostgreSQL | postgres |
| Redis | redis |
| Formbricks | ghcr.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
| Input | Description | Default |
|---|---|---|
| Domain | The domain for the Formbricks instance. | |
| Database Size | Size of the storage for the PostgreSQL database. | 1 GB |
| Storage Size | Size 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_DISABLEDandPASSWORD_RESET_DISABLED, and redeploy. The Formbricks docs list the variables.