> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orbitforms.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Build Apps for OrbitForms

> Create powerful integrations and extend OrbitForms's functionality with custom OAuth applications. Connect your services, automate workflows, and reach thousands of users through the OrbitForms marketplace.

## Get Started

<CardGroup cols={2}>
  <Card title="Developer Portal" icon="building" href="/apps/portal">
    Register OAuth apps, manage API credentials, and access your developer tools.
  </Card>

  <Card title="Create OAuth App" icon="shield" href="/apps/oauth">
    Learn how to build OAuth applications that integrate with OrbitForms's API securely.
  </Card>
</CardGroup>

## Quick Start Guide

Follow these steps to create your first OrbitForms integration:

<Steps>
  <Step title="Sign up for an OrbitForms account">
    Create your account to get access to the developer tools.
  </Step>

  <Step title="Register a new OAuth application">
    Set up your app in the Developer Portal.
  </Step>

  <Step title="Configure permissions and redirect URIs">
    Define what your app can access and where users are redirected.
  </Step>

  <Step title="Implement OAuth 2.0 authentication flow">
    Integrate the authorization code flow into your application.
  </Step>

  <Step title="Submit your app for review">
    Get your app reviewed and listed in the marketplace.
  </Step>
</Steps>

## What You Can Build

Create powerful integrations that extend OrbitForms's capabilities:

<CardGroup cols={2}>
  <Card title="CRM Integrations" icon="code">
    Sync form submissions with your CRM
  </Card>

  <Card title="Automation Tools" icon="zap">
    Trigger workflows from form events
  </Card>

  <Card title="Auth Providers" icon="key">
    Custom authentication integrations
  </Card>

  <Card title="Team Tools" icon="users">
    Build tools for OrbitForms teams
  </Card>
</CardGroup>

## Resources

<CardGroup cols={3}>
  <Card title="API Reference" icon="code" href="/developers/api/overview">
    Complete API documentation with examples
  </Card>

  <Card title="App Guidelines" icon="check-circle" href="/apps/guidelines">
    Requirements for marketplace listing
  </Card>

  <Card title="Community" icon="users" href="/apps/community">
    Connect with other developers
  </Card>
</CardGroup>

<Tip>
  **Ready to build?** Sign up and start building integrations today. Join hundreds of developers building on OrbitForms. [Get Started](/apps/portal)
</Tip>
