---
title: Compare platforms
description: Evaluate docs.page against other documentation platforms when choosing where to publish.
---

## Choose a comparison

<CardGroup cols={2}>
  <Card title="Mintlify" icon="leaf" href="/comparisons/mintlify">
    Git-native authoring vs a hosted web editor, and push-to-publish vs dashboard deploys.
  </Card>
  <Card title="Docusaurus" icon="react" href="/comparisons/docusaurus">
    Instant GitHub publishing vs a static-site generator with build and deploy setup.
  </Card>
  <Card title="docsify" icon="book-open" href="/comparisons/docsify">
    A hosted docs platform vs client-side docsify with manual hosting.
  </Card>
  <Card title="Jekyll" icon="gem" href="/comparisons/jekyll">
    Purpose-built docs hosting vs a general-purpose static site generator.
  </Card>
  <Card title="GitHub Pages" icon="github" href="/comparisons/github-pages">
    A docs platform on push-to-publish vs GitHub Pages hosting infrastructure.
  </Card>
</CardGroup>

## Related

- [Introduction](/): what docs.page is and how hosting works
- [Publish your first site](/quickstart): go live in minutes from a public repo
- [Agent-ready docs](/ai-agents/overview): llms.txt, MCP, skills, and Ask AI
