Instructions
Build an App Interface
Learn how to build an interface for your app using Whop’s chat or by embedding a full web app.
Option 1: Use Whop’s Chat as a UI
This option allows users to interact with your app through chat. It’s ideal for agent-based applications.
-
Send Messages: Send DMs to a specific feed ID.
-
Fetch Messages: Retrieve messages from a DMs feed.
Fetches
$postLimit
number of posts from the DMs feed with ID$feedId
. -
Coming soon — Listen to Messages: Subscribe to a feed ID to receive messages.
For more detailed instructions, see the Chatbot example.
Option 2: Build a Full Web App
Create a full web app that embeds into Whop.com on both mobile and web platforms. This option provides more control over the UI and automatically includes basic profile information of users accessing your app.
- Best For: Games, tools, and custom experiences.
- User Profile Access: Automatically receive basic user profile info to render in your UI.
Coming soon…