The original post: /r/selfhosted by /u/Jack___Attack on 2024-12-13 15:52:38.

Hey guys, here is a project I have been working on for a bit called Yet Another Wiki: https://github.com/john-overton/yet-another-wiki

Its a self-hosted wiki\documentation platform. It is free for personal use and has a similar feel to projects like Nextra or Docusaurus but without having to deal with static documents, document compiling, or manual markdown\mdx development. I tried to make it as easy as possible to use as I am also building other projects on top of this framework.

I left it MIT licensed although there are some aspects that are paid (like multiple users for collaboration). So feel free to fork and hack for yourself to your hearts content - I’m not going to stop you.

You can also see a demo of it in action at demo.yetanotherwiki.com

I built it in Next.js and you can deploy from the GitHub repo or through docker. Feedback is welcome! Cheers!