website VS utterances

Compare website vs utterances and see what are their differences.

website

My personal website/blog (by brundonsmith)

utterances

:crystal_ball: A lightweight comments widget built on GitHub issues (by utterance)
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
website utterances
2 75
15 8,638
- 0.8%
6.1 0.0
4 months ago 11 months ago
TypeScript TypeScript
- 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.

website

Posts with mentions or reviews of website. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-18.
  • Update on the Bagel Language
    1 project | news.ycombinator.com | 25 Jan 2022
    Hey thanks! :D

    It’s almost all custom (you can see the source on my GitHub https://github.com/brundonsmith/website)

    Most of the site is statically generated at startup using regular JS template strings, and then served as static files (cached in-memory) by Express. Posts are written in Markdown, and code blocks are processed into HTML using Prism.

    The only dynamic bit is the HN comments, since I want those to stay fresh. My Node server queries the Algolia HN API to get all comments for the top HN link for the post (since there could be more than one), munges the data a bit, renders it as HTML, and then caches it for one minute. Some client-side JS just hits the endpoint and dumps the HTML into the page.

    Any rich rendering inside comment bodies, like for code blocks and italics, actually comes directly from HN itself! The content I get has already been processed, though of course the structural content around the comment bodies is custom.

    This site is my relaxing project that I tinker with occasionally, so sometimes I over-engineer parts of it a little bit for fun :)

  • Various ways to include comments on your static site
    3 projects | news.ycombinator.com | 18 Nov 2021
    I wrote some code that 1) finds the most active link to the post on HN, and 2) uses the HN API to pull in and render its comments at the bottom. The site is statically-rendered, but there's a bit of client-side JS that loads the latest comments when you visit the page. Most of the work is done on the back-end; the front-end just grabs the content and drops it in.

    Example: https://www.brandons.me/blog/three-types-of-data

    Implementation: https://github.com/brundonsmith/website/blob/master/src/load...

utterances

Posts with mentions or reviews of utterances. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-17.

What are some alternatives?

When comparing website and utterances you can also consider the following projects:

Isso - a Disqus alternative

giscus - A comment system powered by GitHub Discussions. :octocat: :speech_balloon: :gem:

gitalk - Gitalk is a modern comment component based on Github Issue and Preact.

staticman - 💪 User-generated content for Git-powered websites

remark42 - comment engine

commento

boring-avatars - Boring avatars is a tiny JavaScript React library that generates custom, SVG-based avatars from any username and color palette.

next-utterances-script-loads-twice - Created with StackBlitz ⚡️

git-issue - Git-based decentralized issue management

Next.js - The React Framework

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