Skip to content

A beautiful, customizable open-source mobile app template for your Shopify storefront!

License

Notifications You must be signed in to change notification settings

tlttnz2018/sellflow

 
 

Repository files navigation

Sellflow Logo

An open-source, pre-built mobile app for your Shopify storefront!

Features

  • 100% React Native and TypeScript built on Expo
  • Plugs directly into your existing Shopify store
  • Android, iPhone and iPad
  • Customizable to your brand's look and feel
  • Responsive layout: supports phones and tablets
  • Internationalization ready: all strings localized and ready to be translated into your customers' language.
  • Free and open source!
  • Maintained by a dedicated team
  • Commercial support available

Screenshots

Collection Details Home

Product details iPad

Search iPhone Search iPhone

Getting Started

Prerequisites:

  • Make sure you have Node.js installed
  • Install the latest version of Expo npm install --global expo-cli@latest
  • [Recommended] Install yarn curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.21.1 Note: This will install v1.x since v2 is not yet compatible with React Native.
  • Get an API key for the Shopify Storefront API for your Shopify store.

Clone the repository:

git clone git@github.com:sellflow/sellflow.git
cd sellflow

Make a file .env.json in the root of the project, based on the example file. This will contain your Shopify API Key (mentioned above).

cp .env-example.json .env.json

Install dependencies:

yarn && yarn apollo:generate

Run the app:

yarn start

Background and Motivation

Imagine you’re a store owner and you sell products online using the Shopify platform. Life is good, you have a fantastic website and customers love your products. Shopify provides you with an incredible administrative interface to manage your site’s content, products, pricing, photos, inventory and orders. But you don’t have a native mobile app on iOS or Android!

Customers have asked you about a mobile app but so far you’ve told them to just use the website from their phone. Your web-store is mobile friendly and it works pretty well, but it’s not the true mobile experience your customers expect.

Sellflow is a pre-built mobile app that you can customize to fit your brand and then deploy your own custom mobile commerce app to the Apple App Store or Google Play Store. You can think of it like a “template” that you might use to build your mobile app.

Sellflow is just the “frontend” — the customer interface — it works with Shopify’s “headless mode”, technically the Storefront API. You as the merchant still use Shopify’s admin interface as normal to manage your products, inventory and orders.

How to Contribute

  • Fork the repository.
  • Follow the Getting Started instructions above.
  • Use your favorite code editor to develop a feature or fix.
  • Commit your change to a branch.
  • Run the tests: yarn test-full
  • Push to your fork and create a PR.

Professional Support

With official support, you get expert help straight from the core team. We provide dedicated support, prioritize feature requests, deployment strategies, advice on best practices, design decisions, and team augmentation. Reach out to us for consulting at support@kodefox.com.

License

MIT. Copyright (c) KodeFox, Inc.

About

A beautiful, customizable open-source mobile app template for your Shopify storefront!

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.9%
  • JavaScript 0.1%