-
There is Ghost at least: https://ghost.org/ https://github.com/TryGhost/Ghost
However, it has recently shifted to more limited audience. (payed subscription-based content with different tiers)
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
PHP based static file CMS (w/o database) to render markdown on the fly:
* Kirby: https://getkirby.com/
-
Gollum
A simple, Git-powered wiki with a local frontend and support for many kinds of markup and content.
Depends on your target user. If you want something really simple for developers, https://github.com/gollum/gollum is pretty neat (is what powers the Wiki system on GitHub), while if you want something simple for people who aren't developers, something like Mediawiki would fit better. Although Mediawiki requires a database, you can use SQLite (which is basically a file on disk as a DB) for it.
Dokuwiki is also a neat old-school alternative that basically treats files on disk as articles/pages, so no (other) DB needed.
-
GravCMS is a flat-file CMS (content is saved to markdown, making it quite portable if you decide it's not for you). There isn't wiki-functionality (auto-create pages that don't exist), however.
I wrote an exporter from WP to Grav [1].
[1] https://github.com/jgonyea/wp2grav_exporter
-
Grav
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
chatgpt-shell
A multi-llm Emacs shell (ChatGPT, Claude, DeepSeek, Gemini, Kagi, Ollama, Perplexity) + editing integrations
I just launched a drag and drop service myself https://lmno.lol
No tracking, adverts, paywalls, or bloat. I'm also bringing a little nostalgia back with ASCII art headers (optional of course).
Here's my blog on it: https://lmno.lol/alvaro
Wrote a bit about how I got to build my own service https://lmno.lol/alvaro/blogging-minus-the-yucky-bits-of-mod...
-
Publii is another one with static generation capabilities (https://getpublii.com)
-
Not the OP but I have migrated to Hugo as well. There's a number of tools to convert to Hugo from a WordPress XML export. I used wp2hugo, IIRC: https://github.com/ashishb/wp2hugo
Dead easy. Took an afternoon to do everything, including fiddling with DNS and trying different themes, etc.