Hi there today i am introducing Commex a Disqus Alternative ..
Here you own your own data .
you can visit https://github.com/OpenCommex/Commex for detailed instructions or just create an account in https://commex.anipub.xyz ..
After creating account you can create your organization .. give details needed there ... including your MongoDB connection string .. and you will get a embed code
<div id="commex-widget"></div>
<script>
window.CommexConfig = {
orgSlug: "my-org",
pageUrl: window.location.href
};
</script>
<script src="https://commex.anipub.xyz/embed/commex.js" async></script>
take that and add it in your site ... and you are good to goo .. !

Top comments (0)