Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/formbricks/formbricks

Open Source Survey Platform
https://github.com/formbricks/formbricks

experience-management form forms hacktoberfest nextjs open-source react reactjs survey survey-analysis survey-data survey-form surveys tailwindcss turborepo typeform typescript xm

Last synced: 11 days ago
JSON representation

Open Source Survey Platform

Awesome Lists containing this project

README

        

Help us grow and star us on Github! ⭐️

Open Source Privacy First Experience Management Solution Qualtrics Alternative Logo

Formbricks


Harvest user-insights, build irresistible experiences.


Website | Join Discord community


License Join Formbricks Discord Github Stars
Hacker News
Product Hunt
Github Accelerator




Trusted by

clients-hi-res



Trendshift Badge for formbricks/formbricks

## ✨ About Formbricks

formbricks-sneak

Formbricks provides a free and open source surveying platform. Gather feedback at every point in the user journey with beautiful in-app, website, link and email surveys. Build on top of Formbricks or leverage prebuilt data analysis capabilities.

**Try it out in the cloud at [formbricks.com](https://app.formbricks.com/auth/signup)**

## 💪 Mission: Empower your team, craft an irresistible experience.

Formbricks is both a free and open source survey platform - and a privacy-first experience management platform. Use in-app, website, link and email surveys to gather user and customer insights at every point of their journey. Leverage Formbricks Insight Platform or build your own. Life's too short for mediocre UX.

### Table of Contents

- [Features](#features)

- [Getting Started](#getting-started)

- [Cloud Version](#cloud-version)

- [Self-hosted Version](#self-hosted-version)

- [Development](#development)

- [Contribution](#contribution)

- [Contact](#contact-us)

- [Security](#security)

- [License](#license)

### Features

- 📲 Create **conversion-optimized surveys** with our no-code editor with several question types.

- 📚 Choose from a variety of best-practice **templates**.

- 👩🏻 Launch and **target your surveys to specific user groups** without changing your application code.

- 🔗 Create shareable **link surveys**.

- 👨‍👩‍👦 Invite your organization members to **collaborate** on your surveys.

- 🔌 Integrate Formbricks with **Slack, Notion, Zapier, n8n and more**.

- 🔒 All **open source**, transparent and self-hostable.

### Built on Open Source

- 💻 [Typescript](https://www.typescriptlang.org/)

- 🚀 [Next.js](https://nextjs.org/)

- ⚛️ [React](https://reactjs.org/)

- 🎨 [TailwindCSS](https://tailwindcss.com/)

- 📚 [Prisma](https://prisma.io/)

- 🔒 [Auth.js](https://authjs.dev/)

- 🧘‍♂️ [Zod](https://zod.dev/)

- 🐛 [Vitest](https://vitest.dev/)

## 🚀 Getting started

We've got several options depending on your need to help you quickly get started with Formbricks.

### ☁️ Cloud Version

Formbricks has a hosted cloud offering with a generous free plan to get you up and running as quickly as possible. To get started, please visit [formbricks.com](https://app.formbricks.com/auth/signup).

### 🐳 Self-hosting Formbricks

Formbricks is available Open-Source under AGPLv3 license. You can host Formbricks on your own servers using Docker without a subscription.

If you opt for self-hosting Formbricks, here are a few options to consider:

#### Docker

To get started with self-hosting with Docker, take a look at our [self-hosting docs](https://formbricks.com/docs/self-hosting/deployment).

#### Community-managed One Click Hosting

##### Railway

You can deploy Formbricks on [Railway](https://railway.app) using the button below.

[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/PPDzCd)

##### RepoCloud

Or you can also deploy Formbricks on [RepoCloud](https://repocloud.io) using the button below.

[![Deploy on RepoCloud](https://d16t0pc4846x52.cloudfront.net/deploy.png)](https://repocloud.io/details/?app_id=254)

##### Zeabur

Or you can also deploy Formbricks on [Zeabur](https://zeabur.com) using the button below.

[![Deploy to Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/G4TUJL)

## 👨‍💻 Development

### Prerequisites

Here is what you need to be able to run Formbricks:

- [Node.js](https://nodejs.org/en) (Version: >=18.x)

- [Pnpm](https://pnpm.io/)

- [Docker](https://www.docker.com/) - to run PostgreSQL and MailHog

### Local Setup

To get started locally, we've got a [guide to help you](https://formbricks.com/docs/developer-docs/contributing/get-started#local-machine-setup).

### Gitpod Setup

1. Click the button below to open this project in Gitpod.

2. This will open a fully configured workspace in your browser with all the necessary dependencies already installed.

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/formbricks/formbricks)

## ✍️ Contribution

We are very happy if you are interested in contributing to Formbricks 🤗

Here are a few options:

- Star this repo.

- Create issues every time you feel something is missing or goes wrong.

- Upvote issues with 👍 reaction so we know what the demand for a particular issue is to prioritize it within the roadmap.

Please check out [our contribution guide](https://formbricks.com/docs/developer-docs/contributing/get-started) and our [list of open issues](https://github.com/formbricks/formbricks/issues) for more information.

## All Thanks To Our Contributors

## 📆 Contact us

Let's have a chat about your survey needs and get you started.

Book us with Cal.com

## 🔒 Security

We take security very seriously. If you come across any security vulnerabilities, please disclose them by sending an email to [email protected]. We appreciate your help in making our platform as secure as possible and are committed to working with you to resolve any issues quickly and efficiently. See [`SECURITY.md`](./SECURITY.md) for more information.

## 👩‍⚖️ License

### The AGPL Formbricks Core

The Formbricks core application is licensed under the [AGPLv3 Open Source License](https://github.com/formbricks/formbricks/blob/main/LICENSE). The core application is fully functional and includes everything you need to design & run link surveys, website surveys and in-app surveys. You can use the software for free for personal and commercial use. You're also allowed to create and distribute modified versions as long as you document the changes you make incl. date. The AGPL license requires you to publish your modified version under the AGPLv3 license as well.

### The Enterprise Edition

Additional to the AGPL licensed Formbricks core, this repository contains code licensed under an Enterprise license. The [code](https://github.com/formbricks/formbricks/tree/main/packages/ee) and [license](https://github.com/formbricks/formbricks/blob/main/packages/ee/LICENSE) for the enterprise functionality can be found in the `/packages/ee` folder of this repository. This additional functionality is not part of the AGPLv3 licensed Formbricks core and is designed to meet the needs of larger teams and enterprises. This advanced functionality is already included in the Docker images, but you need an [Enterprise License Key](https://formbricks.com/docs/self-hosting/enterprise) to unlock it.

### White-Labeling Formbricks and Other Licensing Needs

We currently do not offer Formbricks white-labeled. Any other needs? [Send us an email](mailto:[email protected]).

### Why charge for Enterprise Features?

The Enterprise Edition and White-Label Licenses allow us to fund the development of Formbricks sustainably. It guarantees that the open-source surveying infrastructure we're building will be around for decades to come.

🔼 Back to top