GithubHelp home page GithubHelp logo

srafique / svelte-commerce Goto Github PK

View Code? Open in Web Editor NEW

This project forked from itswadesh/svelte-commerce

0.0 0.0 0.0 67.57 MB

The open-source storefront for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. The API approach also allows you to merge Svelte Commerce with any third-party tool like payment gateways, POS or AI. WIP for MedusaJS, Woocommerce, Bigcommerce and Shopify.

Home Page: https://arialshop.com

License: MIT License

JavaScript 1.92% TypeScript 21.15% XSLT 0.24% CSS 0.12% HTML 0.07% Dockerfile 0.04% Svelte 76.46%

svelte-commerce's Introduction

Svelte Commerce

The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have WIP for MedusaJS, Woocommerce, Bigcommerce and Shopify. The API approach also allows you to merge Svelte Commerce with any third-party tool like payment gateways, POS or AI.






Stargazers Issues Telegram


Github Logo Discord Logo Twitter Logo Reddit Logo

Reach out to me with queries!



Big Brands using svelte-commerce


Tesoro Varni Jewels LRNR Tablez Misiki



What is it?

  • Svelte Commerce is a PWA storefront for your existing eCommerce based on Sveltekit.
  • It is possible to connect with any eCommerce backend that provides an API
  • We are working on adaptors of Medusajs, Shopify, Magento, Woocommerce, Litekart, Bigcommerce

Features

  • ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Its both SSR and SPA
  • ๐Ÿš€ Superfast
  • ๐Ÿ”— It is possible to connect with any eCommerce backend if the backend has Rest API
  • ๐Ÿ”“ Svelte Commerce is free and open source. Download and modify it the way you want
  • ๐Ÿ›’ Most of the essential features for ecommerce are already integrated
  • ๐Ÿ’ฐ No need to make a big leap or invest huge amount. Just take this opend source project and attach to existing backend.

Get Started

git clone https://github.com/itswadesh/svelte-commerce.git
cd svelte-commerce
npm i
npm run dev

Thats all !

Open http://localhost:3000 on chrome. Your app should be live with awesome sveltekit up and running

Configuration

There are 3 places to configure

  1. src/lib/config/ All non secret and application wide configs are stored here, if required, change according to your requirement.

  2. .env All secrets stored here

  3. src/lib/services/index.ts This is used to define which service to use. Only 1 of the listed service can be active at a time. Valid values are Litekart Medusa Bigcommerce Shopify Woocommerce

Deployment

Click on the button to directly deploy to Netlify or Vercel. Zero configuration required.

Deploy to netlify

Deploy with Vercel

The following envirnoment variable is mandatory

PUBLIC_LITEKART_DOMAIN=demo.litekart.in

You can replace the env variable with your store domain

Docker

We also support docker images, use the following command to pull the latest docker image and deploy it:

docker run -d -p 3000:3000 ghcr.io/itswadesh/svelte-commerce:latest

Features

Svelte ecommerce - Headless, Authentication, Cart & Checkout, TailwindCSS, Server Rendered, Proxy + API Integrated, Animations, Lazy Loading, Loading Indicators, Carousel, Instant Search, Faceted Filters, Open Source

Updates

Latest update: 07-February-2023

Click here to see all the updates
  • 07-Jun-2023 - Deeplinking for social aharing buttons
  • 07-February-2023 - Prettified.
  • 06-February-2023 - Sveltekit 1.5
  • 15-December-2022 - Sveltekit 1.0 - Finally.
  • 05-December-2022 - fix: Close message
  • 30-November-2022 - Fixed: Coupon apply and remove, Added: Back to top fade animation
  • 29-November-2022 - Improved image lazy loading technique
  • 29-November-2022 - Added Price and Discount filters to product catalog
  • 29-November-2022 - Preload data on link hover
  • 25-November-2022 - Service worker added
  • 10-November-2022 - Product options introduced
  • 04-November-2022 - Added verify pincode / zip
  • 03-November-2022 - New slider added for more control over design
  • 02-November-2022 - Cleanup unused packages
  • 31-October-2022 - Dynamic searchbat text
  • 31-October-2022 - Added title, description, keywords
  • 27-October-2022 - Improved megamenu layout
  • 24-October-2022 - fix: login, order success, failed payment, frequently bought together
  • 20-October-2022 - Sentry added
  • 20-October-2022 - Zero-configuration Coolify deployment
  • 16-October-2022 - SEO attributes Added
  • 11-October-2022 - Add to cart animation
  • 30-September-2022 - Attached to ResT API Backend, Migrated to new Sveltekit version
  • 12-September-2022 - Modal based mobile device search instead of page based
  • 12-September-2022 - New fully working theme launched
  • 04-September-2022 - Product schema Added
  • 26-August-2022 - Added Trending Products section
  • 26-April-2022 - Latest SvelteKit version
  • 26-April-2022 - Improved image lazy loading
  • 26-April-2022 - New Banners section
  • 26-April-2022 - New Authentication System
  • 26-April-2022 - New Blogs section
  • 24-April-2022 - Zero-configuration Vercel deployment
  • 22-July-2021 - Integrated with netlify deployment
  • 07-May-2021 - Completely Migrated to SvelteKit

IDEAS

Wherever we need store info at server page, we get it from its own api call, if store info requires in client page we take it from the layout.ts page where cached store into is available

svelte-commerce's People

Contributors

itswadesh avatar pratapmaharana avatar ashok-cse avatar deepjyoti30 avatar chris-sab avatar acidlake avatar dependabot[bot] avatar trivikr avatar mudiageo avatar leerob avatar aniketpanchal1612 avatar jycouet avatar jwatts777 avatar seanogor avatar leorsousa05 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.