*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --navy: #0a1628; --navy2: #0f2040; --blue: #1a56db; --blue2: #3b82f6; --teal: #06b6d4; --green: #10b981; --amber: #f59e0b; --red: #ef4444; --orange: #f97316; --purple: #8b5cf6; --gray1: #f8fafc; --gray2: #e2e8f0; --gray3: #94a3b8; --gray4: #64748b; --white: #ffffff; --text: #0f172a; --shadow: 0 4px 24px rgba(0,0,0,.10); --radius: 14px; } html { scroll-behavior: smooth; } body { font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; background: var(--gray1); color: var(--text); } a { color: inherit; text-decoration: none; } /* ── STICKY HEADER ── */ #header { position: sticky; top: 0; z-index: 1000; background: rgba(10,22,40,.97); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,.07); padding: 0 24px; } .header-inner { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; gap: 16px; height: 62px; } .logo { display: flex; align-items: center; gap: 9px; font-size: 1.2rem; font-weight: 800; color: var(--white); white-space: nowrap; flex-shrink: 0; } .logo-icon { width: 32px; height: 32px; border-radius: 8px; background: linear-gradient(135deg, var(--blue) 0%, var(--teal) 100%); display: flex; align-items: center; justify-content: center; font-size: .78rem; font-weight: 900; color: white; } .logo .brand-accent { color: var(--teal); } nav { display: flex; align-items: center; gap: 2px; margin-left: 12px; } nav a { font-size: .82rem; font-weight: 500; color: rgba(255,255,255,.7); padding: 6px 12px; border-radius: 7px; transition: all .18s; white-space: nowrap; } nav a:hover, nav a.active { background: rgba(255,255,255,.09); color: #fff; } .header-search { flex: 1; max-width: 300px; margin-left: auto; position: relative; } .header-search input { width: 100%; padding: 7px 14px 7px 36px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 8px; color: white; font-size: .82rem; outline: none; transition: border-color .15s; } .header-search input:focus { border-color: var(--blue2); } .header-search input::placeholder { color: rgba(255,255,255,.38); } .search-icon { position: absolute; left: 11px; top: 50%; transform: translateY(-50%); color: rgba(255,255,255,.38); font-size: .82rem; } .live-badge { display: flex; align-items: center; gap: 6px; font-size: .75rem; color: var(--green); font-weight: 600; background: rgba(16,185,129,.12); border: 1px solid rgba(16,185,129,.25); padding: 4px 11px; border-radius: 20px; white-space: nowrap; flex-shrink: 0; } .live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); animation: pulse 2s infinite; } @keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.55;transform:scale(1.35)} } /* ── ALERT BAR ── */ .alert-bar { background: linear-gradient(90deg, #7c3aed 0%, #4f46e5 100%); padding: 9px 24px; text-align: center; } .alert-bar p { font-size: .81rem; color: white; font-weight: 500; } .alert-bar a { color: #c4b5fd; text-decoration: underline; } /* ── HERO ── */ .hero { background: linear-gradient(155deg, var(--navy) 0%, #0d1f3c 55%, #081828 100%); padding: 84px 24px 72px; position: relative; overflow: hidden; } .hero::before { content:''; position:absolute; inset:0; background: radial-gradient(ellipse 80% 60% at 50% -10%, rgba(26,86,219,.22) 0%, transparent 70%); pointer-events: none; } .hero::after { content:''; position:absolute; top:0; left:0; right:0; bottom:0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); pointer-events: none; } .hero-inner { max-width: 880px; margin: 0 auto; text-align: center; position: relative; z-index: 1; } .hero-tag { display: inline-flex; align-items: center; gap: 7px; background: rgba(26,86,219,.18); border: 1px solid rgba(59,130,246,.3); color: var(--blue2); font-size: .78rem; font-weight: 700; padding: 5px 15px; border-radius: 20px; margin-bottom: 24px; text-transform: uppercase; letter-spacing: .08em; } .hero h1 { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 900; color: white; line-height: 1.1; letter-spacing: -.025em; margin-bottom: 20px; } .hero h1 .accent { color: var(--teal); } .hero-sub { font-size: 1.1rem; color: rgba(255,255,255,.6); max-width: 580px; margin: 0 auto 38px; line-height: 1.68; } /* Shutdown box */ .shutdown-box { background: rgba(239,68,68,.1); border: 1px solid rgba(239,68,68,.3); border-radius: 12px; padding: 16px 22px; display: flex; align-items: flex-start; gap: 13px; max-width: 700px; margin: 0 auto 38px; text-align: left; } .sd-icon { font-size: 1.25rem; flex-shrink: 0; margin-top: 1px; } .shutdown-box strong { color: #fca5a5; font-size: .9rem; display: block; margin-bottom: 4px; } .shutdown-box p { color: rgba(255,255,255,.62); font-size: .81rem; line-height: 1.58; } .shutdown-box a { color: #93c5fd; text-decoration: underline; } /* Trust bar */ .trust-bar { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 8px 20px; padding: 13px 22px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; justify-content: center; } .trust-item { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.75); font-size: .79rem; font-weight: 500; } .trust-sep { color: rgba(255,255,255,.2); } /* ── STATS BAR ── */ .stats-bar { background: linear-gradient(90deg, #1a3a70 0%, var(--navy2) 100%); border-top: 1px solid rgba(255,255,255,.06); padding: 32px 24px; } .stats-inner { max-width: 960px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; text-align: center; } .stat-n { font-size: 2.1rem; font-weight: 900; color: white; line-height: 1; } .stat-l { font-size: .78rem; color: rgba(255,255,255,.55); margin-top: 6px; } /* ── VENDOR RANKINGS ── */ .section { padding: 68px 24px; } .section-inner { max-width: 1240px; margin: 0 auto; } .section-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 28px; flex-wrap: wrap; gap: 12px; } .section-title { font-size: 1.65rem; font-weight: 800; } .section-title .accent { color: var(--blue); } .section-sub { font-size: .85rem; color: var(--gray4); margin-top: 5px; } .view-all { font-size: .8rem; font-weight: 700; color: var(--blue); border: 2px solid var(--blue); padding: 6px 16px; border-radius: 7px; transition: all .15s; } .view-all:hover { background: var(--blue); color: white; } /* Filter tabs */ .filter-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; } .ftab { font-size: .79rem; font-weight: 600; padding: 6px 16px; border-radius: 20px; border: 1.5px solid var(--gray2); color: var(--gray4); background: white; cursor: pointer; transition: all .15s; } .ftab.active { background: var(--blue); color: white; border-color: var(--blue); } .ftab:hover:not(.active) { border-color: var(--blue); color: var(--blue); } /* Vendor grid */ .vendor-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 20px; } .vendor-card { background: white; border-radius: var(--radius); border: 1.5px solid var(--gray2); box-shadow: var(--shadow); overflow: hidden; transition: transform .18s, box-shadow .18s; } .vendor-card:hover { transform: translateY(-3px); box-shadow: 0 14px 38px rgba(0,0,0,.13); } .vendor-card.top { border-color: #3b82f6; border-width: 2px; } .vc-head { padding: 18px 20px 14px; display: flex; align-items: center; gap: 13px; } .vc-rank { width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: .7rem; font-weight: 800; color: white; } .r1 { background: linear-gradient(135deg,#f59e0b,#d97706); } .r2 { background: linear-gradient(135deg,#94a3b8,#64748b); } .r3 { background: linear-gradient(135deg,#cd7c5e,#a85540); } .r-n { background: #64748b; } .vc-emoji { width: 46px; height: 46px; border-radius: 10px; background: var(--gray1); border: 1.5px solid var(--gray2); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; } .vc-meta { flex: 1; min-width: 0; } .vc-name { font-size: .98rem; font-weight: 800; color: var(--text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .vc-url { font-size: .73rem; color: var(--gray3); } .vc-badges { display: flex; gap: 5px; margin-top: 5px; flex-wrap: wrap; } .badge { font-size: .66rem; font-weight: 700; padding: 2px 8px; border-radius: 10px; text-transform: uppercase; letter-spacing: .04em; } .b-f { background: rgba(139,92,246,.11); color: var(--purple); border: 1px solid rgba(139,92,246,.24); } .b-v { background: rgba(16,185,129,.1); color: var(--green); border: 1px solid rgba(16,185,129,.24); } .b-t { background: rgba(26,86,219,.1); color: var(--blue); border: 1px solid rgba(26,86,219,.2); } .b-n { background: rgba(245,158,11,.1); color: var(--amber); border: 1px solid rgba(245,158,11,.24); } /* PVS circle */ .pvs-wrap { display: flex; flex-direction: column; align-items: center; gap: 4px; flex-shrink: 0; } .pvs-ring { width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; position: relative; } .pvs-inner { width: 44px; height: 44px; border-radius: 50%; background: white; display: flex; align-items: center; justify-content: center; font-size: .93rem; font-weight: 900; position: absolute; } .pvs-lbl { font-size: .62rem; font-weight: 700; color: var(--gray3); text-transform: uppercase; letter-spacing: .06em; } /* Pillar bars */ .vc-bars { padding: 12px 20px; } .pb-row { display: flex; align-items: center; gap: 8px; margin-bottom: 7px; } .pb-row:last-child { margin-bottom: 0; } .pb-n { font-size: .71rem; color: var(--gray4); font-weight: 600; width: 98px; flex-shrink: 0; } .pb-track { flex: 1; height: 6px; background: var(--gray2); border-radius: 3px; overflow: hidden; } .pb-fill { height: 100%; border-radius: 3px; } .fp { background: linear-gradient(90deg,#3b82f6,#06b6d4); } .fr { background: linear-gradient(90deg,#10b981,#34d399); } .fc { background: linear-gradient(90deg,#f59e0b,#fbbf24); } .fm { background: linear-gradient(90deg,#8b5cf6,#a78bfa); } .fpr { background: linear-gradient(90deg,#f97316,#fb923c); } .pb-v { font-size: .71rem; font-weight: 700; color: var(--text); width: 30px; text-align: right; flex-shrink: 0; } /* Card footer */ .vc-foot { padding: 11px 20px; display: flex; gap: 8px; border-top: 1px solid var(--gray2); background: var(--gray1); } .btn-s { flex: 1; padding: 8px; border-radius: 8px; font-size: .77rem; font-weight: 700; cursor: pointer; transition: all .15s; border: 1.5px solid var(--gray2); background: white; color: var(--gray4); } .btn-s:hover { border-color: var(--blue); color: var(--blue); } .btn-v { flex: 1; padding: 8px; border-radius: 8px; font-size: .77rem; font-weight: 700; cursor: pointer; background: var(--navy); color: white; border: none; transition: background .15s; } .btn-v:hover { background: var(--navy2); } .btn-c { flex: 1; padding: 8px; border-radius: 8px; font-size: .77rem; font-weight: 700; cursor: pointer; background: var(--blue); color: white; border: none; transition: background .15s; } .btn-c:hover { background: #1d4ed8; } /* ── METHODOLOGY ── */ .method-section { background: linear-gradient(155deg, var(--navy) 0%, #0d1f3c 100%); padding: 84px 24px; } .method-inner { max-width: 1100px; margin: 0 auto; } .section-title-white { font-size: 1.65rem; font-weight: 800; color: white; text-align: center; margin-bottom: 8px; } .section-sub-white { font-size: .88rem; color: rgba(255,255,255,.48); text-align: center; } /* Timeline */ .timeline { display: flex; margin: 52px 0 60px; overflow-x: auto; position: relative; padding-bottom: 4px; gap: 0; } .timeline::before { content:''; position:absolute; top:31px; left:9%; right:9%; height:2px; background: linear-gradient(90deg,var(--blue),var(--teal),var(--green)); z-index:0; } .tl-step { flex: 1; min-width: 155px; display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; z-index: 1; padding: 0 10px; } .tl-icon { width: 62px; height: 62px; border-radius: 50%; flex-shrink: 0; background: var(--navy2); border: 2px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; font-size: 1.45rem; margin-bottom: 16px; box-shadow: 0 0 0 6px var(--navy); } .tl-step.lit .tl-icon { background: var(--blue); border-color: var(--blue2); box-shadow: 0 0 0 6px var(--navy), 0 0 22px rgba(26,86,219,.4); } .tl-num { font-size: .62rem; font-weight: 800; color: var(--teal); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 5px; } .tl-label { font-size: .88rem; font-weight: 700; color: white; margin-bottom: 6px; line-height: 1.28; } .tl-desc { font-size: .74rem; color: rgba(255,255,255,.48); line-height: 1.52; } .tl-arrow { display:flex;align-items:center;flex-shrink:0;color:rgba(255,255,255,.22);font-size:1rem;padding-bottom:46px; } /* Pillar weights */ .pw-title { font-size: 1.05rem; font-weight: 700; color: white; text-align: center; margin-bottom: 22px; } .pw-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(158px,1fr)); gap: 14px; } .pw-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; padding: 18px 16px; text-align: center; transition: background .18s; } .pw-card:hover { background: rgba(255,255,255,.08); } .pw-pct { font-size: 2rem; font-weight: 900; margin-bottom: 5px; } .pw-name { font-size: .82rem; font-weight: 700; color: rgba(255,255,255,.8); margin-bottom: 10px; } .pw-bar { height: 5px; border-radius: 3px; background: rgba(255,255,255,.1); overflow:hidden; margin-bottom: 10px; } .pw-fill { height:100%; border-radius:3px; } .pw-desc { font-size: .71rem; color: rgba(255,255,255,.42); line-height: 1.45; } /* ── DATA SOURCES ── */ .data-section { padding: 68px 24px; background: white; } .data-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px,1fr)); gap: 18px; margin-top: 36px; } .data-card { border: 1.5px solid var(--gray2); border-radius: 12px; padding: 22px; transition: all .18s; } .data-card:hover { border-color: var(--blue2); box-shadow: 0 4px 18px rgba(26,86,219,.08); } .data-icon { font-size: 1.9rem; margin-bottom: 13px; display: block; } .data-title { font-size: .93rem; font-weight: 800; margin-bottom: 7px; } .data-desc { font-size: .79rem; color: var(--gray4); line-height: 1.6; } .data-stat { font-size: 1.3rem; font-weight: 900; color: var(--blue); margin-top: 11px; } /* ── CTA ── */ .cta-band { padding: 76px 24px; text-align: center; background: var(--gray1); } .cta-band h2 { font-size: 2rem; font-weight: 900; margin-bottom: 12px; } .cta-band p { color: var(--gray4); max-width: 500px; margin: 0 auto 28px; font-size: .92rem; line-height: 1.6; } .cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; } .btn-primary { background: var(--blue); color: white; font-weight: 700; padding: 13px 28px; border-radius: 9px; font-size: .93rem; border: none; cursor: pointer; transition: background .15s; } .btn-primary:hover { background: #1d4ed8; } .btn-outline { background: white; color: var(--blue); font-weight: 700; padding: 13px 28px; border-radius: 9px; font-size: .93rem; border: 2px solid var(--blue); cursor: pointer; transition: all .15s; } .btn-outline:hover { background: var(--blue); color: white; } /* ── FOOTER ── */ footer { background: var(--navy); padding: 52px 24px 28px; } .footer-inner { max-width: 1200px; margin: 0 auto; } .footer-top { display: flex; flex-wrap: wrap; gap: 40px; margin-bottom: 36px; } .footer-brand { flex: 0 0 220px; } .footer-brand p { font-size: .78rem; color: rgba(255,255,255,.5); line-height: 1.65; margin-top: 12px; } .footer-col h4 { color: white; font-size: .8rem; font-weight: 700; margin-bottom: 14px; text-transform: uppercase; letter-spacing: .07em; } .footer-col a { display: block; font-size: .78rem; color: rgba(255,255,255,.48); margin-bottom: 8px; transition: color .15s; } .footer-col a:hover { color: white; } .footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; } .footer-copy { font-size: .72rem; color: rgba(255,255,255,.38); } .footer-links { display: flex; gap: 18px; } .footer-links a { font-size: .72rem; color: rgba(255,255,255,.38); transition: color .15s; } .footer-links a:hover { color: rgba(255,255,255,.8); } @media(max-width:768px) { nav { display:none; } .vendor-grid { grid-template-columns:1fr; } .timeline::before { display:none; } .tl-step { min-width:130px; } .hero h1 { font-size:2rem; } }

⚠️ Notice: PeptideGains.com is shutting down May 15, 2026. See recommended alternatives and transition guide →

🧬 AI-Powered  ·  Independent  ·  Transparent

Know Before You Buy.
Rank Before You're Ranked.

The only independent peptide vendor ranking engine — powered by real lab data, community intelligence, and AI-verified COAs, refreshed every 24 hours.

🚨
Vendor Shutdown Alert — Active

PeptideGains.com is ceasing operations on May 15, 2026. Customers with open orders should contact them immediately. Top-ranked alternatives: Ascension Peptides, Limitless Life Nootropics, Peptide Partners. View full alert & transfer guide →

🚫 No paid placements
🔬 6,102 Lab Tests
💬 2.4M Reddit Posts
⏱️ 24h Data Refresh
🧪 Finnrick Certified
148
Vendors Ranked
6,102
Lab Tests Parsed
2.4M
Reddit Posts Indexed
98.7%
COA Parse Accuracy
24h
Refresh Cycle
Top Ranked Vendors — April 2026
PVS Score™ computed daily from public lab data, Reddit sentiment, and Finnrick testing
View All 148 Vendors →
All Vendors
🧬 BPC-157
🏃 TB-500
💉 GH Peptides
⚡ Weight Loss
🌙 Sleep / Recovery
🔬 Finnrick Tested
#1
🧬
Ascension Peptides
ascensionpeptides.com
✓ Finnrick ✓ Verified ⭐ Top Pick
95.5
PVS Score™
Purity (30%)
98
Reputation (25%)
95
Cust. Svc (20%)
93
Community (15%)
96
Price/COGS (10%)
91
#2
⚗️
Limitless Life Nootropics
limitlesslifenootropics.com
✓ Finnrick ✓ Verified
91.5
PVS Score™
Purity (30%)
94
Reputation (25%)
90
Cust. Svc (20%)
92
Community (15%)
89
Price/COGS (10%)
93
#3
🔬
Peptide Partners
peptidepartners.com
✓ Verified 🆕 Rising
90.5
PVS Score™
Purity (30%)
92
Reputation (25%)
91
Cust. Svc (20%)
88
Community (15%)
90
Price/COGS (10%)
94
#4
💊
Amino Asylum
aminoasylum.shop
✓ Verified
87.0
PVS Score™
Purity (30%)
88
Reputation (25%)
86
Cust. Svc (20%)
85
Community (15%)
91
Price/COGS (10%)
87
#5
🏆
Sports Technology Labs
sportstechnologylabs.com
✓ Finnrick ✓ Verified
85.5
PVS Score™
Purity (30%)
87
Reputation (25%)
84
Cust. Svc (20%)
86
Community (15%)
85
Price/COGS (10%)
84
#6
Your Vendor Here
Unclaimed listing
Free to Claim →
PVS Score™
Is your company listed? Claim your free vendor profile to unlock your PVS Score breakdown, respond to reviews, and upload COAs.
🔬 Transparent Methodology
How PepAssure Works
Every ranking is derived purely from public data — no vendor can pay to influence their score.
🕷️
Step 01
Daily Crawl
Automated scrapers pull vendor sites, COA pages, pricing, and shipping info every 24 hours.
🤖
Step 02
COA AI Parsing
GPT-4 vision extracts purity %, peptide identity, and accreditation from PDF certificates.
📊
Step 03
Reddit Intelligence
2.4M posts across r/Peptides, r/Nootropics, and 40+ subreddits analyzed for real sentiment.
🧪
Step 04
Finnrick Integration
Independent third-party lab results ingested from Finnrick Testing — weighted at 30% of purity.
Step 05
Score & Publish
Weighted PVS Score™ computed, anomalies flagged, rankings published live by 6 AM daily.
PVS Score™ Pillar Weights
30%
Purity
COA analysis, Finnrick independent lab results, HPLC purity %, and identity confirmation.
25%
Reputation
Vendor history, scam reports, chargeback rates, time in business, and domain trust.
20%
Customer Service
Reddit complaint analysis, Trustpilot scores, response time, and refund resolution rates.
15%
Community
Reddit sentiment across 40+ subreddits — organic mentions, recommendations, and warnings.
10%
Pricing / COGS
Price-per-mg vs. purity ratio, shipping costs, discount abuse, and supply chain transparency.
Where We Get Our Data
100% public sources — pulled and processed daily. No vendor influence, ever.
🔬
Certificates of Analysis
AI parses COA PDFs directly from vendor sites — purity %, identity, lab name, and date verified against accredited labs.
6,102 Parsed
💬
Reddit Community
Real-time NLP of r/Peptides, r/Nootropics, r/research_chemicals, and 40+ subreddits for honest community voice.
2.4M Posts
🧪
Finnrick Independent Labs
Anonymous third-party batch testing. Results integrated directly into purity scoring with full traceability.
890 Batches
Review Platforms
Trustpilot, Google Reviews, and verified purchase data cross-referenced with Reddit for manipulation detection.
148K Reviews
💰
Pricing Intelligence
Daily price-per-mg scraping across all ranked vendors — normalized by peptide type, purity grade, and order size.
Daily Refresh

Are You a Peptide Vendor?

Claim your free listing on PepAssure.com to unlock your full PVS Score breakdown, respond to community feedback, and upload your COAs directly. No paid placements, ever.