Summary
Document the JavaScript SDK and embeddable score widget for developers who want to display a Patch ID score on their own portfolio or platform.
Content to cover
- JavaScript SDK — install, initialise, fetch score
- Embeddable widget — one-line
<script> embed, customisation options
- React component —
<PatchIDScore userId="..." />
- Styling / theming — CSS variables for dark/light mode
- Privacy note — what data the widget collects
Deliverable
/sdks/overview.mdx and /sdks/score-widget.mdx
Depends on
- Score API live (patchid/core#10)
Summary
Document the JavaScript SDK and embeddable score widget for developers who want to display a Patch ID score on their own portfolio or platform.
Content to cover
<script>embed, customisation options<PatchIDScore userId="..." />Deliverable
/sdks/overview.mdxand/sdks/score-widget.mdxDepends on