# osforms ## Docs - [Auth](https://osforms.com/docs/api-reference/auth.md): Authentication endpoints - [Forms](https://osforms.com/docs/api-reference/forms.md): Manage forms via the REST API - [Integrations](https://osforms.com/docs/api-reference/integrations.md): Manage integrations via the REST API - [Submit a Form](https://osforms.com/docs/api-reference/submit-form.md): POST /api/v1/f/{slug} - [Conditional Logic](https://osforms.com/docs/core/conditional-logic.md): Show or hide fields based on user answers - [Field Types](https://osforms.com/docs/core/field-types.md): All 15 field types supported in osforms forms - [Theming](https://osforms.com/docs/core/theming.md): Customize the look and feel of your forms - [Google Sheets](https://osforms.com/docs/integrations/google-sheets.md): Append each form submission as a new row in a Google Sheet - [Resend](https://osforms.com/docs/integrations/resend.md): Forward form submissions to email using your Resend API key - [Webhooks](https://osforms.com/docs/integrations/webhooks.md): POST submissions to any URL with HMAC-SHA256 request signing - [Introduction](https://osforms.com/docs/introduction.md): Open-source form backend. Bring your own API keys. - [Quick Start](https://osforms.com/docs/quickstart.md): Get your form backend running in 2 minutes - [Conditional Logic](https://osforms.com/docs/sdk/conditional-logic.md): Using conditional logic in @osforms/react - [Field Types](https://osforms.com/docs/sdk/field-types.md): Field type definitions and schema for @osforms/react - [Hooks](https://osforms.com/docs/sdk/hooks.md): Low-level hooks for building custom form UIs - [Installation](https://osforms.com/docs/sdk/installation.md): Install and configure @osforms/react - [Introduction](https://osforms.com/docs/sdk/introduction.md): Embed forms directly in your React app with @osforms/react - [OSForm](https://osforms.com/docs/sdk/osform.md): Main component — renders a form in conversational or classic mode - [Theming](https://osforms.com/docs/sdk/theming.md): Customize form appearance in @osforms/react ## OpenAPI Specs - [openapi](https://osforms.com/docs/api-reference/openapi.json) ## Optional - [GitHub](https://github.com/hawkeye-sama/osforms) - [npm](https://www.npmjs.com/package/@osforms/react)