Built for peptide usersNo medical adviceYour data stays on your device
);
}
function TrustItem({ children }) {
return {children};
}
function TrustDot() {
return ;
}
function Features() {
const items = [
{ icon: 'layers', title: 'Stack tracking', body: 'Every peptide, every dose, every cycle. One organized stack.' },
{ icon: 'bell', title: 'Smart reminders', body: 'Know when your next dose is due. No more spreadsheet.' },
{ icon: 'calc', title: 'Reconstitution calculator', body: 'Vial mg + BAC water → exact units to draw on your syringe.' },
{ icon: 'scan', title: 'Vial scan', body: 'Point your camera at a vial label. Brand, peptide, dose, lot, expiry — extracted instantly.' },
{ icon: 'trend', title: 'Weight + insights', body: 'Trends, milestones, weekly averages. Real data, real progress.' },
{ icon: 'sparkles',title: 'Kit AI assistant', body: 'Ask anything about your stack. Kit reads your data on-device and answers.' },
];
return (
Built for the work
Everything your stack needs. Nothing it doesn't.
{items.map((f, i) => (
))}
);
}
function FeatureCard({ icon, title, body }) {
return (