feat: new documentation (#4735)

This commit is contained in:
Matti Nannt
2025-02-13 21:25:12 +01:00
committed by GitHub
parent 22e8a137ef
commit f6ef3ba7c5
477 changed files with 16955 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
---
title: "Introduction"
description: "Welcome to the Formbricks Documentation!"
icon: "presentation-screen"
---
## Welcome to the Formbricks Documentation!
Formbricks is a versatile open-source platform for collecting and analyzing feedback from customers, users, and employees through targeted surveys. Whether you need simple forms or complex experience management solutions, Formbricks scales with your needs.
This guide covers everything you need to set up, use, and develop with Formbricks. You'll find step-by-step instructions, feature explanations, and best practices. It also includes advanced docs on extending Formbricks using its self-hosted option, APIs, and SDKs.
<CardGroup cols={2}>
<Card title="XM & Surveys" icon="square-poll-vertical" href="/xm-and-surveys">
Learn how to use Formbricks' XM & Surveys to collect feedback from your customers, users, and employees.
</Card>
<Card href="/self-hosting" title="Self Host" icon="server">
Learn how to self-host Formbricks on your infrastructure.
</Card>
<Card href="/api-reference" title="API" icon="code">
Learn how to use Formbricks' API to CRUD various resources programmatically.
</Card>
<Card title="Start developing" icon="rocket" href="/development">
Warm up with the Formbricks code base to make changes to the platform.
</Card>
</CardGroup>