Hoppscotch vs Starlight

Hoppscotch and Starlight are both free, open-source developer tools, but they solve unrelated problems. Hoppscotch is an API development ecosystem for…

Best for Hoppscotch: Hoppscotch fits developers and API teams who need to test REST, GraphQL, WebSocket, and SSE endpoints in one interface, collaborate on collections in real time, and optionally self-host instead of using the hosted cloud version.
Best for Starlight: Starlight fits developers or teams building a documentation website who want built-in full-text search, internationalization, and SEO defaults out of the box, and who are comfortable working within Astro and writing content in Markdown, MDX, or Markdoc.

At a Glance

 HoppscotchStarlight
Primary categoryDeveloper ToolsDeveloper Tools
RatingNot documentedNot documented
Pricing modelFreemiumopen-source
Starting priceFreeFree
Free planYesNot documented
Free trialNot documentedNot documented
PlatformsWeb, Mac, WindowsNot documented
Team collaborationNot documentedNot documented
AI featuresNot documentedNot documented
Public APIYesNot documented

Key Differences

Core Purpose

Hoppscotch: Hoppscotch is an API development ecosystem for building, testing, and documenting HTTP and GraphQL requests, supporting REST, GraphQL, WebSocket, and SSE protocol testing in one interface.

Starlight: Starlight is a documentation site framework for publishing static docs sites, built on top of Astro.

These tools address entirely different stages of the developer workflow — testing an API versus publishing documentation about it.

Underlying Framework

Hoppscotch: Hoppscotch's documented facts do not name a specific underlying web framework; it is offered as a hosted app and a self-hostable deployment.

Starlight: Starlight is explicitly built on top of Astro, so pages ship with minimal client-side JavaScript per its documented pros.

Knowing the underlying framework affects how deeply a team can customize the tool and what ecosystem skills are needed to extend it.

Collaboration vs. Content Publishing

Hoppscotch: Hoppscotch supports real-time collaboration on API collections among team members.

Starlight: Starlight is a content publishing framework with type-safe frontmatter and framework-agnostic UI components (React, Vue, Svelte, Solid), not a real-time collaboration tool.

Real-time collaboration matters for teams jointly testing and iterating on API requests, while a docs framework is about publishing finished content.

Deployment Model

Hoppscotch: Hoppscotch offers both a hosted cloud version and a self-hostable deployment option.

Starlight: Starlight has no official hosted or managed offering, per its documented cons — it must be deployed like any other Astro site (e.g., to a static host).

A tool with an official hosted option removes deployment work, while a framework-only tool requires the team to handle its own hosting pipeline.

Content Format Support

Hoppscotch: Hoppscotch's documented facts focus on request/response testing formats (REST, GraphQL, WebSocket, SSE), not prose content formats.

Starlight: Starlight supports writing content in Markdown, MDX, or Markdoc, with built-in TypeScript-backed frontmatter schema validation.

Content format flexibility matters specifically for documentation authoring, which is outside Hoppscotch's scope entirely.

Feature-by-Feature

API Testing (Hoppscotch)

FeatureHoppscotchStarlight
REST/GraphQL/WebSocket/SSE testingAvailableUnavailable
Real-time collaboration on collectionsAvailableUnavailable
Self-hostable deploymentAvailableAvailable

Documentation Publishing (Starlight)

FeatureHoppscotchStarlight
Built-in full-text searchUnavailableAvailable
Internationalization (i18n)UnavailableAvailable
Markdown / MDX / Markdoc content supportUnavailableAvailable
SEO defaults for docs pagesUnavailableAvailable
Type-safe frontmatterUnavailableAvailable

Cost & Access

FeatureHoppscotchStarlight
Free / open sourceAvailableAvailable
Officially hosted/managed offeringAvailableUnavailable
Framework-agnostic UI component supportNot documentedAvailable

Pricing Compared

Starting price reflects the lowest paid tier, not the full cost for every team size or usage level.

Hoppscotch

Free (Cloud) — Free Free forever
Organization (Cloud) — $6/user/month (billed annually) Monthly or annual
Self-Host Community Edition — Free Free forever (MIT license)
Self-Host Enterprise Edition — $19/user/month Monthly

Starlight

Open Source — Free N/A

Pros & Cons

Hoppscotch

Pros

  • Fully free core product with no signup required to start testing APIs
  • Genuinely open source with a real, MIT-licensed self-hosted option
  • Broad protocol support including GraphQL, WebSocket and MQTT, not just REST
  • Fast, lightweight browser-based Progressive Web App
  • Large, active open-source community driving continuous improvement

Cons

  • Smaller ecosystem of third-party integrations compared to Postman
  • Enterprise-grade SSO and audit logging require the paid Self-Host Enterprise tier
  • Team collaboration and admin features are less mature than established commercial rivals
  • Small company size (roughly 8-20 people) behind a widely used product
  • Documentation and mock server tooling are less extensive than Postman's

Starlight

Pros

  • Completely free and open source with no paid tier
  • Fast page loads thanks to Astro's minimal-JavaScript approach
  • Built-in search, navigation, and i18n reduce setup time
  • Actively maintained by the Astro core team with frequent releases
  • Flexible content authoring across Markdown, MDX, and Markdoc

Cons

  • Requires familiarity with Astro and its build tooling
  • No hosted or managed offering; teams must deploy and host it themselves
  • Customization beyond the built-in theme requires editing Astro components
  • Smaller plugin ecosystem than long-established docs tools like Docusaurus or GitBook

Use Cases

Choose Hoppscotch: Hoppscotch fits developers and API teams who need to test REST, GraphQL, WebSocket, and SSE endpoints in one interface, collaborate on collections in real time, and optionally self-host instead of using the hosted cloud version.
Choose Starlight: Starlight fits developers or teams building a documentation website who want built-in full-text search, internationalization, and SEO defaults out of the box, and who are comfortable working within Astro and writing content in Markdown, MDX, or Markdoc.
Need both: A developer tools company could use Hoppscotch internally and with partners to test and collaborate on its API endpoints, then use Starlight to publish the public-facing API documentation site describing those same endpoints — the two would sit side by side in a typical API product's toolchain.

Hoppscotch

  • Quick API testing without installation — Developers open Hoppscotch in the browser to send and inspect API requests instantly without creating an account.
  • Self-hosted API testing for compliance — Security-conscious organizations self-host Hoppscotch to keep all API request and response data on their own infrastructure.
  • CI/CD API test automation — Teams use the Hoppscotch CLI to run collections and assertions automatically as part of continuous integration pipelines.

Starlight

  • Open-source project documentation — Open-source maintainers use Starlight to build searchable, well-organized docs for their libraries and tools without building a custom site.
  • Developer tool and API documentation — Companies building developer tools use Starlight to document APIs and SDKs with fast, accessible, search-enabled sites.
  • Multilingual product documentation — Teams needing documentation in multiple languages use Starlight's built-in internationalization to manage translated content in one site.

Frequently Asked Questions

Do Hoppscotch and Starlight compete with each other?

No. Hoppscotch is an API testing and development tool for REST, GraphQL, WebSocket, and SSE requests, while Starlight is a framework for building documentation websites. They serve different, non-overlapping purposes.

Are both Hoppscotch and Starlight free?

Yes. Hoppscotch is open source with both a hosted cloud version and a self-hostable version. Starlight is free and open source, built on Astro, with no paid tier documented.

Can Starlight be used to document an API tested in Hoppscotch?

That is a reasonable combined workflow, though the facts do not document a direct integration between the two — a team would test and iterate on API requests in Hoppscotch, then separately author and publish the documentation describing those endpoints in a Starlight-based docs site.

Does Starlight offer a hosted version like Hoppscotch does?

No. Starlight has no official hosted or managed offering per its documented cons; it must be deployed like any other Astro site. Hoppscotch, by contrast, offers both a hosted cloud version and a self-hostable option.

What content formats does Starlight support?

Starlight supports Markdown, MDX, and Markdoc, with type-safe frontmatter validation backed by TypeScript. This is not a relevant comparison point for Hoppscotch, which is focused on API request testing rather than content authoring.

Read the full Hoppscotch review · Read the full Starlight review