Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/coralproject/talk

A better commenting experience from Vox Media
https://github.com/coralproject/talk

comments comments-widget graphql javascript journalism nodejs react typescript

Last synced: about 2 months ago
JSON representation

A better commenting experience from Vox Media

Awesome Lists containing this project

README

        


Coral by Vox Media


A better commenting experience from Vox Media.


GithubActions
Docker Image Version
Docker Image Size
Twitter Follow

## 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
```