2022-12-21 15:39:54 +00:00

2022-12-12 13:38:14 +00:00
2022-12-21 15:39:54 +00:00
< div align = "center" >
< h1 > Saleor Apps< / h1 >
< / div >
2022-12-12 13:38:14 +00:00
2022-12-21 15:39:54 +00:00
< div align = "center" >
< p > The central space for Saleor Apps, Integrations and Marketplace.
< / div >
2022-12-12 13:38:14 +00:00
2022-12-21 15:39:54 +00:00
< div align = "center" >
< a href = "https://saleor.io/" > 🏠 Website< / a >
< span > • < / span >
< a href = "https://docs.saleor.io/docs/3.x/developer/extending/apps/key-concepts" > 📚 Docs< / a >
< span > • < / span >
< a href = "https://saleor.io/blog/" > 📰 Blog< / a >
< span > • < / span >
< a href = "https://twitter.com/getsaleor" > 🐦 Twitter< / a >
< / div >
< br / >
< div align = "center" >
< a href = "https://docs.saleor.io/docs/3.x/developer/extending/apps/quickstart/getting-started" > Build an app ▶️< / a >
< / div >
## Overview
This repository serves as a starting point in the exploration of Saleor apps.
> _Saleor apps are separate applications that use GraphQL to talk to the Saleor server and receive webhooks with event notifications from Saleor._
>
> [docs.saleor.io](https://docs.saleor.io/docs/3.x/developer/extending/apps/key-concepts)
From here, you can visit:
- [🔍 Apps documentation ](https://docs.saleor.io/docs/3.x/developer/extending/apps/key-concepts ) - to learn more about how you can use apps to extend the capabilities of Saleor.
- [🆕 Quickstart Tutorial ](https://docs.saleor.io/docs/3.x/developer/extending/apps/quickstart/getting-started ) - to build your first app using [Saleor CLI ](https://docs.saleor.io/docs/3.x/cli ).
- [🗓️ Roadmap ](https://github.com/orgs/saleor/projects/22/views/1 ) - to see the current progress on the development of official Saleor apps.
- [✍️ GitHub issues ](https://github.com/saleor/apps/discussions/categories/integrations-features ) - to submit a proposal for creating a new integration or an app.
## Apps
2022-12-12 13:38:14 +00:00
2023-02-07 17:58:41 +00:00
Apps are being migrated to single monorepo in this repository.
Meantime they can be accessed from the repositories below:
2022-12-12 13:38:14 +00:00
| App | Integrations | Manifest URL to install |
|----------------------------------------------|--------------------|-----------------------------------------|
2022-12-12 13:39:36 +00:00
| [Search Hub ](https://github.com/saleor/saleor-app-search ) | Algolia | https://search.saleor.app/api/manifest |
| [CMS Hub ](https://github.com/saleor/saleor-app-cms-hub ) | Contentful, Strapi | https://cms-hub.saleor.app/api/manifest |
| [Klaviyo ](https://github.com/saleor/saleor-app-klaviyo ) | Klaviyo | https://klaviyo.saleor.app/api/manifest |
| [Slack ](https://github.com/saleor/saleor-app-slack ) | Slack | https://slack.saleor.app/api/manifest |
| [Mailing Hub ](https://github.com/saleor/saleor-app-mailing ) | | |
2023-01-17 15:14:30 +00:00
| [Invoices ](https://github.com/saleor/saleor-app-invoices ) | | https://invoices.saleor.app/api/manifest |