npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

skincited-embed

v1.0.7

Published

Embed SkinCited health evidence widgets — ingredients, conditions, research papers, safety grades. Zero dependencies, Shadow DOM, 3 themes.

Downloads

524

Readme

skincited-embed

npm License: MIT Zero Dependencies Size

Embed evidence-based health widgets for Skin Health on any website. Zero dependencies, Shadow DOM style isolation, 3 built-in themes (light, dark, clinical), and peer-reviewed research data from the SkinCited database.

Every widget includes a medical disclaimer and "Powered by SkinCited" backlink — ensuring your readers are directed to the full evidence base.

Try the interactive widget builder at widget.skincited.com

Quick Start

<!-- Place widget div where you want it to appear -->
<div data-skincited="evidence" data-slug="vitamin-d" data-theme="light"></div>

<!-- Load the embed script once, anywhere on the page -->
<script src="https://cdn.jsdelivr.net/npm/skincited-embed@1/dist/embed.min.js"></script>

That's it. The widget fetches evidence data from the SkinCited API and renders it with full style isolation.

Widget Types

| Type | Usage | Description | |------|-------|-------------| | evidence | <div data-skincited="evidence" data-slug="..."></div> | Evidence summary card — grade, effect size, study count | | ingredient | <div data-skincited="ingredient" data-slug="..."></div> | Supplement ingredient profile — benefits, dosage, safety | | condition | <div data-skincited="condition" data-slug="..."></div> | Health condition overview — symptoms, treatments, evidence | | paper | <div data-skincited="paper" data-slug="..."></div> | Research paper citation — authors, journal, findings | | figure | <div data-skincited="figure" data-slug="..."></div> | Study figure or chart with caption | | search | <div data-skincited="search" data-slug="..."></div> | Search box linking to the full database | | safety | <div data-skincited="safety" data-slug="..."></div> | Safety grade badge — A/B/C/D/F rating with tooltip |

Widget Options

| Attribute | Values | Default | Description | |-----------|--------|---------|-------------| | data-skincited | evidence, ingredient, condition, paper, figure, search, safety | required | Widget type | | data-slug | e.g. "vitamin-d", "insomnia" | — | Entity slug from the SkinCited database | | data-theme | light, dark, clinical | light | Visual theme | | data-style | modern, clinical, research | modern | Widget design style | | data-size | default, compact | default | Widget size | | data-placeholder | any string | "Search Skin Health…" | Search box placeholder |

Themes

<!-- Light (default) -->
<div data-skincited="evidence" data-slug="vitamin-d" data-theme="light"></div>

<!-- Dark -->
<div data-skincited="evidence" data-slug="vitamin-d" data-theme="dark"></div>

<!-- Clinical (white, clean, medical) -->
<div data-skincited="evidence" data-slug="vitamin-d" data-theme="clinical"></div>

Examples

Evidence Summary Card

<div data-skincited="evidence" data-slug="vitamin-d" data-theme="light"></div>
<script src="https://cdn.jsdelivr.net/npm/skincited-embed@1/dist/embed.min.js"></script>

Ingredient Profile

<div data-skincited="ingredient" data-slug="magnesium" data-theme="light"></div>
<script src="https://cdn.jsdelivr.net/npm/skincited-embed@1/dist/embed.min.js"></script>

Safety Grade Badge (compact)

<div data-skincited="safety" data-slug="melatonin" data-size="compact"></div>
<script src="https://cdn.jsdelivr.net/npm/skincited-embed@1/dist/embed.min.js"></script>

Search Box

<div data-skincited="search" data-placeholder="Search Skin Health…"></div>
<script src="https://cdn.jsdelivr.net/npm/skincited-embed@1/dist/embed.min.js"></script>

Research Paper Citation

<div data-skincited="paper" data-slug="example-paper-slug" data-theme="research"></div>
<script src="https://cdn.jsdelivr.net/npm/skincited-embed@1/dist/embed.min.js"></script>

CDN Options

jsDelivr (recommended — global CDN, auto-updates with npm)

<script src="https://cdn.jsdelivr.net/npm/skincited-embed@1/dist/embed.min.js"></script>

npm (for bundlers)

npm install skincited-embed
import 'skincited-embed';

Technical Details

  • Shadow DOM: Complete style isolation — no CSS conflicts with your site
  • Zero dependencies: No jQuery, React, or any external library
  • System fonts: No Google Fonts request — loads instantly
  • CORS: SkinCited API has CORS enabled for all origins
  • MutationObserver: Works with dynamically added elements (SPAs)
  • Medical disclaimer: Auto-injected on every widget — educational content, not medical advice
  • Bundle size: ~8KB gzipped

Learn More About Skin Health

Visit skincited.com — SkinCited is a comprehensive evidence-based health reference with peer-reviewed research, supplement profiles, and clinical condition summaries.

CITED Health Network

Part of Cited Health — Evidence-based health information.

| Site | Domain | Focus | Package | |------|--------|-------|---------| | Cited Health | citedhealth.com | All health topics — supplements, conditions, evidence | npm | | HairCited | haircited.com | Hair growth, loss, scalp health, DHT, biotin | npm | | SleepCited | sleepcited.com | Sleep quality, insomnia, melatonin, circadian rhythm | npm | | GutCited | gutcited.com | Gut microbiome, probiotics, IBS, digestive health | npm | | ImmuneCited | immunecited.com | Immune function, vitamin C, zinc, inflammation | npm | | BrainCited | braincited.com | Cognitive function, nootropics, mood, memory | npm | | WeightCited | weightcited.com | Weight management, metabolism, appetite, fat loss | npm | | HeartCited | heartcited.com | Cardiovascular health, cholesterol, blood pressure | npm | | SkinCited | skincited.com | Skin health, collagen, acne, UV protection | npm |

License

MIT — see LICENSE.

Built with care by Cited Health Inc.. Not medical advice.