Softwr

Documentation · head to head

BookStack vs VitePress

BookStack logo

BookStack

Documentation

Self-hosted documentation wiki with a fixed shelf, book, chapter and page structure

From
Free
Rated
-
VitePress logo

VitePress

Documentation

Vite powered static site generator for documentation, with instant dev server start and Vue components in Markdown

From
Free
Rated
-

The short version

  • Each has a real cost: BookStack there is no vendor-hosted option at all, so you own the server, TLS certificates, database backups and upgrades, or you pay a third-party host that has no support relationship with the project and no ability to fix a bug.; VitePress customising beyond the default theme options requires writing Vue components, so a team with no Vue experience hits a wall at the first design request and cannot resolve it with configuration.
  • They diverge on capability: BookStack covers Shelves, books, chapters, pages, VitePress covers Vite dev server.
  • Prices and features above were last checked on 31 August 2026.

Where they differ

Only the attributes on which BookStack and VitePress actually diverge.

Attributes where BookStack and VitePress differ
AttributeBookStackVitePress
PlatformsWeb, Self-hosted, DockerWeb, macOS, Windows, Linux

Identical on both: starting price (Free), pricing model (Open source, no licence fee), free tier (Yes), user rating (Not yet rated), category (Documentation).

What each one covers

Drawn from each product's published feature list. An absence here means we hold no record of it - not that the product lacks it.

Only in BookStack

  • Shelves, books, chapters, pages
  • Dual editors
  • Granular permissions
  • Full text search
  • Page revisions
  • REST API
  • External authentication
  • Export

Only in VitePress

  • Vite dev server
  • Vue in Markdown
  • Local search
  • Default theme
  • Static output
  • Frontmatter driven layout
  • Markdown extensions

What people use each for

The jobs each tool is most often brought in to do.

BookStack

  • Running an internal knowledge base on infrastructure inside a network that cannot reach external SaaSnot VitePress
  • Documenting procedures and runbooks where a fixed structure prevents the tree sprawl a free-form wiki producesnot VitePress
  • Replacing a Confluence licence for a team that needs pages, permissions and search but none of the surrounding suitenot VitePress
  • Publishing customer-facing manuals from the same instance as internal documentation using per-book permissionsnot VitePress

VitePress

  • A documentation set large enough that bundler based generators have made local preview too slow to bother withnot BookStack
  • A Vue or Vite project that wants its docs on the same toolchain the library itself usesnot BookStack
  • API reference pages that need live interactive component demos inside the prosenot BookStack
  • A team that wants client side search without paying for or configuring a hosted search indexnot BookStack

Where each one falls short

Documented limitations, not opinions. Every one is a constraint you would hit in normal use.

BookStack

  • There is no vendor-hosted option at all, so you own the server, TLS certificates, database backups and upgrades, or you pay a third-party host that has no support relationship with the project and no ability to fix a bug.
  • The shelf, book, chapter, page hierarchy is fixed at four levels and cannot be reshaped, so migrating a deeply nested Confluence or MediaWiki space means flattening content by hand and losing the original structure.
  • It requires PHP and MySQL or MariaDB, which is a stack many engineering teams no longer run, so adopting it usually means introducing a database and runtime nobody else in the organisation maintains.
  • Development is concentrated on a single maintainer, which makes the bus factor a legitimate procurement question for anything the organisation intends to depend on for a decade.
  • Content lives in the database rather than in files under version control, so there is no docs-as-code workflow, no review by pull request and no branch per release.
  • Export is per page, chapter or book, so moving a large instance to another platform means writing a script against the REST API rather than copying a directory of Markdown.

VitePress

  • Customising beyond the default theme options requires writing Vue components, so a team with no Vue experience hits a wall at the first design request and cannot resolve it with configuration.
  • There is no built in documentation versioning, so shipping docs for multiple released versions of a product means running separate builds or deploying separate sites and wiring the switcher yourself.
  • Like every git based generator it offers no editing interface, so writers and support staff who spot an error cannot fix it without a developer workflow.
  • The default local search builds its index in the browser at load time, so very large sites see a memory and startup cost on the reader side that Algolia would not impose.
  • The plugin ecosystem is small compared with Docusaurus, so features such as blogging, tag pages or client side redirects are often hand built rather than installed.

Pricing, plan by plan

BookStack

Free
  • BookStackFree
    • MIT licence with no paid edition
    • All features included, no seat limits
    • Self-hosted on your own infrastructure

VitePress

Free
  • Open sourceFree
    • MIT licence
    • All features included
    • Self hosted on any static host

Which should you pick?

Choose BookStack if

  • You need shelves, books, chapters, pages.
  • You want to start without paying.
  • You work on Web, Self-hosted, Docker.
  • You also want dual editors.

Choose VitePress if

  • You need vite dev server.
  • You want to start without paying.
  • You work on Web, macOS, Windows, Linux.
  • You also want vue in markdown.

Questions people ask

Is BookStack or VitePress better?
Neither clearly leads. BookStack starts at Free and VitePress at Free, and user ratings are close enough to be indistinguishable. Choose on capability and platform support.
Which is cheaper, BookStack or VitePress?
BookStack starts at Free and VitePress at Free.
Does BookStack or VitePress run on more platforms?
BookStack runs on Web, Self-hosted, Docker. VitePress runs on Web, macOS, Windows, Linux.
Can I use BookStack for free?
Both have a free tier, so you can try either at no cost before committing.
What is BookStack best used for?
BookStack is most often used for running an internal knowledge base on infrastructure inside a network that cannot reach external saas, documenting procedures and runbooks where a fixed structure prevents the tree sprawl a free-form wiki produces, replacing a confluence licence for a team that needs pages, permissions and search but none of the surrounding suite, publishing customer-facing manuals from the same instance as internal documentation using per-book permissions. Of those, running an internal knowledge base on infrastructure inside a network that cannot reach external saas and documenting procedures and runbooks where a fixed structure prevents the tree sprawl a free-form wiki produces are not what VitePress is typically brought in for.
What can BookStack do that VitePress cannot?
BookStack covers Shelves, books, chapters, pages, Dual editors, Granular permissions, Full text search. VitePress covers Vite dev server, Vue in Markdown, Local search, Default theme.

Answered from the vendors’ own pages

BookStack: Is there a paid or hosted version?

No. BookStack is MIT-licensed with no commercial edition and no official hosted service. Third-party hosts exist but are unaffiliated with the project.

VitePress: Do I have to know Vue?

Not to write Markdown pages. Yes, as soon as you want to change the theme or add an interactive component.

BookStack: Can I nest pages more deeply?

No. Four levels is the design, not a limitation waiting to be fixed, and content that needs deeper nesting has to be restructured.

VitePress: Does it handle versioned documentation?

Not natively. You build and deploy each version separately and link between them.

BookStack: Does it support single sign-on?

Yes, through LDAP, SAML2 or OpenID Connect, with group to role mapping, and none of it is gated behind a paid tier because there is no paid tier.

VitePress: Is search free?

Yes, the built in local search is free and needs no service. Algolia DocSearch is supported if you prefer hosted search.

BookStack: How hard is it to migrate content in?

Straightforward for flat content through the REST API, awkward for deeply nested wikis, because the structure has to be collapsed to fit.

VitePress: How does it compare on build speed?

Development start time stays roughly flat as pages are added because Vite does not bundle in development. Production builds still scale with page count.

VitePress: Can non developers contribute?

Only through the git hosting web editor, which still means a commit and a pull request.

Share

Related pages

Other head to heads