Coral VS Jekyll

Compare Coral vs Jekyll and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
Coral Jekyll
10 253
1,863 48,287
0.1% 0.6%
9.9 8.7
5 days ago 7 days ago
TypeScript Ruby
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Coral

Posts with mentions or reviews of Coral. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-05.
  • What Is a Vector Database
    22 projects | news.ycombinator.com | 5 May 2023
    The Coral Project [0] (commenting platform used on Washington Post, New York Times, The Verge) uses an Apache 2.0 license [1]. Which doesn't seem to have prevented it from raking in big SaaS customers.

    A lot of people worry about copy-cat services, but it's kind of rare that someone will be able to compete with you as the original in hosting your own service as well as you can. Especially when you consider support and maintenance requirements of a new product you aren't personally developing.

    I could see copy-cat services being more of an issue in the late stage of a product though? When everyone knows lots about how to stand it up and use it?

    [0] https://coralproject.net/

  • What's the result of Knight-Mozilla Initiative: Challenge 2 – Beyond Comment Threads
    1 project | /r/mozilla | 17 Mar 2023
    The Coral Project was created inline with this initiative. They have lots of guides that provide some of the research that was conducted: https://coralproject.net/
  • Commento - A Self Hosted Comment System for Websites
    6 projects | /r/selfhosted | 14 May 2022
    For comment system, I choose Coral Project Talk because it could use Akismet and Google Perspective API for reducing spam and harassment. I also need to think about the remove comments when user delete their account (GDPR stuff). Coral Talk has the above functions in the UI.
  • Everything you need to know about Opensource Jamstack
    10 projects | dev.to | 6 Oct 2021
    Another great API that could be self-hosted is Coral. It’s a commenting platform where users can leave online comments. It’s received contributions from over 40 people on Github. It has a good-first-issue tag and also offers a contribution guide.
  • Node.js 16 Available Now
    5 projects | news.ycombinator.com | 20 Apr 2021
    Yup! We do a Typescript/Node.js/GraphQL back-end with React/Relay/Typescript on the front end.

    https://github.com/coralproject/talk

    It's pretty nice having the whole code base share types, syntax, structure, etc.

  • Show HN: I'm working on a open-source, self-host alternative to Disqus
    9 projects | news.ycombinator.com | 20 Apr 2021
    Coral is poorly advertised outside it's ecosystem, but should be considered. https://github.com/coralproject/talk

    See https://docs.coralproject.net/coral/v5/integrating/cms/ to get an idea of it's use.

  • I made a student publication @ university & discovered a deep hate for WordPress — so I made my dream publishing platform
    1 project | /r/publishing | 1 Apr 2021
    Our highest tier comment system is quite powerful, and is based off Coral Talk by Vox. For beginners like yourself, if we allowed users to integrate Disqus on all tiers, would that alleviate your concerns with using Storipress?
  • Caching data on Apollo server
    2 projects | /r/graphql | 1 Mar 2021
    If you need some inspiration, we added support for server caching of responses on Coral: https://github.com/coralproject/talk/blob/develop/src/core/server/app/middleware/graphql/apolloServer.ts#L85-L88
  • Disqus, the Dark Commenting System
    8 projects | news.ycombinator.com | 4 Feb 2021
    I've seen some examples in which people embed Discourse discussions.

    There's also Coral (https://github.com/coralproject/talk) which used to be Mozilla + Vox project before Mozilla handed it over to Vox completely, but I have no experience with it.

Jekyll

Posts with mentions or reviews of Jekyll. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-14.
  • Creating excerpts in Astro
    4 projects | dev.to | 14 Mar 2024
    This blog is running on Hugo. It had previously been running on Jekyll. Both these SSGs ship with the ability to create excerpts from your markdown content in 1 line or thereabouts.
  • Craft Your GitHub Profile Page in 60 Seconds with Zero Code, Absolutely Free
    6 projects | dev.to | 11 Mar 2024
    Jekyll
  • Ask HN: Looking for lightweight personal blogging platform
    35 projects | news.ycombinator.com | 6 Feb 2024
    In future, if you want to move from Jekyll to something else, you just have to worry about that `_posts` and `_assets` folder. They may have different naming convention but you can just config-managed it or change it to your choice. This is why I suggested owning that two yourself.

    You also may not worry about FrontMatter[3] (meta in the header) and its accompanying jazz by asking Jekyll to use the plugins `jekyll-optional-front-matter` and `jekyll-titles-from-headings`. These comes as part of the officially supported Jekyll plugins[4] by Github. That way, you are just writing a human-readable plain-text spiced up with Markdown and readable by almost every other Static Site Generator.

    Now, play with the `_config.yml` that Jekyll generates for you from the theme above to define your post dates, navigation, and others. Jekyll is one of the OGs — the Gandalf of Static Site Generators. If you have a problem, someone somewhere has solved that.

    Did I missed something? I was supposed to write a blog article for my website on this one and this comment will serve as my starting bullet points.

    1. https://docs.github.com/en/pages/setting-up-a-github-pages-s...

    2. https://jekyllrb.com

    3. https://frontmatter.codes/docs/markdown

    4. https://docs.github.com/en/pages/setting-up-a-github-pages-s...

  • Where are the layouts!? And where is the site object loaded from? (Chirpy Theme)
    2 projects | /r/Jekyll | 9 Dec 2023
    "Using the Chirpy theme for Jekyll."
  • Any FOSS to make HTML websites for self-hosting?
    4 projects | /r/opensource | 7 Dec 2023
    I would suggest looking into static site generators. Some popular examples, which are used myself are: - Hugo: https://gohugo.io/ - Jekyll: https://jekyllrb.com
  • How do i replicate GTFOBins layout ?
    6 projects | /r/web_design | 5 Dec 2023
  • Release v4.3.2 · jekyll/jekyll
    1 project | /r/AppleCard | 18 Nov 2023
  • How To Choose the Best Static Site Generator and Deploy it to Kinsta for Free
    15 projects | dev.to | 18 Oct 2023
    In terms of GitHub stars, SSGs like Next.js, Hugo, Gatsby, Docusaurus, Nuxt.js, and Jekyll top the list. Some popular SSGs even host conferences and workshops, providing resources and networking opportunities for those looking to explore more advanced topics in depth.
  • How to run Jekyll on Kubernetes
    4 projects | dev.to | 2 Oct 2023
    I created my blog using Jekyll, a great open-source tool that can transform your markdown content into a simple, old-fashioned-but-trendy, static site. What are the advantages of this approach? The site is super-light, super-fast, super-secure and SEO-friendly. Of course, it’s not always the best solution, but for some use cases, like a simple personal blog, it’s really a good option.
  • AWS Customers Cannot Escape IPv4
    2 projects | news.ycombinator.com | 22 Sep 2023
    Yes, it's Markdown and I use https://jekyllrb.com with the theme "jekyll-theme-hacker" to generate the site. I quite like how simple it is.

What are some alternatives?

When comparing Coral and Jekyll you can also consider the following projects:

Discourse - A platform for community discussion. Free, open, simple.

Hugo - The world’s fastest framework for building websites.

phpBB - phpBB Development: phpBB is a popular open-source bulletin board written in PHP. This repository also contains the history of version 2.

Middleman - Hand-crafted frontend development

GNU social - GNU social is social communication software for both public and private communications.

Pelican - Static site generator that supports Markdown and reST syntax. Powered by Python.

Mastodon - Your self-hosted, globally interconnected microblogging community

Bridgetown - A next-generation progressive site generator & fullstack framework, powered by Ruby

remark42 - comment engine

Hexo - A fast, simple & powerful blog framework, powered by Node.js.

commento - A fast, bloat-free comments platform (Github mirror)

Lektor - The lektor static file content management system