Local-first tool for developers and compliance managers to convert SBOMs (SPDX / CycloneDX) into structured NOTICE files.
- Runs entirely in your browser — no uploads, no servers.
- GDPR-friendly by design (suitable for EU/DE companies).
- Drag & drop your SBOM JSON, validate it, and generate a NOTICE skeleton.
- Edit gaps via a built-in Form Builder with progress tracking.
- Save drafts locally, reopen anytime, download final NOTICE.
GitHub Pages: https://trustsource.github.io/sbom2notice/
- Next.js 15 (App Router)
- React 19
- Tailwind CSS 4
- shadcn/ui 3.2.1
- i18next
- Local-first persistence (
localStorage)
Clone the repo and install dependencies:
git clone https://github.com/TrustSource/sbom2notice.git
cd sbom2notice
pnpm installRun in development mode:
pnpm devBuild for production:
pnpm build && pnpm startThe app will be available at http://localhost:3000
- Open the app in your browser.
- Upload or drag & drop an SBOM file (.json).
- The app validates the file and converts it into a NOTICE skeleton.
- Navigate to /notice to view all saved files.
- Open any NOTICE to:
- Review or edit fields.
- Track completion.
- Copy or download the final JSON.
Contributions, issues, and feature requests are welcome! Open an issue or submit a pull request.