Show HN: I’m building open-source headless CMS for technical content

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • vrite

    Open-source developer content platform

    FYI, you have to sign in to try out Vrite (easiest through GitHub) but, for the purpose of this post, you can use the following credentials for a quick demo (at https://app.vrite.io):

    Email: hello@vrite.io

    Password: Hello_2023

    Please keep it safe and sane there :)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • swagger-petstore

    I think there's also a missing gap in how to present Swagger beautifully, the default one ( https://petstore.swagger.io/ ) is meh. I'm looking for something that can generate like https://stripe.com/docs/api but open source (since the OP is talking about it).

    I imagine a tool(chain) that can take Swagger generated from annotations in code, and combine it with a folder containing Markdown files for "free form" documentation, and generate a Hugo/Jekyll static site that can be deployed in Cloudflare Pages in docs.mycompany.com

  • redoc

    📘 OpenAPI/Swagger-generated API Reference Documentation

    There are a few other tools out there that are at least marginally better than the default Swagger UI such as ReDoc (https://github.com/Redocly/redoc).

    When we redid the Mux docs (https://docs.mux.com/api-reference) we actually just decided to build our own renderer. It really wasn't as bad as you might think, at build time we pull in the JSON version of our OAS spec and render it as a static build in our Nextjs app. Don't get me wrong, it wasn't trivial, but the benefit of having complete control over the output has been well worth it.

  • markdoc

    A powerful, flexible, Markdown-based authoring framework.

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

  • Implement swaggo

    7 projects | dev.to | 22 Nov 2024
  • How to "serve" portfolio for test engineer

    1 project | dev.to | 10 Nov 2024
  • Analyzing the OpenAPI Tooling Ecosystem

    5 projects | news.ycombinator.com | 21 Sep 2024
  • Good programmers worry about data structures and their relationships

    3 projects | news.ycombinator.com | 16 Aug 2024
  • Show HN: API Typegen – Generate TypeScript types from API responses

    2 projects | news.ycombinator.com | 27 Jul 2024

Did you konow that TypeScript is
the 2nd most popular programming language
based on number of metions?