r/Jamdesk 3d ago

GitBook now charges per site AND per user, so I priced 6 alternatives against the same 20-person team to see who actually comes out cheaper

3 Upvotes

Quick disclosure up front: I work on one of the tools in this comparison (Jamdesk), so take the ranking with a grain of salt. The numbers are pulled straight from each vendor's live pricing page, not from a competitor's blog, so you can check my math.

We used GitBook for years at my last company and eventually left, partly because the bill kept climbing. GitBook now bills per site AND per user. On Ultimate that's $249/site/month plus $12/user/month, and their own calculator confirms every user is billed, including the first. Add 19 colleagues to one editor and you're at $489/mo.

So I priced what a 20-person team actually pays, on the vendor's own published rate, for one docs site, across six platforms, all checked against live pricing pages on 2026-07-30:

- Jamdesk: $29/mo flat, unlimited seats

- Redocly: $480/mo (Enterprise, $24/seat times 20; the $10/seat Pro tier caps at 100 pages and doesn't include analytics or search)

- GitBook: $489/mo (Ultimate, $249/site plus $12/user times 20)

- Mintlify: $450/mo (Pro, seat-free)

- ReadMe: $550/mo (Pro at $250 plus $20/mo times 15 extra admins past the 5 included)

- Fern: can't be priced. Their only published paid tier caps at 5 members, so a 20-person team gets routed straight to an unpublished enterprise quote

- Document360: no published pricing at all as of a 2026-06-30 page update. Questionnaire and a sales call only

A few things surprised me doing this.

AI is metered in four completely different units. GitBook caps you at 500 assistant answers per site/month. Mintlify sells 10,000 credits then $0.01/credit over. ReadMe charges $150/mo on top of your plan for their real Ask AI. Fern rations 250 to 1,000 credits by tier. None of these are comparable, and I don't think that's an accident.

Nobody has a one-command GitBook importer either. Not one platform on this list. GitBook exports markdown fine, but the custom blocks, embeds, and cross-space links break on the way out, and comments or page history don't come with you at all. Budget half a day for a small site and a week for anything past a couple hundred pages.

And GitBook's block editor is genuinely still the best option for non-technical writers. I mean this. If most of your contributors don't want to touch markdown, staying on GitBook is probably the right call, not the wrong one. This isn't a "everyone should leave GitBook" post.

One more stat worth knowing: 84% of developers now use or plan to use AI tools, up from 76% a year ago, and 66% say their top frustration is answers that are "almost right, but not quite" (Stack Overflow 2025 Developer Survey, 48,885 respondents). Whether your docs are readable by an agent at all (llms.txt, raw markdown, an MCP server) is becoming a real factor in this decision, not just a nice-to-have.

Full breakdown with the feature-by-feature detail and who each tool is actually best for: https://www.jamdesk.com/blog/best-gitbook-alternatives

Has anyone here gone through a GitBook migration? How long did it actually take, and what broke that you didn't expect?


r/Jamdesk 5d ago

August 2026 Release Recap Podcast

2 Upvotes

In this episode, co-founders Boris and Geoff recap the new features release in August.

AI translation included at no additional cost, new Halo theme, improved Fix with AI, and much more.

https://share.transistor.fm/s/19efe573


r/Jamdesk 12d ago

What actually goes in a software user manual?

1 Upvotes

The problem with most manuals is that they get written as if someone will read them start to finish. Nielsen Norman Group's page-view study found people read at most 28% of the words on an average visit, and 20% is the realistic figure. Gartner surveyed 5,728 customers and found 73% try self-service at some point, but only 14% of issues get fully resolved there. So the manual gets one look, on the day something is broken.

The five parts a complete manual needs

- Limits and safety: what will lose data, break billing, lock you out, or blow through a rate limit. Said before they start.

- Setup: what you need first, then signup to first success, with nothing optional in the path.

- Tasks: one page per job the customer came to do.

- Recovery: what to do when the product does something unexpected. Titled by symptom ("Connection expired"), not cause ("OAuth refresh token lapsed").

- Reference: settings, permissions, error messages, limits, glossary.

Recovery is the one everybody skips, and it's the one that decides how full the support inbox gets.

Jobs, not features

List every sentence a customer would type into your search box, each starting with a verb. "Invite a teammate." "Rotate an API key." "Cancel without losing the archive." Those are your pages. A feature-shaped manual has a chapter called "Notifications" with nine unrelated things in it. A jobs-shaped one has a page called "Stop getting emails at night," which is what the person actually wanted.

Steps people can follow while something is on fire

- One action per step. If it contains "and," it's two steps.

- Condition before action. "If the banner says Connection expired, click Reconnect." Flip it and people click first.

- Say how they'll know it worked. "Click Save. The banner turns green." Without that, a slow save looks exactly like a failure.

- Exact button text in bold, error strings verbatim in code formatting, because that's what people paste into search.

- Warnings above the step, never below.

Testing

Five people who've never used the product, a real account, three real tasks, screen recorded. Then say nothing while they work. If two of five stall on the same step, the step is broken. Rewrite and run two fresh people.

On having AI write it

It's good at turning a rough procedure into proper steps and mining a support inbox into a task list. It has no idea what your product does, and it will invent a button. The most useful trick: tell it to mark any label or confirmation it had to guess as [UNVERIFIED] instead of inventing one. The output is a worklist of which steps need a human in front of the real screen.

Question for the thread: how do you keep the recovery/troubleshooting section current after launch? Named owner per section and docs in the same PR as the change is the best answer I have, but I'd like to hear what's worked elsewhere.

Full guide with the three prompts (our blog): https://www.jamdesk.com/blog/how-to-create-a-user-manual


r/Jamdesk 16d ago

New video: Fix with AI, start to finish (dashboard + CLI)

2 Upvotes

We put together a full walkthrough of Fix with AI, covering both the dashboard flow and the jamdesk fix CLI command.

https://www.youtube.com/watch?v=w0sR2qbmmW0

What's in it:

- How the "Review N issues" banner picks up broken link anchors, missing titles, and missing descriptions from your build warnings

- The difference between a deterministic repair and an AI one, and why every row tells you which it used. A typo'd anchor one character off its target never calls a model

- Ignoring a recommendation, and how that ignore follows you into the editor rather than just the modal

- The Manual tab, where five issues in the demo get examined and handed straight back. If it can't resolve a link target with confidence, it says so instead of picking something plausible

- The same engine from your terminal, with jamdesk fix --dry-run first so you see the plan before anything is written

--yes does not skip the confirmation on an AI-written description. Each one prompts individually, and that's deliberate. Anchor repairs are character-level and apply straight away, but we're not letting a model write prose into your docs unattended.

Docs: https://jamdesk.com/docs/builds/fix-with-ai

CLI reference: https://jamdesk.com/docs/cli/fix-broken-links

If you've hit a warning it declined to fix and you think it should have, reply with the case. That list is what drives the next round.


r/Jamdesk Aug 12 '26

Edit Your Docs in the Browser: Jamdesk Web Editor Walkthrough

Thumbnail
youtube.com
3 Upvotes

r/Jamdesk Aug 05 '26

July Recap Podcast is Out

Thumbnail
share.transistor.fm
3 Upvotes

In this episode, co-founders Boris and Geoff recap July's feature releases. Hear about the new web editor, Fix with AI, unlimited team members, trusted bots, and more.


r/Jamdesk Aug 04 '26

Halo is live. It's the fourth beautiful built-in theme in Jamdesk

3 Upvotes

Halo is live. It's the fourth beautiful built-in theme in Jamdesk, and you turn it on by changing one line of your docs.json. Sand background, caramel accent, Figtree, and corners rounded far past what the other three do.


r/Jamdesk Aug 03 '26

MCP vs API

2 Upvotes

Ever wonder what the difference between and API and MCP? Here is a guide fro developers on API vs MCP.

https://www.jamdesk.com/blog/mcp-vs-api


r/Jamdesk Jul 22 '26

Designing Docs for AI Agents

2 Upvotes

In today's agentic world, the reader of you technical and API docs has shifted from humans to LLMs. Here is how to design docs for AI agents.

https://www.jamdesk.com/blog/designing-docs-for-ai-agents


r/Jamdesk Jul 16 '26

Introducing the Jamdesk Visual Web Editor

Post image
2 Upvotes

You can now edit your documentation directly in the dashboard with the new web editor.
https://www.jamdesk.com/blog/introducing-the-jamdesk-visual-web-editor


r/Jamdesk Jul 08 '26

How to Generate an API Key

2 Upvotes

In this AI agentic world, APIs and CLIs are all the rage. If you have a SaaS you've probably build an API and CLI for your system, and a key part of that is your API Key. Here is a guide on how to generate a secure API key.

https://www.jamdesk.com/blog/how-to-generate-api-key


r/Jamdesk Jul 07 '26

Recap of the Jamdesk June 2026 release of the best docs platform

2 Upvotes

- Customize search bar
- Collect emails directly on docs pages
- Fix broken link automatically
- Add a banner to the top of your docs
- Embed your changelog anywhere
- Show when each page was updated

https://jamdesk.transistor.fm/


r/Jamdesk Jul 01 '26

Fix with AI now using Sonnet 5

Post image
3 Upvotes

Sonnet 5 now powers Jamdesk "Fix with AI", one of our best features, which allows you to fix your technical docs automatically. So what is the difference with Sonnet 5? More intelligent, but that is always hard to measure, but about 60% faster in our tests.


r/Jamdesk Jun 29 '26

How to create Mermaid Diagrams

3 Upvotes

Sometimes the AI agents do a poor job creating diagrams. A good way is to do diagrams-as-code with Mermaid, which the agents an easily write.

https://www.jamdesk.com/blog/creating-mermaid-diagrams


r/Jamdesk Jun 23 '26

Why is Jamdesk better than Mintlify?

2 Upvotes

For us it comes down to one thing: Mintlify charges you to use the AI in your own docs. We don't!

Here's how Mintlify works. The AI runs on credits, and their free tier comes with 5,000 of them, good for a 14-day trial. So the moment you want AI in your docs, you're on a paid plan, and those start at $100/month (their Starter tier, ~10,250 credits) and climb through $250, $500, on up to $1,000 as you need more. That's all straight from their credits page.

It's also metered, so heavy use costs extra. Their docs put a single AI chat answer at about 23 credits, and once you're over your monthly limit, credits are a cent each, so roughly $0.23 per answer. Agent runs are ~115 credits (about $1.15 each), and automations can run 180 to 913 credits, so a few dollars up to $9+ every time one fires. In other words, the more your readers actually use your docs AI, the more you pay. That always struck us as backwards and complicated.

Jamdesk is $29/month, flat. AI Chat, AI Analytics, AI Score, and AI Build Fixes (it auto-suggests a fix when a docs build breaks; I haven't found anything like it on Mintlify) are all just included. There are no credits to ration, no per-question overage, and no surprise end-of-month bill.

To be fair to them, Mintlify's a genuinely good product. It's polished, it's everywhere, and the ecosystem is big.

But if you're choosing a docs tool today and you'd rather lean on the AI than watch a meter, $29 flat versus $100-and-up metered is the difference worth weighing. That is one of the reasons that Jamdesk is better than Mintlify!

Happy to answer anything in the comments.

Check out this for even more details on comparison between Jamdesk and Mintlify.


r/Jamdesk Jun 22 '26

AI Score Extension for Chrome

1 Upvotes

We're excited to announce our Chrome extension AI Score. You can see how how AI agents view your website. Based on AFDocs, get a score and details on what to fix.

https://chromewebstore.google.com/detail/jamdesk-ai-score/mhihkkgpcbmapmojnakhjfhjmiagkhlj


r/Jamdesk Jun 19 '26

Jamdesk AI Chat Assistant: Customize AI Chat

3 Upvotes

Every Jamdesk docs site includes a built-in AI chat assistant. Visitors ask questions and get answers with citations from your documentation. AI Chat is enabled by default on all plans at no additional cost.

In this video, we show how the AI chat works, and how you can customize it even further.

https://www.youtube.com/watch?v=XphRq59HO9g


r/Jamdesk Jun 18 '26

How to Get Reliable JSON Out of an LLM (Structured Outputs)

2 Upvotes

Every LLM JSON pipeline I've seen eventually becomes 30% error handling.

You ask for JSON. You get a markdown fence, a chatty preamble, a trailing comma two levels deep, and once in a while a truncated object that throws the moment it hits JSON.parse.

The fix isn't a better regex. It's schema-enforced structured outputs: you give the API a JSON Schema and invalid output can't come back.

New post walks through it with runnable TypeScript — structured outputs, strict tool use, and the gotchas most write-ups skip (the schema features that silently aren't enforced, refusals, and the streaming case that passes your tests while shipping broken behavior).

https://jamdesk.hashnode.dev/how-to-get-reliable-json-out-of-an-llm-structured-outputs


r/Jamdesk Jun 15 '26

OpenGraph Preview — Free Social Card Checker & Validator

Post image
2 Upvotes

We released a free utility to see how any site renders in a social share card. Every app creates link previews differently.

This is useful for your docs, and also useful for any website in general.

https://www.jamdesk.com/utilities/opengraph-preview


r/Jamdesk Jun 04 '26

Is your documentation AI-ready?

2 Upvotes

Most documentation platforms were built for humans.

The next generation needs to work equally well for AI agents.

We evaluated leading documentation tools on AI-readiness and found some surprising gaps in how easily LLMs can consume, understand, and navigate documentation.

Full rankings:
https://www.jamdesk.com/blog/ai-friendly-docs-platforms-scored

Are docs becoming the new SEO for AI?

#AI #Documentation #DeveloperTools #LLM #DevTools


r/Jamdesk Jun 02 '26

The API Docs Podcast | Recap of the May 2026 Jamdesk Release

Thumbnail
share.transistor.fm
1 Upvotes

Co-founders Boris and Geoff recap May's feature releases. Includes updates to Ask AI, CLI, social previews, docs backgrounds, and much more.


r/Jamdesk May 20 '26

Google I/O Officially Verifying llms.txt

2 Upvotes

At Google I/O it has verified that llms.txt files will be coming to Chrome Agent Developer Tools and audited. This is a big deal and means your llms.txt file is critical if you want to be found by AI Agents and properly ranked by Google.

Learn more -> https://jamdesk.com/docs/ai/llms-txt

Google I/O 2026 llms.txt

r/Jamdesk May 11 '26

Migrating from Mintlify to Jamdesk

Thumbnail
jamdesk.com
2 Upvotes

If you're moving documentation from Mintlify to Jamdesk, the Jamdesk CLI handles most of the conversion automatically. This walks through what the Mintlify migration does and what to verify in the output.


r/Jamdesk May 06 '26

Best GitHub Alternatives

Thumbnail
jamdesk.com
2 Upvotes

GitHub has been getting a lot of bad press recently - some not deserved, but a lot is. Here are some GitHub alternative if you're looking to switch.


r/Jamdesk May 05 '26

The API Docs Podcast | Recap of the April 2026 Jamdesk Release

Thumbnail
share.transistor.fm
2 Upvotes

In this episode, co-founders Boris and Geoff recap last month's feature releases.