ConvoComet is an open source commenting system designed for blog owners coming from services like Disqus and Openweb. This repository contains all code for ConvoComet.
/apps/
All Apps/apps/web
The main application; includes backend, dashboard frontend, and widget./apps/docs
The documentation site/apps/testing
Small app used to simplify testing of widget integrations. Not deployed
/packages/
All SDKs and packages/packages/sdk
The JavaScript SDK used in the widget/packages/widgets/
All widget integration packagespackages/widgets/web
The JavaScript integration. Distributed as a single scriptpackages/widgets/react
The React integrationpackages/widgets/svelte
The Svelte integrationpackages/widgets/solid
The Solid.js integrationpackages/widgets/vue
The Vue integration
TODO