diff --git a/README.md b/README.md
index e53be8d83..627e0afbb 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ What npmx offers:
- **Fast search** – quick package search with instant results
- **Package details** – READMEs, versions, dependencies, and metadata
- **Code viewer** – browse package source code with syntax highlighting and permalink to specific lines
-- **Provenance indicators** – verified build badges for packages with npm provenance
+- **Provenance indicators** – verified build badges and provenance section below the README
- **Multi-provider repository support** – stars/forks from GitHub, GitLab, Bitbucket, Codeberg, Gitee, Sourcehut, Forgejo, Gitea, Radicle, and Tangled
- **JSR availability** – see if scoped packages are also available on JSR
- **Package badges** – module format (ESM/CJS/dual), TypeScript types (with `@types/*` links), and engine constraints
diff --git a/app/components/PackageProvenanceSection.vue b/app/components/PackageProvenanceSection.vue
new file mode 100644
index 000000000..73f316536
--- /dev/null
+++ b/app/components/PackageProvenanceSection.vue
@@ -0,0 +1,96 @@
+
+
+
+
+
+
+
+ {{ $t('package.provenance_section.title') }}
+
+
+
+
+
+
+