mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-07 22:31:35 -05:00
feat: new documentation (#4735)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user