Soupault (soup-oh) is a tool that helps you create and manage static websites

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • soupault

    Static website generator based on HTML element tree rewriting

  • soupault.app

    The source code of the soupault.app website

  • The key idea of soupault is that it works on the HTML element tree level and can automatically call external convertors on pages (based on page file extensions, see [1]), so the input format doesn't matter to it.

    You can bring your own convertors and pass any options to them. I'm not saying it's a perfect SSG for everyone, but at least uncommon input format support isn't an intractable problem for it.

    [1] https://github.com/dmbaturin/soupault-website/blob/master/so...

  • WorkOS

    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 logo
  • lambdasoup

    Functional HTML scraping and rewriting with CSS in OCaml

  • It's used for sorting "widgets" (page processing steps) according to dependency lists that users can specify in the config (like `after = ["foo", "bar"]`).

    Other than that, one thing I really like about OCaml is that the compiler team and most library maintainers are considerate towards downstream users with respect to compatibility.

    The Lua interpreter [3] that soupault uses for its plugin API is a revived 20 year old research project. It only needed minor modifications to build with recent compiler versions.

    [1] https://github.com/aantron/lambdasoup

  • otoml

    TOML parsing, manipulation, and pretty-printing library for OCaml (fully 1.0.0-compliant)

  • lua-ml

    An embeddable Lua 2.5 interpreter implemented in OCaml

  • ocaml-tsort

    Easy to use and user-friendly topological sort module for OCaml

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts