# Deploy LogChimp with Easypanel

URL: /templates/logchimp

LogChimp is an open-source feedback and changelog platform that lets you collect product feedback, publish updates, and keep users informed from a single place. It provides an API, a web UI, and a themed frontend for your users to submit ideas, vote, and read announcements. Built with PostgreSQL and Valkey (Redis), it supports self-hosted deployments with migrations, background processing, and email notifications.

## Benefits

### Unified Feedback & Changelog

Collect feedback, votes, and publish changelog updates from one platform.

### Self-Hosted Ownership

Keep feedback data, API, and frontend under your control on your own infra.

### Ready-to-Run Stack

Ships with PostgreSQL, Valkey (Redis), migrations job, API, and theme UI.

### Notifications & Email

Supports mail configuration for notifications to keep users informed.

## Features

### Feedback Boards

Collect ideas and feature requests, let users vote, and prioritize work.

### API + Themed Frontend

Separate API service and themed UI for users to browse updates and submit feedback.

### Database Migrations

Dedicated migrator job to keep the database schema up to date.

### Cache Layer

Valkey/Redis cache for performance and background jobs.

### Email Support

Configure SMTP credentials to send notifications and updates.

## Configuration

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

- `apiImage` (API Image, required): ghcr.io/logchimp/logchimp/api:0.9.0

- `themeImage` (Theme Image, required): ghcr.io/logchimp/logchimp/theme:0.9.0

- `valkeyImage` (Valkey Image, required): valkey/valkey:9.0.4-alpine3.23

## Services

- logchimp-db: postgres

- logchimp-cache: app (valkey/valkey:9.0.4-alpine3.23)

- logchimp-api: app (ghcr.io/logchimp/logchimp/api:0.9.0)

- logchimp-theme: app (ghcr.io/logchimp/logchimp/theme:0.9.0)

## Resources

- [Website](https://logchimp.codecarrot.net)

- [Documentation](https://docs.logchimp.codecarrot.net/platform/what-is-logchimp)

- [GitHub](https://github.com/logchimp/logchimp)

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