Formbricks

开源表单和调查问卷。「Open Source Forms & Surveys」

Github星跟蹤圖

:octocat: Are you looking for snoopForms - the Open Source Typeform Alternative? We're building the next stage of the snoopForms evolution here with Formbricks - more modular, more open, and for all your form needs. If you still are looking for the code of snoopForms you can find it in the snoopforms branch.

:warning: Repository still in progress #buildinpublic

About Formbricks

formbricks-twitter-header-open source forms and survey tools_smaller

We're building all essential form functionality so you don't have to. Modular, customizable, extendable. And open source.

Mission: Stop rewriting existing code

We want to solve forms once and for all. If, in 10 years, a web developer rewrites core form functionality instead of building on top of our stack, we didn’t do our job. We want you to build your next big thing faster. Our big thing is the last form tool humanity needs. Hold us accountable!

Read more in our blog

Our Toolbox

Build a 'home-cooked' solution at the fraction of the time. We do the heavy lifting, you customize to your needs.

React Forms Library

Building React forms has never been quicker. But there is more...

Loads of question types, validation, multi-page forms, logic jumps, i18n, custom styles - all the good stuff you want, but don't want to build yourself.
Building forms fast is great, but where do you pipe your data? And what is it worth without a schema?"

import { Form, Text, Textarea, Submit } from "@formbricks/react";
import "@formbricks/react/styles.css";

export default function WaitlistForm() {
  return (
    <Form onSubmit={({ data, schema }) => console.log("data:", data, "schema:", schema)}>
      <Text name="firstname" label="What's your first name?" validation="required" />
      <Text name="lastname" label="What's your last name?" />
      <Textarea name="about" label="About you" help="Please keep it short" />
      <Submit name="submit" label="Submit" />
    </Form>
  );
}

Get started with the React Library

Core API - The OS form engine

Your form looks perfect? Time to build integrations...

Our core API handles all of the submission handling of your forms and surveys. Our main objective is versatility, so that you can use it with any currently existing form. Soon we will integrate it with our React Form Builder. This allows for handling schemas so that you get a full image of your submission data.

Features

  • Fast Form Creation: Build complex forms with our React Lib. Our data pipes also work with any other form.
  • Data Pipelines: Save your data where you need it. Use webhooks or pre-built integrations.
  • Powerful Data Insights: View and manage your results quicker. Handle submissions in our dahsboard.
  • No-Code Builder: Let your operators create and change forms. Stick with React to style and embed forms. (coming soon)
  • Built-in Analytics: Opening rate, drop-offs, conversions. Use privacy-first analytics out of the box. (coming soon)
  • Survey Templates: NPS, CSAT, Employee Surveys. Name your business objective, we have the questions. (coming soon)

Why Formbricks

  • Futureproof: Form needs change. With Formbricks you’ll avoid island solutions right from the start.
  • Privacy by design: Self-host the entire product and fly through privacy compliance reviews.
  • Community driven: We're building for you. If you need something specific, we’re happy to build it!
  • Great DX: We love a solid developer experience. We felt your pain and do our best to avoid it.
  • Customizable: We have to build opinionated. If it doesn't suit your need, just change it up.
  • Extendable: Even though we try, we cannot build every single integration. With Formbricks, you can.

Built With

Installation and usage

Coming soon - we will update this Readme in the weeks ahead and show you how to leverage all the advantages of Formbricks

主要指標

概覽
名稱與所有者formbricks/formbricks
主編程語言TypeScript
編程語言 (語言數: 13)
平台
許可證Other
所有者活动
創建於2022-06-06 04:25:21
推送於2025-07-23 12:32:08
最后一次提交
發布數128
最新版本名稱v3.16.0 (發布於 )
第一版名稱v0.1.0 (發布於 2022-06-25 16:38:51)
用户参与
星數11k
關注者數46
派生數1.9k
提交數4.4k
已啟用問題?
問題數2153
打開的問題數233
拉請求數3137
打開的拉請求數19
關閉的拉請求數770
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?