Best tool to make your own wiki?

Hi all,

I have a need to make my own wiki. A place to add and detail some things and wanted to get your suggestions for the best platform to use for it? I am no developer so the tool must be easy to use and customize.

Please share your suggestions. Thanks!

I haven’t used it very much, but Zim seems like a reasonable option.

To share and host online, or just for personal notes?

Maybe both? I’d like to have the option either way. But I am open to any option.

Yes, I tried it. Its too bare bones and looks and feels outdated. I do want something more usable.

If you mean a website wiki similar to Wikipedia, I really like DokuWiki for its simplicity to install and maintain. All that is needed is to copy some files to a PHP capable web server like Apache. There is not even a database.

1 Like

Theres this list and also this list

Theres also few static wiki that can be hosted completely free on github pages, gitlab pages, cloudflare pages or whatever static host out there.

3 Likes

Thank you. Will check these out!

Just be mindful if you go the static wiki route and want to host it at github, and want the wiki to be semi public with some page are public and some are private notes, github doesn’t allow private repo to be published as github pages on free tier plan.

Github pages need to be on public repo to be published on free tier so the public repo would be crawled by bots, random people could inspect it. A way to get around that is to use cloudflare pages. You’d store the wiki on github private repo, connect it to cf pages and cf will build, publish it and give you a free subdomain to access the built wiki site.

2 Likes

Thanks for the context. My use case is much simpler than that - I just need it to build a personal knowledge base in the wiki format.

But I’ll keep that in mind.

Then go local if you’re going to use it 100% private. Theres something like this and few others.

1 Like