Documentation platform such as gitbook

Hello everyone,

I need a gitbook-style platform that hosts the documentation of my app. The only problem is that the free version is indexed and free and I would not like to have such an open documentation..

The paid plan is really expensive, do you have any alternatives?

Why not just Github?

Because the paid plan costs more than 70 dollars a month.. (I’m referring to gitbook, not GitHub)

Ah okay, you want the fancy stuff.

Edit: Quick Google Search - Featurebase – Pricing

If you’re comfortable with a bit of code and managing yourself, I’d recommend hosting Astro via Cloudflare Workers. It’s clean UI and you’ll prob. get away on the free tier. It’s easy to setup with guidance from Claude Code. You can then setup authentication to protect the entire deployment either on Astro itself or with Cloudflare Zero Trust.

You can check Fumadocs - it s open source and has modern style like Gitbook.

3 Likes

It was exactly what I was looking for, thank you!

1 Like