← all platforms
Platform · Global. North America and EU primary.

Build for Discord.

Discord reaches ~200M MAU. Western-heavy. Gaming and creator audience.. Discord Inc.. MiniApp programs: Discord Activities (Embedded App SDK).

Port with Hangar
platform facts

What shipping to Discord actually means.

Audience
~200M MAU. Western-heavy. Gaming and creator audience.. Global. North America and EU primary.
Mini-app program
Discord Activities (Embedded App SDK). developer docs ↗
Payments
Discord In-App Purchases via Discord Wallet. Stripe for non-IAP payouts. Nitro integration for premium tiers.
Review process
Discord App Directory review for activity launch. Content rating, OAuth scopes, and embedded SDK compliance check.
Runtime and limits
Embedded App SDK runs in iframe. WebGL works. No bundle size hard cap but performance budget tight on mobile Discord clients.
Best fit genres
Voice-channel multiplayer, party games, social-deduction, real-time co-op. Discord is the only SuperApp with native voice baked in.
why it is hard

Where studios get stuck.

Embedded App SDK is unique to Discord. Voice integration, presence, and channel-context APIs do not map to other SuperApps. Discord IAP rev share and Stripe alternative require dual payment plumbing.

brainjuice on Discord

How Hangar handles it.

Hangar's Discord adapter wraps the Embedded App SDK, exposes the voice and presence APIs through a portable interface, and handles the App Directory submission. Studios get Discord-specific UX (voice rooms, channel context) without rewriting payment or auth.

Hangar project page Talk to us
faq

Common questions about Discord.

What is a Discord Activity?

A Discord Activity is a web app that runs inside a Discord voice channel through the Embedded App SDK. Players launch the activity together from the call. Discord's voice, presence, and channel APIs are exposed to the activity at runtime.

Can I port a Telegram MiniApp to Discord?

Not directly. The runtime, payment, and platform APIs differ. Hangar generates a Discord-specific build from the same source MiniApp, with the Embedded App SDK wired and Discord IAP plus Stripe payments adapter selected at build time.

Does Discord take a revenue share?

Discord IAP via Discord Wallet has a revenue share that varies by program tier. Studios can also use Stripe directly for non-IAP transactions, with no Discord cut, subject to App Directory rules. Hangar exposes both as configuration options.