Is there a Meteor package or a REST API for community forum posts

I am looking for a package where we can use in Meteor application for building a community forum. If there aren’t any, is there any kind of REST API that can used in Meteor for communicating with external community forums like nodebb, discourse and so on? Please help me with this.

You can add disquis pretty easily but not sure if you need it white labeled

Thank you very much! I will go through that. But curious is it hosted in a different db server, meaning when we add it to our app the data will reside in our db? If it resides in different db can we access that data using REST API?

Thank you once again for your help!