SelfHost Hub SelfHost Hub
中文
← Back to all services

GitHub repository information

Fetched · June 5, 2026
★ 1,981 Latest: v9.11.5 Updated: June 3, 2026
README
<p align="center">
  <a href="https://coralproject.net" target="_blank"><img width="250" src="https://docs.coralproject.net/img/coralproject_by_voxmedia.svg" alt="Coral by Vox Media" /></a>
</p>

<p align="center">
  A better commenting experience from <a href="https://product.voxmedia.com/" target="_blank">Vox Media</a>.
</p>

<p align="center">
  <a href="https://github.com/coralproject/talk/actions/workflows/build-and-test.yml" target="_blank"><img src="https://github.com/coralproject/talk/actions/workflows/build-and-test.yml/badge.svg" alt="GithubActions" /></a>
  <a href="https://hub.docker.com/r/coralproject/talk" target="_blank"><img src="https://img.shields.io/docker/v/coralproject/talk?label=docker%20hub&sort=semver&style=flat-square" alt="Docker Image Version" /></a>
  <a href="https://hub.docker.com/r/coralproject/talk" target="_blank"><img src="https://img.shields.io/docker/image-size/coralproject/talk?label=docker%20image%20size&sort=semver&style=flat-square" alt="Docker Image Size" /></a>
  <a href="https://twitter.com/coralproject" target="_blank"><img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/coralproject?style=flat-square"></a>
</p>

## Description

Online comments are broken. Our open-source commenting platform,
[Coral](https://coralproject.net), rethinks how moderation, comment display, and
conversation function, creating the opportunity for safer, smarter discussions
around your work.


## Documentation

If you're new to Coral, the [Coral documentation](https://docs.coralproject.net/)
is a great place to start running and developing with Coral.

You’ve installed Coral, and you’re preparing to launch it on your site. The real
community work starts now, before you go live. You have a unique opportunity
pre-launch to set your community up for success. Read our
[Community Guides](https://guides.coralproject.net/start-here/) to learn more.

## Support

We can help you set up Coral, migrate your comments from another system,
integrate your registration platform, pair with your programmers, and help you
with bespoke installs. To learn more, [contact us](https://coralproject.net/pricing/).

## Contributing

Coral is a Apache-2.0 licensed open-source project built with <3 by the Coral
team, a part of [Vox Media](https://product.voxmedia.com/).

If you are interested in contributing to Coral, check out our [Contributor's Guide](CONTRIBUTING.md).

## License

Coral is [Apache-2.0 licensed](LICENSE).

## Versioning

If you're packaging a release of Coral, there is a convenient script to update the version numbers for all the child projects in the mono-repo.

The below script will run `npm version x.y.z` against all the child repositories so you don't have to manually update them by hand!

```
sh scripts/version.sh MAJOR.MINOR.VERSION // i.e. 8.5.0
```

Discover more