Formbricks

screenshot of Formbricks
nextjs
react
tailwind

Open Source Qualtrics Alternative

Overview:

Formbricks is a free and open-source survey platform that allows users to gather feedback through in-app, website, link, and email surveys. It offers prebuilt data analysis capabilities and aims to enhance user experience by providing a variety of survey templates and integration options. Users can choose to use the cloud version hosted by Formbricks or self-host the platform using Docker.

Features:

  • Create surveys: Develop conversion-optimized surveys with a no-code editor and various question types.
  • Templates: Access a selection of best-practice templates for surveys.
  • Targeting: Launch and target surveys to specific user groups without altering application code.
  • Shareable links: Generate shareable link surveys for easy distribution.
  • Collaboration: Invite organization members to collaborate on surveys.
  • Integration: Integrate Formbricks with tools like Slack, Notion, Zapier, and n8n.
  • Open Source: Transparent and self-hostable platform built with Typescript, Next.js, React, TailwindCSS, Prisma, and more.

Cloud Version:

  1. Visit formbricks.com.

Self-hosted Version:

  1. Formbricks is available under AGPLv3 license.
  2. Host Formbricks on your servers using Docker.
  3. Options for hosting include:
nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

turborepo
Turborepo

Turbo is an incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.