website

My personal website/blog (by brundonsmith)

Website Alternatives

Similar projects and alternatives to website

  • utterances

    75 website VS utterances

    :crystal_ball: A lightweight comments widget built on GitHub issues

  • Isso

    18 website VS Isso

    a Disqus alternative

  • 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 logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better website alternative or higher similarity.

website reviews and mentions

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...

Stats

Basic website repo stats
2
15
6.1
4 months ago

The primary programming language of website is TypeScript.

Popular Comparisons


Sponsored
The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com