Skip to content

Commit 4a00ab8

Browse files
authored
Update README.md
1 parent 11e9005 commit 4a00ab8

File tree

1 file changed

+48
-3
lines changed

1 file changed

+48
-3
lines changed

README.md

Lines changed: 48 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Spree Starter
22

3-
This is a starter kit for [Spree Commerce](https://spreecommerce.org) - the open-source e-commerce platform for Rails. It is a great starting point for any Rails developer to quickly build an e-commerce application.
3+
This is a starter kit for [Spree Commerce](https://spreecommerce.org) - the [open-source eCommerce platform](https://spreecommerce.org) for [Rails](https://spreecommerce.org/category/ruby-on-rails/).
4+
5+
It is a great starting point for any Rails developer to quickly build an eCommerce application.
46

57
This starter uses:
68

7-
* Spree Commerce 5 which includes Admin Dashboard, API and Storefront - everything you need to start developing your new eCommerce application/store/marketeplace
8-
* Stripe for payment processing, thanks to [Spree Stripe gem](https://github.com/spree/spree_stripe)
9+
* **Spree Commerce 5**, the biggest release ever, which includes Admin Dashboard, API and Storefront - everything you need to start developing your new eCommerce application/store/marketeplace
10+
* Stripe for payment processing, thanks to the official [Spree Stripe gem](https://github.com/spree/spree_stripe)
911
* [Devise](https://github.com/heartcombo/devise) for authentication
1012
* [Solid Queue](https://github.com/rails/solid_queue) with Mission Control UI (access only to Spree admins) for background jobs
1113
* [Solid Cache](https://github.com/rails/solid_cache) for excellent caching and performance
@@ -25,6 +27,14 @@ Please follow [Spree Quickstart guide](https://spreecommerce.org/docs/developer/
2527

2628
Please follow [Deployment guide](https://spreecommerce.org/docs/developer/deployment/render) to quickly deploy your production-ready Spree application.
2729

30+
## Spree 5 Demo
31+
32+
Check out this [Spree Commerce demo](https://demo.spreecommerce.org/) for yourself - this is what you're getting with this Spree starter.
33+
34+
This demo runs on Spree 5 which is the biggest Spree release ever. Stay tuned for the official announcement on all the exciting features and integrations - coming up soon!
35+
36+
![Spree Commerce 5 version](https://vendo-production-res.cloudinary.com/image/upload/w_2000/q_auto/v1742985405/docs/github/Spree_Commerce_open-source_eCommerce_myzurl.jpg)
37+
2838
## Troubleshooting
2939

3040
### libvips error
@@ -36,3 +46,38 @@ LoadError: Could not open library 'vips.so.42'
3646
```
3747

3848
Please check that libvips is installed with `vips -v`, and if it is not installed, follow [installation instructions here](https://www.libvips.org/install.html).
49+
50+
## Join the Community
51+
52+
[Join our Slack](https://slack.spreecommerce.org) to meet other 6k+ community members and get some support.
53+
54+
## Need more support?
55+
56+
[Contact us](https://spreecommerce.org/contact/) for enterprise support and custom development services. We offer:
57+
* migrations and upgrades,
58+
* delivering your Spree application,
59+
* optimizing your Spree stack.
60+
61+
## Enterprise Edition
62+
63+
Besides enterprise support we also offer the Spree Commerce [Enterprise Edition](https://spreecommerce.org/spree-commerce-version-comparison-community-edition-vs-enterprise-edition/) that gives you all the tools you need to launch your store or marketplace and provides you with ready-to-use integrations that will reduce your project's development time and cost.
64+
65+
With the Enterprise Edition you could build:
66+
67+
### A [Multi-vendor marketplace](https://spreecommerce.org/use-cases/multi-vendor-marketplace-demo/)
68+
Run your own marketplace with multiple suppliers, each with a dedicated supplier dashboard
69+
<img alt="Spree Commerce - Marketplace" src="https://github.com/spree/spree/assets/12614496/c4ddd118-df4c-464e-b1fe-d43862e5cf25">
70+
71+
### A [B2B eCommerce](https://spreecommerce.org/use-cases/headless-b2b-ecommerce/)
72+
Start capturing 6+ figure orders from resellers with safe payments and a checkout process that fits your business model
73+
<img alt="Spree Commerce - B2B eCommerce" src="https://github.com/spree/spree/assets/12614496/e0a184f6-31ad-4f7f-b30b-6f8a501b6f63">
74+
75+
### [Wholesale eCommerce](https://spreecommerce.org/use-cases/wholesale-ecommerce/)
76+
Run your wholesale operation the way your retail partners expect
77+
<img alt="Spree Commerce - Wholesale" src="https://github.com/spree/spree/assets/12614496/bac1e551-f629-47d6-a983-b385aa65b1bd">
78+
79+
### A [white-label SaaS or multi-tenant eCommerce](https://spreecommerce.org/multi-tenant-white-label-ecommerce/) platform
80+
Launch a [multi-tenant eCommerce platform](https://spreecommerce.org/multi-tenant-white-label-ecommerce/) for your customers, resellers, affiliates in any configuration, eg. B2B2B, B2B2C, B2B2E
81+
<img alt="Spree Commerce - Multi-store" src="https://github.com/spree/spree/assets/12614496/cf651354-6180-4927-973f-c650b80ccdb0">
82+
83+
To get access to Spree Enterprise (Vendo), contact our [Sales team](https://spreecommerce.org/get-started/)

0 commit comments

Comments
 (0)