Put the DrinkIY calculator on your site

Writing about coffee gear, homebrewing, or cutting a habit's cost? Drop any of our calculators straight into your page with one line of HTML. It's free, there's nothing to install, and there's no script — just an <iframe> pointing at a page we host and maintain.

What your readers get

How to add it

Pick your drink below and paste the snippet where you want the calculator to appear. It's responsive to its container's width, so it works in a normal article column.

Espresso & Milk Drinks

<iframe src="https://www.drinkiy.com/embed/espresso/"
        title="Espresso and Milk Drinks savings calculator by DrinkIY"
        width="100%" height="900"
        style="border:1px solid #e5ded6;border-radius:12px;max-width:640px"
        loading="lazy"></iframe>

Soda & Sparkling

<iframe src="https://www.drinkiy.com/embed/soda/"
        title="Soda and Sparkling savings calculator by DrinkIY"
        width="100%" height="900"
        style="border:1px solid #e5ded6;border-radius:12px;max-width:640px"
        loading="lazy"></iframe>

Kombucha

<iframe src="https://www.drinkiy.com/embed/kombucha/"
        title="Kombucha savings calculator by DrinkIY"
        width="100%" height="900"
        style="border:1px solid #e5ded6;border-radius:12px;max-width:640px"
        loading="lazy"></iframe>

Electrolytes

<iframe src="https://www.drinkiy.com/embed/electrolytes/"
        title="Electrolytes savings calculator by DrinkIY"
        width="100%" height="900"
        style="border:1px solid #e5ded6;border-radius:12px;max-width:640px"
        loading="lazy"></iframe>

Cold Brew & Nitro

<iframe src="https://www.drinkiy.com/embed/cold-brew/"
        title="Cold Brew and Nitro savings calculator by DrinkIY"
        width="100%" height="900"
        style="border:1px solid #e5ded6;border-radius:12px;max-width:640px"
        loading="lazy"></iframe>

Water

<iframe src="https://www.drinkiy.com/embed/water/"
        title="Water savings calculator by DrinkIY"
        width="100%" height="900"
        style="border:1px solid #e5ded6;border-radius:12px;max-width:640px"
        loading="lazy"></iframe>

Homebrew Beer

<iframe src="https://www.drinkiy.com/embed/beer/"
        title="Homebrew Beer savings calculator by DrinkIY"
        width="100%" height="900"
        style="border:1px solid #e5ded6;border-radius:12px;max-width:640px"
        loading="lazy"></iframe>

Sizing and placement

The snippets use a fixed height because an iframe can't measure its own content without a resize script running on your page — and shipping you a script is exactly what we're avoiding. The calculator scrolls inside the frame instead. If it feels tight in your layout, raise the height; nothing else needs to change. loading="lazy" is included so the frame costs nothing until a reader scrolls near it.

The fine print

Want it under your own brand?

A white-label version — your branding, your affiliate tag, no DrinkIY links — isn't something we offer yet. If that's what you need for a retail site or a newsletter, the free embed above is the honest starting point, and demand for it is what would justify building the paid one.

Explore the drink calculators →