Using Discourse to add a forum feature to our current application?

I am researching different avenues that my company can to take for adding a forum feature to our current application.

  • Can it be integrated with Node, JS, and React?
  • Can we use our current user login information to also login to the forum?

You can integrate discourse through discourseā€™s API, Documentation Here:
https://docs.discourse.org/

You probably can, Discourse supports SSO out of the box but your current authentication server needs to allow authentication to applications like discourse for that to work.

More details here:

1 Like

Also, is it able to simply embed into our current application window? So we can keep the nav bar and branding?

Technically You can but there are a lot of reasons why you shouldnā€™t.

You can keep your logos/branding in discourse as well, Apart from this, there are ample of theme components available that will allow you to add your navigation links to discourse nav bar.

Can you define what you mean by ā€œour current application?ā€ Do you mean an Android app, or a website, orā€¦?

A web application that we are creating

We donā€™t support running Discourse inside an iframe.

The recommended approach is running Discourse in another domain and adding your main site look and feel to Discourse (color scheme, fonts, header, footer, logo, etc).

4 Likes