diff --git a/README.md b/README.md index 03fa019..3358f9c 100644 --- a/README.md +++ b/README.md @@ -494,6 +494,17 @@ const scrapeResult = await app.scrapeUrl("https://news.ycombinator.com", { console.log(scrapeResult.data["llm_extraction"]); ``` +## Open Source vs Cloud Offering + +Firecrawl is open source available under the AGPL-3.0 license. + +To deliver the best possible product, we offer a hosted version of Firecrawl alongside our open-source offering. The cloud solution allows us to continuously innovate and maintain a high-quality, sustainable service for all users. + +Firecrawl Cloud is available at [firecrawl.dev](https://firecrawl.dev) and offers a range of features that are not available in the open source version: + +![Open Source vs Cloud Offering](https://raw.githubusercontent.com/mendableai/firecrawl/main/img/open-source-cloud.png) + + ## Contributing We love contributions! Please read our [contributing guide](CONTRIBUTING.md) before submitting a pull request. diff --git a/img/open-source-cloud.png b/img/open-source-cloud.png new file mode 100644 index 0000000..acc1585 Binary files /dev/null and b/img/open-source-cloud.png differ