Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djyde/cusdis
lightweight, privacy-friendly alternative to Disqus.
https://github.com/djyde/cusdis
comment-system disqus
Last synced: about 1 month ago
JSON representation
lightweight, privacy-friendly alternative to Disqus.
- Host: GitHub
- URL: https://github.com/djyde/cusdis
- Owner: djyde
- License: gpl-3.0
- Created: 2021-04-16T13:26:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T03:57:42.000Z (7 months ago)
- Last Synced: 2024-04-14T09:51:48.973Z (7 months ago)
- Topics: comment-system, disqus
- Language: TypeScript
- Homepage: https://cusdis.com
- Size: 6.74 MB
- Stars: 2,523
- Watchers: 20
- Forks: 213
- Open Issues: 101
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome - djyde/cusdis - lightweight, privacy-friendly alternative to Disqus. (TypeScript)
- awesome-luooooob - djyde/cusdis - lightweight, privacy-friendly alternative to Disqus. (TypeScript)
- open-production-web-projects - Cusdis - lightweight, privacy-friendly alternative to Disqus. (Javascript / NextJS)
- awesome-list - cusdis - friendly alternative to Disqus. | djyde | 1479 | (TypeScript)
- awesome-starred - djyde/cusdis - lightweight, privacy-friendly alternative to Disqus. (others)
README
Cusdis is an open-source, lightweight (~5kb gzip), privacy-friendly alternative to Disqus.
> Contact me if you want to buy/acquire this project 💖
![](/public/images/landing.png)
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template?template=https%3A%2F%2Fgithub.com%2Fdjyde%2Fcusdis&plugins=postgresql&envs=NEXTAUTH_URL%2CDB_TYPE%2CDB_URL%2CUSERNAME%2CPASSWORD%2CHOST%2CJWT_SECRET%2CPORT&NEXTAUTH_URLDesc=Don%27t+modify+it&DB_TYPEDesc=Don%27t+modify+it&DB_URLDesc=Don%27t+modify+it&USERNAMEDesc=Username+to+sign+in&PASSWORDDesc=Password+to+sign+in&HOSTDesc=Don%27t+modify+it&JWT_SECRETDesc=A+secret+key+to+encrypt+JWT+token&PORTDesc=Don%27t+modify+it&NEXTAUTH_URLDefault=%24%7B%7B+RAILWAY_STATIC_URL+%7D%7D&DB_TYPEDefault=pgsql&DB_URLDefault=%24%7B%7B+DATABASE_URL+%7D%7D&HOSTDefault=https%3A%2F%2F%24%7B%7B+RAILWAY_STATIC_URL+%7D%7D&PORTDefault=3000&referralCode=randyloop)
## 💝 Sponsor this project
If you like Cusdis, please consider sponsoring us to help us be sustainable.
### Principle Sponsor
[![Slide 16_9 - 1](https://github.com/djyde/cusdis/assets/914329/0a773f41-6baf-4bdc-897e-e96f56991acc)](https://epubkit.app)
[![Contributors](https://opencollective.com/cusdis/tiers/organization-support/0/avatar.svg)](https://opencollective.com/cusdis/tiers/organization-support/0/website)
[Become a principle sponsor](https://opencollective.com/cusdis/contribute/organization-support-27992/checkout)
### Sponsors / Backers
[![Contributors](https://opencollective.com/cusdis/tiers/sponsor.svg?avatarHeight=50)](https://opencollective.com/cusdis)
[![Contributors](https://opencollective.com/cusdis/tiers/backer.svg?avatarHeight=50)](https://opencollective.com/cusdis)## Features
- Lightweight comment widget, with i18n, dark mode.
- Email notification
- Webhook
- Easy to self-host
- Many integrations## Documentation
https://cusdis.com/doc
## Community
[Discord](https://discord.gg/eDs5fc4Jcq)
## FAQ
## Compared to Disqus
Cusdis is not designed to be a complete alternative to Disqus. It's aim is to implement a minimalist and embeddable comment system for small websites (such as your static blog).
Given below are the pros and cons of Cusdis:
### Pros
- Cusdis is open-source and self-hostable. Hence, you own your data.
- The SDK is lightweight(~5kb gzipped).
- Cusdis doesn't require your user to sign in to make a comment.
- Cusdis doesn't use cookies at all.### Cons
- Cusdis is on the early stages of its development.
- There is no spam filter, hence, you will have to manually moderate your comment section and comments won't be displayed until you approve them.
- Disqus is a company, we aren't.## Contributing
[Contributing Guide](https://cusdis.com/doc#/contributing)
If you are going to make a PR, remember to choose `dev` as the base branch.
# License
GNU GPLv3