Comments widget that is embedded at the bottom of posts in Ghost.
npm install @tryghost/comments-uiComments widget that is embedded at the bottom of posts in Ghost.
- Run yarn in Ghost monorepo root
Comments UI runs automatically when using Ghost's development command from the monorepo root:
``bash`
yarn dev
A patch release can be rolled out instantly in production, whereas a minor/major release requires the Ghost monorepo to be updated and released. In either case, you need sufficient permissions to release @tryghost packages on NPM.
1. Run yarn ship and select a patch version when promptedmain
2. Merge the release commit to
1. Run yarn ship and select a minor or major version when promptedmain
2. Merge the release commit to
3. Wait until a new version of Ghost is released
and
https://purge.jsdelivr.net/ghost/comments-ui@~${COMMENTS_UI_VERSION}/umd/main.css in your browser, where COMMENTS_UI_VERSION is the latest minor version in ghost/core/core/shared/config/defaults.json` (code)Copyright (c) 2013-2026 Ghost Foundation - Released under the MIT license.