# Docs - [FormSync Docs](/docs): Welcome to the FormSync documentation. Learn how to integrate, manage and scale your form submissions without any backend setup. - [Quick Start](/docs/quick-start): Learn how to get started with FormSync in just a few minutes. Create your first form, connect it to your site and start receiving submissions instantly. - [Integrations](/docs/integrations): Integrate FormSync with any frontend technology. Works with HTML forms, React, Vue, Svelte, Astro, Remix, Angular, or any framework that supports HTTP POST requests. - [HTML Form Integration](/docs/integrations/html): FormSync works seamlessly with plain HTML forms—no JavaScript or backend setup required. - [React / Next.js Integration](/docs/integrations/react): Use FormSync with React and Next.js using the useFormSync hook. - [Vue Integration](/docs/integrations/vue): Use FormSync with Vue 3 using the useFormSync composable. - [Svelte Integration](/docs/integrations/svelte): Use FormSync with Svelte using the action or store. - [Astro Integration](/docs/integrations/astro): Handle FormSync submissions inside your Astro application. - [Remix Integration](/docs/integrations/remix): Handle FormSync submissions seamlessly inside Remix actions. - [Angular Integration](/docs/integrations/angular): Integrate FormSync into your Angular application using the FormSyncService. - [Public API Overview](/docs/apis): Use the FormSync Public API to access your forms and submissions securely from server-side applications. - [API Authentication](/docs/apis/authentication): Authenticate FormSync Public API requests with a bearer API key. - [Forms API](/docs/apis/forms): List the forms available to the authenticated FormSync API key. - [Submissions API](/docs/apis/submissions): Fetch submissions for a specific FormSync form using an authenticated API key. - [Form Editor Overview](/docs/editor): Learn how to use the FormSync editor to build and customize your forms. - [Block Types](/docs/editor/blocks): A reference guide for all available block types in the FormSync editor. - [Custom Styling](/docs/editor/custom-styling): Learn how to style your form blocks using custom CSS classes.