Skip to main content

App Store


Noona HQ features an app store that allows extending the core system with additional functionality.

You can bootstrap your app with one of our templates:

  • Golang - Lightweight apps that should be snappy and backend focused.

  • Remix - UI heavy apps.

The Golang template is used as a reference point in the "Implementing" phase of the OAuth 2.0/App Store documentation.

The 3 C's of the App store are:

  1. Creating the App inside of Noona HQ.
  2. Cracking the OAuth flow.
  3. Crafting the logic.

The OAuth section of the authentication documentation has an extensive guide on how to write applications for the app store.

So follow the link and carefully read through the section(s), it should have everything you need!