r/trees 13d ago

Munchies Calc420 got a visual refresh. Same math, more tools, still 100% free.

Hey Reddit - I'm the person behind Calc420 (https://calc420.com).

A while back I posted about building it after Scientific Edibles went offline. I just spent a stretch making the site actually feel like a 2026 tool instead of a pile of calculators in a 2022 green template - and I added a bunch of things people kept asking for.

WHY I'M POSTING THIS

People actually use this thing to dose homemade edibles. If the UI is confusing, people guess — and guessing mg is how you have a bad night.

So the refresh is visual only: same formulas, same client-side calculator, same shareable recipe links. Just easier to read, easier to scan the result.

WHAT CHANGED VISUALLY

The whole site now shares one look:

- Colors

- Results that actually show the dose - charts next to the mg numbers, not just a wall of text

- Cleaner inputs

If you used it last year, the calculator is in the same place. It just doesn't look like a school project anymore.

WHAT'S NEW ON THE SITE

The original tools are still there:

Edible Dosage Calculator - https://calc420.com/

Magic Mushroom / Truffle Dosage - https://calc420.com/shrooms.html

Yield / Grow Light Calculator - https://calc420.com/yield.html

New calculators people asked for:

AVB / already-vaped bud - leftover THC from how dark the AVB is

https://calc420.com/avb-calculator.html

Edible onset & duration - when it kicks in / peaks / fades (gummies, baked, tincture, drinks)

https://calc420.com/edible-onset-calculator.html

THC gummy dosage - target mg per gummy → how much flower you need

https://calc420.com/gummy-dosage-calculator.html

Also: tincture, flower-to-oil ratio, RSO, CBD-only, THC mg↔%, grow-room electricity / cost per gram, plus the decarb and cannabutter-ratio tools.

A few practical guides too (labeling homemade edibles, storing cannabutter, what to do with dab reclaim, etc.).

WHAT DIDN'T CHANGE

- 100% in your browser. Inputs aren't sent to a server to calculate.

- Shareable recipe links via URL (bookmark or send a friend the exact setup).

- English + Spanish, German, Italian, French, Portuguese.

- No signup. No paywall. No ads.

If something feels off or something’s missing, there’s a feedback form in the nav - or just shoot me a DM. Criticism in the comments is totally welcome, but if you just comment without giving any useful feedback, it doesn’t really help. That’s the whole point of posting this: people here actually build this stuff, and I’d rather build something you’ll use than guess what you want.

0 Upvotes

23 comments sorted by

9

u/Dank_Nicholas 13d ago

Nobody cares about your slop app

-2

u/Over_Teach850 13d ago

except about those who do!

3

u/Gothicawakening 13d ago

AI slop, as usual, full of mistakes.

0

u/Over_Teach850 13d ago

Yeah? It’s been free for over a year, no signup, and a few thousand people a month actually use it to dose edibles. I built it because the old calculator disappeared. Using modern tools to ship something useful isn’t the crime. Writing every CSS file by hand like it’s 2010 wouldn’t make the mg math more honest.

besides, If the calculator’s wrong, tell me. “AI” isn’t a bug report.

5

u/ItsOKtoFuckingSwear 13d ago

Ugh AI

-3

u/Over_Teach850 13d ago

Yeah? It’s been free for over a year, no signup, and a few thousand people a month actually use it to dose edibles. I built it because the old calculator disappeared. Using modern tools to ship something useful isn’t the crime. Writing every CSS file by hand like it’s 2010 wouldn’t make the mg math more honest.

besides, If the calculator’s wrong, tell me. “Ugh AI” isn’t a bug report.

7

u/NotSoEdibleCookie 13d ago

If you don't care enough to the point you ask an AI to create anything at all then why should users care enough to report issues that the AI made?

5

u/TheInterruptingCow94 13d ago

Especially when AI has been well known to make frivolous mistakes. I'd be upset if I replied on an app to "properly dose me" only for me to end up greened out.

2

u/beepgie 13d ago

yeah trusting an obviously vibecoded website for drug dosage information is batshit to me, imagine a newcomer eating 200mg cause a chatbot wrote the formula wrong.

-1

u/Over_Teach850 13d ago

Bro again, the calculations ARE NOT made by AI. It's the exact same math that was used in scientificedibles. I copied the code from the webarchive. extrapolated the calculations.

{
    "densities": {
        "butter": { "density": 0.911, "mass": "g", "volume": "ml", "efficiency": 0.93 },
        "oil": { "density": 0.916, "mass": "g", "volume": "ml", "efficiency": 0.96 },
        "coconut": { "density": 0.903, "mass": "g", "volume": "ml", "efficiency": 0.93 },
        "olive": { "density": 0.916, "mass": "g", "volume": "ml", "efficiency": 0.96 },
        "mct": { "density": 0.95, "mass": "g", "volume": "ml", "efficiency": 0.90 },
        "coconut oil": { "density": 0.903, "mass": "g", "volume": "ml", "efficiency": 0.93 },
        "olive oil": { "density": 0.916, "mass": "g", "volume": "ml", "efficiency": 0.96 },
        "mct oil": { "density": 0.95, "mass": "g", "volume": "ml", "efficiency": 0.90 }
    },
    "decarb_efficiency": {
        "no": 0.2,
        "oven": 0.75,
        "mason": 0.8,
        "already": 1.0,
        "alreadydecarb": 1.0
    },
    "unit_conversions": {
        "g_to_oz": 28.3495,
        "ml_to_fl_oz": 29.5735,
        "ml_to_cup": 240,
        "ml_to_tbsp": 15
    }
}

        return {
            DENSITIES: {
                butter: { density: 0.911, mass: 'g', volume: 'ml', efficiency: 0.93 },
                oil: { density: 0.916, mass: 'g', volume: 'ml', efficiency: 0.96 },
                mct: { density: 0.95, mass: 'g', volume: 'ml', efficiency: 0.90 }
            },
            DECARB_EFF: {
                no: 0.2,
                oven: 0.75,
                mason: 0.8,
                already: 1.0
            },
            CONVERSIONS: {
                g_to_oz: 28.3495,
                ml_to_fl_oz: 29.5735,
                ml_to_cup: 240,
                ml_to_tbsp: 15
            }

3

u/beepgie 13d ago

it doesn’t really matter if the calculations themselves aren’t AI if everyone already automatically assumes they are, the vibecoded ui is incredibly sketchy looking, sorta the 2020s equivalent of a website covered in pop up ads 

1

u/Over_Teach850 13d ago

... I don't understand what IS sketchy on my website? can you point out some things?????

2

u/beepgie 13d ago

its the tropes chatgpt nearly always falls into when trying to do anything web design wise, constant use of rounded edges, always using tinted white / black, AI written text and insistence on awkwardly centering everything. take a look at some piracy or seo sites from the last few years, they all have the exact same style of web design as your website

-2

u/Over_Teach850 13d ago

the calculations ARE NOT made by AI. Only the ui. DUH???

2

u/kreotropic 13d ago

Hey! Just visited it and s selected Portuguese but almost everything is in Spanish... No problem with English only...

-5

u/Atomsk666 13d ago

This is really helpful, I have a similar tool done in Excel, but this is much more useful. Thank you. I will be using this for my next recipes. Don't listen to people complaining it is AI, however you built it, this is awesome, AI is here to make it easier to code things like this page.

2

u/Over_Teach850 13d ago

Thank you! i've posted since 2025 here but people say it's AI only right now that they know it is possible...

1

u/joanzen 12d ago

I mean you could point an AI agent at it and ask it to make a Google Docs Worksheet out of the website, you'd still get all the math, and it wouldn't look too bad.

But then nobody has to host it, it's free, and who'd take credit? :D

1

u/Over_Teach850 12d ago

wouldn't you prefer using google to search for things instead of DIY?
Well guys if you don't like it i understand 1 year ago (https://www.reddit.com/r/trees/comments/1lqnroa/i_built_a_free_cannabutteredibles_dosage/) you guys told me it was amazing now after some posts you don't like it anymore and i don't understand why.

1

u/joanzen 12d ago

I've done a few worksheets. You are right, they never get indexed on Google even when they are popular but that's the only downside.

2

u/ipaporn 10d ago

Hi friend, I think the backlash is because a lot of folks are strongly against any sort of AI — Reddit users especially. Not trying to get into an argument about whether that's fair, but I think that's why people have turned sour on your website.

I really appreciate that you've put together this calculator, but I also know that AI companies are using up a lot of our planet's resources... It's tough! ☮️

1

u/Over_Teach850 10d ago

thank you for your feedback. I was just trying to help people!

I'm vegetarian, i think that my water-usage is being offset by that hahaha!