RepoPilot

vendurehq/vendure

Open-source headless commerce platform built with TypeScript, NestJS, React, and GraphQL

Healthy

Strong maintenance signals

ConcernsDependency

copyleft license (GPL-3.0) — review compatibility

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

HealthyDeploy as-is

No blocking repository-level signals were found; deployment review is still required.

  • GPL-3.0 is copyleft — check downstream compatibility
  • Last commit 1d ago
  • 10 active contributors
  • Distributed ownership (top contributor 24% of recent commits)
  • GPL-3.0 licensed
  • CI configured
  • Tests present

What would improve this?

  • Use as dependency Concerns to Mixed if: relicense under MIT/Apache-2.0 (rare for established libs)

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: vendurehq/vendure

Generated by RepoPilot · document generated 2026-09-13 · concise human review Evidence snapshot · analyzed 2026-09-13T03:37:49.910Z · commit 4631092da3eb

Verdict

Healthy — Strong maintenance signals

  • Last commit 1d ago
  • 10 active contributors
  • Distributed ownership (top contributor 24% of recent commits)
  • GPL-3.0 licensed
  • 2 more receipts on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

What it is

Vendure is an open-source headless commerce platform built on Node.js, NestJS, and GraphQL, providing a single extensible backend that serves any frontend (D2C, B2B, marketplace) with built-in catalog, orders, payments, promotions, and customer management. It emphasizes plugin-first architecture and TypeScript end-to-end, allowing teams to extend or override core behavior without forking the codebase. Monorepo structure with packages/ containing core engine (packages/admin-ui-plugin, packages/admin-ui) and shared utilities. The admin-ui follows modular Angular library layout with lib/catalog containing routable modules (catalog.routes.ts, catalog.module.ts) and organized component…

Start here

Open these first:

  • packages/admin-ui-plugin/src/plugin.ts — Main plugin entry point that integrates the admin UI with the Vendure core platform and registers API extensions.
  • packages/admin-ui/src/app/app.module.ts — Root Angular module that bootstraps the admin UI application and configures core dependencies.
  • packages/admin-ui/src/app/app.routes.ts — Central routing configuration that defines all navigable sections of the admin dashboard.
  • packages/admin-ui-plugin/src/api/api-extensions.ts — Defines GraphQL schema extensions that bridge admin UI requests to the NestJS backend.
  • packages/admin-ui/src/lib/catalog/src/catalog.module.ts — Feature module for catalog management UI that handles products, variants, collections, and facets.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

Clone the repository: git clone https://github.com/vendurehq/vendure.git && cd vendure. Install dependencies using npm or yarn (inferred from TypeScript/Node.js project): npm install or yarn install. To scaffold a…

Daily commands:

From package.json snippet, @vendure/core v3.3.4 is the core dependency. The README suggests npx @vendure/create my-shop for scaffolding a complete project (server + admin + GraphQL ready to run). For monorepo developm…

…shortened for this brief.

Key cautions & unknowns

  • GPL-3.0 is copyleft — check downstream compatibility
  • Node.js version pinning is strict (20.19+ or 22.12+ required); older versions will fail. SQL database must be explicitly provisioned before init (PostgreSQL, MySQL, MariaDB, or SQLite). Admin UI is Angular-based, not…
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Healthy" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Healthy
[![RepoPilot: Healthy](https://repopilot.app/api/badge/vendurehq/vendure)](https://repopilot.app/r/vendurehq/vendure)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/vendurehq/vendure on X, Slack, or LinkedIn.

Ask AI about vendure-ecommerce/vendure

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/vendure-ecommerce/vendure"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>