/* Platform — Class 42 specimen page. * Names the SaaS / AI software / cloud-based health platform services so * the trademark filing has a clean URL pointing at Class 42 coverage: * - AI-powered health-assessment software * - Software as a service (SaaS) featuring AI for personalized wellness * planning * - Health-data analytics * - Cloud-based health platform services * - Scientific research services in the field of health and wellness */ const Hero = () => (
★ THE PLATFORM AI · SaaS · CLOUD

AI for what
your body actually
needs.

AI-powered health-assessment software. Cloud-based. MD-reviewed.

Run the assessment → Sign in to your dashboard

Superstar Peptides is a software-as-a-service (SaaS) platform featuring artificial intelligence for personalized wellness planning, health-data analytics, and cloud-based health platform services — backed by ongoing scientific research in the field of health and wellness.

); const Capabilities = () => { const items = [ { eyebrow: "AI Software", h: "AI-powered health-assessment", p: "BioReveal scans your goals, vitals from a 25-second face capture, biomarkers, and lifestyle answers — then maps you against 47,000+ outcomes to surface a personalized peptide stack.", }, { eyebrow: "SaaS", h: "Personalized wellness planning", p: "Software as a service featuring artificial intelligence. Each member gets a cloud-hosted protocol: peptide stack, dosing schedule, week-by-week milestones, and refill cadence — synced across devices.", }, { eyebrow: "Analytics", h: "Health-data analytics", p: "Connect Oura, Apple Health, Whoop, Garmin, and other wearables. We surface trends in sleep, recovery, HRV, and skin metrics — and adjust your plan as the data moves.", }, { eyebrow: "Cloud Platform", h: "Cloud-based health platform services", p: "Your intake, protocols, lab uploads, MD notes, and order history live in one secure cloud account. Access from any browser or our native iOS app. HIPAA-compliant storage.", }, { eyebrow: "Research", h: "Scientific research services", p: "Our research team continuously reviews Europe PMC, ClinicalTrials.gov, and peer-reviewed peptide literature to keep every protocol grounded in current evidence — surfacing studies inside each peptide brief.", }, { eyebrow: "Companion AI", h: "Always-on wellness chat", p: "Ask the AI anything about your stack, dosing, side effects, or how to read your own labs. Streaming responses, memory across visits, and escalation to a human MD when it matters.", }, ]; return (
★ WHAT THE PLATFORM DOES

Software that thinks
about your body.

{items.map((it, i) => (
★ {it.eyebrow}

{it.h}

{it.p}

))}
); }; const LoginStrip = () => (
★ CLOUD ACCOUNT

Sign in to your dashboard.

Every Superstar Peptides member gets a cloud-hosted account: protocol, dosing schedule, refill cadence, MD notes, lab uploads, and AI chat history. Available on the web and in our native iOS app.

Create an account → Log in
); const App = () => ( <>