# Deploy Cusdis with Easypanel

URL: /templates/cusdis

Cusdis is a lightweight, open-source comment system designed with privacy as a priority. It serves as an alternative to Disqus, offering a simple and user-friendly way to integrate a comment system into your existing website. The app is incredibly lightweight, with the JS SDK embedded to your website being only around 5kb. It features built-in i18n and dark-mode for a seamless user experience. Cusdis ensures you stay updated with new comments through email notifications, and allows for quick approval of comments directly from the notification email or webhook. You can also set a webhook URL that triggers when your website receives a new comment, allowing you to integrate Cusdis with your favorite tools such as Telegram. The app offers flexibility with its pricing, providing a free self-hosting option, a free cloud option with limited features, and a Cloud Pro option for unlimited access.

## Benefits

### Privacy First

Cusdis is a privacy-first comment system. It doesn't track you or your users, ensuring a secure and private commenting experience.

### Lightweight

The Cusdis JS SDK is super lightweight, at only around 5kb (gzipped), making it a fast and efficient addition to your website.

### Easy Integration

Cusdis is easy to integrate with your existing website, making it a hassle-free solution for adding a comment system.

### Email Notifications

Receive email notifications when a new comment comes in, allowing you to stay on top of user engagement.

### Quick Approve

Quickly approve or reply to new comments directly from the notification email, without needing to log in to the dashboard.

## Features

### Lightweight JS SDK

The Cusdis JS SDK is only around 5kb (gzipped), making it a fast and efficient addition to your website.

### Built-in i18n and Dark Mode

Cusdis comes with built-in i18n and dark mode, providing a customizable and user-friendly comment system.

### Email Notification

Cusdis sends you an email notification when a new comment comes in, allowing you to stay on top of user engagement.

### Quick Approve

With Cusdis, you can quickly approve or reply to new comments directly from the notification email, without needing to log in to the dashboard.

### Webhook Integration

Cusdis allows you to set a Webhook URL that will be triggered when your websites have a new comment, enabling you to integrate Cusdis with your favorite tools such as Telegram.

## Configuration

- `appServiceName` (App Service Name, required): cusdis

- `appServiceImage` (App Service Image, required): djyde/cusdis:1.3.2

- `databaseServiceName` (Database Service Name, required): cusdis-db

- `username` (Username, required): Set during installation

- `password` (Password, required): Set during installation

## Services

- cusdis: app (djyde/cusdis:1.3.2)

- cusdis-db: postgres

## Resources

- [Website](https://cusdis.com)

- [Documentation](https://cusdis.com/docs)

- [Github](https://github.com/djyde/cusdis/)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/cusdis)