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

# Whop Apps

> Ship an app that thousands of Whop businesses can install from the App Store.

A Whop app installs into a creator's community and runs inside it. Thousands of businesses already taking payments on Whop can install yours from the App Store, and Whop handles sign-in, billing, and mobile.

## What you can build

* **Courses and cohorts** members work through without leaving the community they bought into.
* **Live experiences** like events, chat-native games, and leaderboards that run against real membership.
* **Market data and trading tools** that stream to a paid audience.
* **Operational tools for the creator**, covering analytics, moderation, fulfillment, and onboarding.
* **Software you already sell**, listed as a Whop app to businesses already making money there.

## Core objects

App, OAuth grant, permission, app view. Each is defined in [Core Concepts](/developer/concepts).

## Where to go next

<Columns cols={2}>
  <Card title="App views" icon="window" href="/developer/guides/app-views">
    Configure where your app appears.
  </Card>

  <Card title="Authentication" icon="user-check" href="/developer/guides/authentication">
    Verify the current user and their access.
  </Card>

  <Card title="OAuth" icon="key" href="/developer/guides/oauth">
    Add Sign in with Whop.
  </Card>

  <Card title="Permissions" icon="lock" href="/developer/guides/permissions">
    Request the access your app needs.
  </Card>
</Columns>
