# SaaS vs Self-Host

When using Reacher, you can choose between two options: the SaaS version hosted by Reacher or self-hosting the service on your infrastructure. Each option offers distinct advantages depending on your needs, technical resources, and desired level of control.

## What is Reacher SaaS?

Reacher SaaS is the cloud-hosted version of the service, accessible at <https://app.reacher.email>. It handles all infrastructure, updates, and scaling for you. You can verify emails directly via the Reacher Dashboard without managing technical details.

## What is Self-Hosting Reacher?

Reacher is also available for self-hosting, enabling you to run the service on your own servers. This approach provides full control over the environment and data while leveraging the same verification engine as Reacher SaaS. Reacher is designed to make self-hosting straightforward and efficient.

{% hint style="success" %}
Reacher's goal is to make Self-Hosting easy. You can [Install Reacher in 20min](/self-hosting/install.md) as part of your **Commercial License Trial**.
{% endhint %}

## Key Differences

| Feature               | SaaS                                   | Self-Hosting                                                                                              |
| --------------------- | -------------------------------------- | --------------------------------------------------------------------------------------------------------- |
| **Volume**            | Limited to 10k verifications per month | Unlimited verifications                                                                                   |
| **Cost**              | Monthly subscription                   | Monthly subscription + server costs (lower at scale) + [proxy](/self-hosting/proxies.md) costs (optional) |
| **Setup Time**        | Instant                                | Requires installation and setup                                                                           |
| **Maintenance**       | Fully managed by Reacher               | Managed by your IT team                                                                                   |
| **Data Ownership**    | Data stored on Reacher servers         | Full ownership, no data is sent to Reacher                                                                |
| **Bulk Verification** | Not supported                          | Supported, see [Bulk Verification (v0.7)](/advanced/migrations/bulk.md)                                   |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.reacher.email/self-hosting/saas-vs-self-host.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
