Vendure: A self-hosted open-source headless e-commerce framework

This page summarizes the projects mentioned and recommended in the original post on /r/selfhosted

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • vendure

    A headless GraphQL commerce platform for the modern web

  • Here's the GitHub repo: https://github.com/vendure-ecommerce/vendure

  • Nest

    A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀

  • So Vendure is built on top of NestJS, which itself is a TypeScript-based node framework. Both Nest and Vendure make heavy use of typescript features such as decorators. So Vendure is very much aimed primarily at TypeScript, and while you certainly can use JS, it is much clunkier to eg. do the decorators stuff without TS. So I would recommend against it. I guess the main "pro" of JS is that there is no new stuff to learn, and the build pipeline has one fewer steps.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • vendure-docker-compose

    A containerized Vendure server and storefront

  • Good point! I probably should have linked this: https://github.com/vendure-ecommerce/vendure-docker-compose

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts