Skip to content
💊 My Sugar Pill · Free Tool · No insurance needed

Stop Overpaying
at the Pharmacy

A free discount card cuts most generic prescriptions by 70–95%. Works at CVS, Walgreens, Walmart, Kroger, and 35,000+ others. No insurance. No signup.

Up to 95% off retail price
35,000+ pharmacies accept it
$0 cost to you, always
    🆓 100% Free Card
    🚫 No Insurance Required
    📋 No Enrollment or Signup
    Works Immediately
    🏥 35,000+ Pharmacies
    Simple as 1-2-3

    How Your Free Card Works

    No insurance, no enrollment, no hidden fees. Lower prices at the counter — today.

    1
    🔍

    Search Your Medication

    Type any drug name — generic or brand — in the search box. We'll find the best card price at pharmacies near you.

    2
    💳

    Get Your Free Card

    Receive a free digital savings card from LowerMyRx in seconds. No account, no ID, no insurance card needed.

    3
    🧾

    Show at the Counter

    Hand the card (or show your phone) to the pharmacist. Pay the discounted price — sometimes 95% less than what they'd charge without it.

    Real Price Comparisons

    See What You Could Be Saving

    These are typical prices — actual savings depend on your pharmacy and location. Most people are shocked the first time.

    * Prices are estimates based on typical savings card averages. Results vary by pharmacy, dose, and quantity. Always confirm with your pharmacist.

    Your Discount Card

    Get Your Personalized Rx Card

    Save this card to your phone. Show it at any pharmacy — no ID, no insurance, no expiry.

    💳 Your Free Rx Discount Card
    Cardholder My Sugar Pill Member
    BIN 610219
    PCN DRX
    Group MYCARD3904
    ✅ Free · No signup · Works at 35,000+ pharmacies
    Get My LowerMyRx Card →

    Show this card (or screenshot it) at any pharmacy counter. Always free.

    Common Questions

    Is the discount card really free?

    Yes — completely free. Savings cards like LowerMyRx and GoodRx make money when pharmacies pay a small network fee, not from you. You never pay for the card itself.

    Do I need insurance to use it?

    No. Discount cards work instead of insurance — or alongside it. If your copay is higher than the card price, just show the card. Your pharmacist can run both and charge you whichever is cheaper.

    Can I use this if I'm pregnant?

    Absolutely. Ondansetron for morning sickness, prenatal supplements, promethazine for nausea — these all work with savings cards. Always confirm the discounted price before you fill.

    Which pharmacies accept it?

    LowerMyRx works at 35,000+ pharmacies nationwide — CVS, Walgreens, Walmart, Kroger, Rite Aid, Costco, most grocery chains, and many independents.

    Why is the card price sometimes lower than my copay?

    Insurance copays are set by your plan, not necessarily tied to the actual cost of a drug. Generic drugs — especially older ones — often cost less through a savings card than through insurance. It's one of healthcare's best-kept secrets.

    My Sugar Pill may earn a commission when you use savings card links on this page, at no extra cost to you. Prices shown are estimates based on typical savings card averages and may vary by pharmacy, location, quantity, and dose. Always confirm the final price with your pharmacist. My Sugar Pill does not provide medical advice — consult your doctor or pharmacist before changing any medications.

    ' + ''); win.document.close(); } function filterMeds(val) { if (!val || val.length < 2) return []; var v = val.toLowerCase(); return medList.filter(function(m) { return m.toLowerCase().indexOf(v) !== -1; }).slice(0, 8); } function renderSuggestions(matches) { if (!matches.length) { suggestBox.style.display = 'none'; return; } suggestBox.innerHTML = matches.map(function(m, i) { return '
  • ' + m + '
  • '; }).join(''); suggestBox.style.display = 'block'; activeIdx = -1; } input.addEventListener('input', function() { renderSuggestions(filterMeds(this.value)); }); suggestBox.addEventListener('click', function(e) { var li = e.target.closest('li'); if (!li) return; var name = li.textContent.replace(/\s*\([^)]*\)\s*/g, '').trim(); input.value = li.textContent; showResult(name); }); document.getElementById('rsp-search-btn').addEventListener('click', function() { var val = input.value.trim(); if (val) showResult(val.replace(/\s*\([^)]*\)\s*/g, '').trim()); }); input.addEventListener('keydown', function(e) { var items = suggestBox.querySelectorAll('li'); if (e.key === 'ArrowDown') { e.preventDefault(); activeIdx = Math.min(activeIdx + 1, items.length - 1); items.forEach(function(el, i) { el.style.background = i === activeIdx ? '#f0f9ff' : ''; }); } else if (e.key === 'ArrowUp') { e.preventDefault(); activeIdx = Math.max(activeIdx - 1, -1); items.forEach(function(el, i) { el.style.background = i === activeIdx ? '#f0f9ff' : ''; }); } else if (e.key === 'Enter') { if (activeIdx >= 0 && items[activeIdx]) { input.value = items[activeIdx].textContent; showResult(items[activeIdx].textContent.replace(/\s*\([^)]*\)\s*/g, '').trim()); } else if (input.value.trim()) { showResult(input.value.trim().replace(/\s*\([^)]*\)\s*/g, '').trim()); } } else if (e.key === 'Escape') { suggestBox.style.display = 'none'; } }); document.addEventListener('click', function(e) { if (!e.target.closest('#rsp-search-wrap')) suggestBox.style.display = 'none'; }); /* ── Tabs ── */ document.querySelectorAll('.rsp-tab').forEach(function(tab) { tab.addEventListener('click', function() { document.querySelectorAll('.rsp-tab').forEach(function(t) { t.classList.remove('rsp-tab--active'); t.setAttribute('aria-selected', 'false'); }); document.querySelectorAll('.rsp-tab-panel').forEach(function(p) { p.classList.add('rsp-tab-panel--hidden'); }); tab.classList.add('rsp-tab--active'); tab.setAttribute('aria-selected', 'true'); var panelId = 'rsp-tab-' + tab.dataset.tab; var panel = document.getElementById(panelId); if (panel) panel.classList.remove('rsp-tab-panel--hidden'); }); }); })();