Starlight

Starlight

Documentation sites on Astro, with self-hosted full-text search built in rather than bolted on. Mix React, Vue, or Svelte components in one site. Still pre-1.0 after three years.

🩺 Vitals

What do these metrics mean?
  • Last active: when code was last pushed, as of our last check. The dot is green when that was recent, grey otherwise. A long gap can mean a tool is finished and stable, not only unmaintained.
  • Latest release: the most recent tagged, packaged version the maintainers published. Not every healthy project tags releases.
  • Open issues: unresolved reports and requests. A high number is normal for a popular project and is not a warning on its own.
  • Stars: how many people bookmarked the project on its forge. A rough popularity signal, not a measure of quality.

πŸ—οΈ Profile

1. The Executive Summary

What is it? Starlight is a documentation site framework built on Astro. Two things separate it from the rest of this category. The first is search: it ships full-text search out of the box through Pagefind, which builds an index into your static output and runs entirely in the browser. No external service, no API key, no application to be approved for, and it works behind a firewall on internal documentation. Compare that to Docusaurus, which ships no search at all and points you at a hosted service you may not qualify for. The second is that Astro is framework-agnostic: you can drop React, Vue, Svelte, or Solid components into the same site, and Astro ships zero JavaScript to the browser for the parts that do not need it. For a mixed-stack organisation, that removes the usual requirement to standardise your documentation on whatever frontend framework the generator happens to prefer.

The Strategic Verdict:

2. The "Hidden" Costs (TCO Analysis)

Cost Component ReadMe (SaaS) Starlight (Self-Hosted)
Plan Cost $250/mo (Pro, billed annually) $0
Additional Admins $20/mo per admin beyond five $0 (unlimited)
SSO & SAML Pro tier and above Your identity layer
Audit Logs Enterprise tier, from $3,000/mo Your hosting stack
Full-Text Search Included Included (self-hosted, no external index)

3. The "Day 2" Reality Check

πŸš€ Deployment & Operations

πŸ›‘οΈ Security & Governance (Risk Assessment)

4. Market Landscape

🏒 Proprietary Incumbents

🀝 Open Source Ecosystem