I've been releasing a few projects in the past year: Basecoat [2], Pages CMS [3], and lately /dev/push [4]. Each one of them needed its own documentation.
Sure, I could have used stuff like Mintlify or Docusaurus. But I really wanted something fast, modern, simple, and good-looking. And if possible: no React.
Since it's using Basecoat, you get a shadcn/ui compatible design system, so pretty easy to style.
I'll be rolling it out to all my projects, but maybe some of you find it useful.
[1]: https://11ty.dev
[3]: https://pagescms.org
[4]: https://devpu.sh
The only thing I think is missing is a proper full text search which I'll add later on this week using lunr.js [1]. I just didn't have the time to get it done for this release.
[1]: https://lunrjs.com/