# Discourse Native App

**URL:** https://meta.discourse.org/t/discourse-native-app/361616
**Category:** Support
**Created:** [April 13, 2025, 6:09am UTC](https://meta.discourse.org/t/discourse-native-app/361616 "2025-04-13T06:09:59Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![zedisk](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zedisk/32/486089_2.png) [@zedisk](https://meta.discourse.org/u/zedisk)
#### Post date: [April 13, 2025, 6:09am UTC](https://meta.discourse.org/t/discourse-native-app/361616/1 "2025-04-13T06:09:59Z")

</div>

Are there any Discourse communities currently using a native mobile app for their forum that is publicly available? If so, could someone kindly share the app names or links? I would like to forward these examples to our development team as references for building our own native app.

---

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [April 13, 2025, 7:38am UTC](https://meta.discourse.org/t/discourse-native-app/361616/3 "2025-04-13T07:38:47Z")

</div>

There already is the Discourse mobile apps for iOS and Android.

> [@Android and iOS app for Discourse](https://meta.discourse.org/t/android-and-ios-app-for-discourse/180500/2):
>
> Hello @AveyBD! Discourse already has a free app called Discourse Hub and is available on both Apple and Android. I’ll post the links below. Hope this is what you were looking for?

Moreover, each Discourse forum can be installed as a PWA.

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [April 13, 2025, 7:46am UTC](https://meta.discourse.org/t/discourse-native-app/361616/4 "2025-04-13T07:46:26Z")

</div>

If you want to have your own branded app on the stores, use this archived repo as a basis. You will need to update it.

> [@Whitelisted Discourse app with Push Notifications via OneSignal](https://meta.discourse.org/t/whitelisted-discourse-app-with-push-notifications-via-onesignal/58247):
>
> Following up on the discussion [here](https://meta.discourse.org/t/what-if-i-want-to-white-label-the-discourse-mobile-apps/53063/9), I have successfully set up a fork of the official Discourse app that can send push notifications via the OneSignal API. There are two parts to this: [discourse-onesignal](https://github.com/pmusaraj/discourse-onesignal/) - a Discourse plugin that sends Push Notifications to OneSignal’s REST API and a [Discourse Mobile Single Site App](https://github.com/pmusaraj/discourse-mobile-single-site-app) built similarly to the official Discourse Mobile app (using React Native), but using OneSignal for notifications and a simplified interface to suit the needs of a single app. I…

---

<div class="post-metadata">

### Author: ![zedisk](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zedisk/32/486089_2.png) [@zedisk](https://meta.discourse.org/u/zedisk)
#### Post date: [April 13, 2025, 8:04am UTC](https://meta.discourse.org/t/discourse-native-app/361616/5 "2025-04-13T08:04:04Z")

</div>

Thank you, @merefield and @NateDhaliwal , for your responses. I’m familiar with Discourse Hub, but I’m specifically looking for examples of publicly available apps that integrate a Discourse forum. The goal is to explore how forum features are implemented within an app so we can create comprehensive documentation for developers to replicate similar functionality.

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [April 13, 2025, 8:07am UTC](https://meta.discourse.org/t/discourse-native-app/361616/6 "2025-04-13T08:07:10Z")

</div>

I know it’s not exactly what you asked for, but you should be aware of this option.

The whitelisted app I shared presents the forum almost exactly as you see it on the browser, with a slightly different login experience. Because it uses a web view it is compatible with themes and plugins which is extremely useful. A “fully native” app would not be and changes to functionality or look and feel will have significantly more friction for deployment.

It uses React Native.

---

<div class="post-metadata">

### Author: ![HAWK](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hawk/32/86627_2.png) [@HAWK](https://meta.discourse.org/u/HAWK)
#### Post date: [April 14, 2025, 3:12am UTC](https://meta.discourse.org/t/discourse-native-app/361616/7 "2025-04-14T03:12:13Z")

</div>

The only whitelisted apps we’ve built for customers are not public.
