go-go-web
Command-line tool that converts TIL posts into .html files. (by kliu57)
Docusaurus
Easy to maintain open source documentation websites. (by facebook)
go-go-web | Docusaurus | |
---|---|---|
5 | 303 | |
1 | 59,413 | |
- | 1.5% | |
5.0 | 9.6 | |
6 months ago | 5 days ago | |
Python | TypeScript | |
MIT License | 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.
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.
go-go-web
Posts with mentions or reviews of go-go-web.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-11-25.
-
Publishing my open source project to PyPI!
[metadata] name = gogoweb version = 1.0.3 author = Katie Liu author_email = [email protected] description = Command-line tool that converts .txt or .md files into .html files. long_description = file: README.md long_description_content_type = text/markdown url = https://github.com/kliu57/go-go-web project_urls = Bug Tracker = https://github.com/kliu57/go-go-web/issues classifiers = Programming Language :: Python :: 3 License :: OSI Approved :: MIT License Operating System :: OS Independent [options] package_dir = = src packages = find: python_requires = >=3.7 [options.packages.find] where = src
-
How I Added Continuous Integration (CI) to a C++ Project
For this lab exercise I had the opportunity to add unit tests to a classmate's project and experience their CI workflow. For this exercise I worked on go-go-web by kliu57. Go-Go Web is written in Python and uses the pytest testing framework. This was my first time writing tests for pytest, but I found the pytest docs helpful. However, more helpful was the information provided in the associated issue and the tests already written, which helped me write the test I needed in the author's preferences.
-
Automatically run tests, formatters & linters with CI!
This week, I am using Continuous Integration to automatically lint and test my open source project whenever the code is pulled or pushed to GitHub!
-
Exploring the code behind Docusaurus
This week I want to add a new feature to my text to HTML converter, go-go-web. The feature I plan to add is Markdown Front Matter support. When a user converts an .md file to .html using my program, my program would be able to convert Front Matter in the .md file into metadata tag content in the resulting .html file.
-
First Open Source Collaboration!
I chose to write my program in Python while she used Java. Aside from syntax differences, she has much more exception handling in her code compared to mine. It made me think that I should add more exception handling to my own code. Having another person test my code definitely helps to find more issues. She discovered that I missed implementing the spec for deleting the default output folder at the start of the run. Also, she uses a VS Code extension called Pylint which helped to find many problems with my code. Pylint found many issues with my code which were not best practice, such as not specifying an encoding when reading from a file, or using an f-string that does not have any interpolated variables.
Docusaurus
Posts with mentions or reviews of Docusaurus.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-04-03.
-
Deploying a static Website with Pulumi
For this challenge, I've built a simple static website based on Docusaurus for tutorials and blog posts. As I'm not too seasoned with Frontend development, I only made small changes to the template, and added some very simple blog posts and tutorials there.
-
UmiJS: the Shaolin of web frameworks
Dumi. A static site generator specifically designed for component library development. Look at it as something between Storybook and Docusaurus inside the Umi world (but much better integrated between each other, presumably).
-
Leveraging API Documentation for Faster Developer Onboarding
Static site generators like Docusaurus offer flexibility for teams comfortable with Markdown and Git workflows
-
Show HN: Minimal JavaScript/TS framework that made us 4k in 10 days
I really like the idea and what you’re building here. That said, I’d argue the documentation website is the face of any open-source project. Reinventing the wheel rarely ends well — the current docs are hard to navigate and read.
Just use an off-the-shelf solution for docs, like Docusaurus, for example:
https://github.com/facebook/docusaurus
-
SSR Deep Dive for React Developers
Static websites are so good that they even have their own three-letter abbreviation: SSG (Static Site Generation). And of course, there are plenty of frameworks that generate them for you, no need in manual labour: Next.js supports SSG, Gatsby is still pretty popular, lots of people love Docusaurus, Astro promises the best performance, and probably many more.
-
hCaptcha, a bot detection tool, usage in Supabase and Chatwoot
hCaptcha docs is built using Docusaurus and their developer guide provides a vanilla example, but there’s framework specific examples provided as well.
-
Owning the Chaos: A Simple Guide to Tackling Obscure Errors
Create visibility: A good mental model of your systems, data and code is beneficial to solving for errors so create tangible mind maps or documentation for the whole team to benefit from. Miro and Docusaurus are excellent tools for this.
-
MdBook – a command line tool to create books with Markdown
VitePress and Docusaurus seem decent. I think VitePress might be more suited to blogging, but I admit I haven’t actually used or tested either.
https://docusaurus.io/
https://vitepress.dev/
-
Why You Should TRUST Frameworks (And What It Takes to Build One From Scratch)
For efficient workflows, Commander.js offers a custom CLI, while Docusaurus powers documentation, ensuring that everything is easy to find and well-maintained.
-
Hacktoberfest week 2
I am aware of Docusaurus, since I have seen other documentation and some of our course material site built on it. Under the hood it uses React so I was familiar with it. But this documentation website was written in Python. Although I'm not a fan of Python, it intrigued me, since not only it is written in python, more specifically using Sphinx which utilizes reStructuredText as its markup language. There was Makefile in it as well. A lot of new things but it looked very interesting.
What are some alternatives?
When comparing go-go-web and Docusaurus you can also consider the following projects:
Hazel - Hazel Engine
oauth2-proxy - A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers.
ctil
nextra - Simple, powerful and flexible site generation framework with everything you love from Next.js.
ConvertTxtToHtml - A command-line tool can process input .txt files into generated .html files.
JSDoc - An API documentation generator for JavaScript.