A self-contained iframe — no JavaScript framework, no tracking, no signup. Drop one line of HTML on a peptide vendor product page, biohacker blog, or Reddit-wiki and your readers get the same syringe-unit math we ship at peptide-calc.app.
Copy the snippet ↓This is the same widget your readers will see. Try it.
Drop this anywhere HTML is allowed:
<iframe
src="https://peptide-calc.app/embed/reconstitution.html"
width="100%"
style="max-width:460px;height:540px;border:0;display:block;margin:0 auto"
loading="lazy"
title="Peptide Reconstitution Calculator"
referrerpolicy="no-referrer-when-downgrade">
</iframe>
The reconstitution math is the same on every vendor page, every Reddit thread, every biohacker blog — and most pages get it slightly wrong. One bad concentration number turns 250 mcg into 2.5 mg. We'd rather you embed our widget than copy a half-broken version, so here it is.
The attribution link is also our discovery mechanism — people who like the widget click through to the full calculator, the dose converter, the half-life visualizer, and the iPhone app. That's the deal: you get a quality calculator on your page, we get readers who already trust the math.
loading="lazy" it doesn't load until scrolled into view.peptide-calc.app/embed/reconstitution.html is permanent. We may version up new widgets at /embed/reconstitution-v2.html in the future, but the v1 URL stays.