From cb31b7141bcad16a203ae5c531f203ca7b98a295 Mon Sep 17 00:00:00 2001 From: Michael Novotny Date: Tue, 6 Jun 2023 13:50:50 -0500 Subject: [PATCH] Adds note about alternative providers. (#1039) * Updates README note on alternative providers. * Adds link --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51cd1eca7..16d441543 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,13 @@ A Next.js 13 and App Router-ready ecommerce template featuring: ## Providers +Vercel will only be actively maintaining a Shopify version [as outlined in our vision and strategy for Next.js Commerce](https://github.com/vercel/commerce/pull/966). + +Vercel is more than happy to partner and work with any commerce provider to help them get a similar template up and running and listed below. Alternative providers should be able to fork this repository and swap out the `lib/shopify` file with their own implementation while leaving the rest of the template mostly unchanged. + - Shopify (this repository) -- [Saleor](https://github.com/saleor/nextjs-commerce) ([Demo](https://saleor-commerce.vercel.app/)) - [Medusa](https://github.com/medusajs/vercel-commerce) ([Demo](https://medusa-nextjs-commerce.vercel.app/)) +- [Saleor](https://github.com/saleor/nextjs-commerce) ([Demo](https://saleor-commerce.vercel.app/)) ## Running locally