"Free" as in beer, it seems
Perhaps I'm just not getting the point of this statement, but isn't this really broad and ambiguous?
The retype.com website is also hosted on GitHub Pages. Any change that is committed to the GitHub repo will trigger the website to be rebuilt by Retype using GitHub Actions, see https://retype.com/hosting/github-pages/.
Hope this helps clarify that Retype is even more tightly integrated with GitHub, or any other source management system. You have complete control and ownership of your source content files.
However, after looking through the documentation, I finally stumbled on the mention of a license requirement. The license page is quite buried and does not appear on the navigation which makes it seem like it was intentionally hidden as a "gotcha", though I don't believe that was the intent. The page limits, while high, are somewhat unsettling. As well as the domain limits even with a pro version. I would want to apply this to a handful of my open source projects which would already require ~$200-$300 (yearly should I want updates).
Those arbitrary limitations on otherwise impressive software will likely keep me from using it. Though, I know I'm rather picky when it comes to the tools I use, so my opinions may not be representative.
> The page limits, while high, are somewhat unsettling.
Can you explain this _unsettling_ comment further? Do you find the limits too low? A lot of research was put into the 100 page as I found only about 3% of projects ever went >100 pages.
> I would want to apply this to a handful of my open source projects which would already require ~$200-$300 (yearly should I want updates).
Just so it's clear, that would only be if each of those projects individually were >100 pages.
> Can you explain this _unsettling_ comment further? Do you find the limits too low?
Perhaps I could have worded that better. I don't see myself hitting that limit any time soon, but it represents some amount of lock-in (though, less than typical since the everything is mostly plain markdown). My reluctance to use paid software that gates features or may disappear entirely is due to the lock-in and vanishing of previous tools I've used. Not to say that is what is happening here, perhaps I'm predisposed to side-eyeing non-open-source tooling since it is such a core part of my work. At least with an open core, I could fork and maintain the existing features should the business-side ever go under.
That said, thank you for also clarifying that the $99 pro license is only required if a site were to stretch beyond 100 pages. I may give it a go on one project, but I can't see myself committing completely.
Retype without this type of feature is like many other documentation website generators.
For example, here's the repo for the retype.com website, see https://github.com/retypeapp/retype
The entire website is built from simple Markdown text files.
With Retype, your content source are simple Markdown `.md` text files. BookStack stores your data in a database, and in order to host a website you need a PHP webserver, Maria DB, etc.
A Retype generated website can be hosted for free using GitHub Pages. The retype.com website is hosted on GitHub Pages, see https://github.com/retypeapp/retype.
Hope this helps.