Skip to content
12 min readTools

We Audited Our Own 70-Tool Pricing Database: 7 of 30 Prices Were Wrong

Every DIY-alternative guide on Memvers recommends specific tools — and every one of those tool cards, on every page, reads its name, price, and free-tier status from a single file: tool-registry.ts, 70 tools deep. A bridge function called resolveRecommendedTool() is what actually pulls the canonical data out of that file at render time instead of letting each guide keep its own hand-typed copy of a price. That bridge itself is a fairly recent fix — before it existed, a DIY entry could reference a tool by name and just retype whatever price felt current at the time it was written, with nothing forcing those numbers to agree with each other, let alone with reality. Wiring pages to read from the registry directly caught real, dollar-figure drift on three tools the first time it ran: CapCut, Canva Pro, and ElevenLabs.

That fix solved a consistency problem — every page now agrees with the registry. It didn't solve an accuracy problem: the registry itself can still go stale, the same way any pricing page does, because software vendors change prices, rename tiers, and quietly shrink free plans all the time. Nobody had gone back and asked whether the registry's 70 entries are still correct, as opposed to merely consistent. So we did — not as a survey of the whole file, but as a real, hands-on spot-check of a meaningful sample, with every finding checked against a live source before we touched anything.

  • We sampled 30 of the registry's 70 tools — weighted toward subscription SaaS, since a monthly-billed product can reprice at any time, versus a one-time purchase or a free tool that mostly can't. We checked each one against current vendor pricing.
  • 7 of the 30 (23.3%) had genuinely drifted since the registry was last updated. We fixed all 7 directly in tool-registry.ts — the same file every DIY guide's tool cards read from — not just in this post.
  • The most common drift wasn't a price going up in a straight line. 4 of the 7 corrections were a vendor quietly inserting or adding a new pricing tier (CapCut, Adobe Creative Cloud, Suno AI, Udio) that made an old two-tier price string incomplete rather than simply wrong. The other 3 were a shrunk free tier (Mailchimp), a discontinued entry-level paid tier replaced by a pricier one (Helium 10), and a renamed tier with a real price increase (Epidemic Sound).
  • We re-checked the exact 3 tools an earlier fix caught drifting (CapCut, Canva Pro, ElevenLabs). Two of them — Canva Pro and ElevenLabs — are still accurate today. The third, CapCut, has drifted again, in a different way than before: not a price change this time, a new tier inserted underneath the one we already track.
  • We also caught ourselves almost making this worse: an initial pass "corrected" one entry (Adobe Lightroom Mobile) to a lower, older price before we verified against Adobe's own FAQ page and found the registry's original number was the current one all along. We reverted that. Full story below — we're not hiding our own near-miss.

70

Tools in the full registry (tool-registry.ts)

30

Tools sampled for this audit

7

Prices found wrong and corrected in the source file

76.7%

Of the sample confirmed accurate as-is

Methodology: What We Actually Checked and How

tool-registry.ts is the single source of truth behind every DIY guide's tool recommendations on this site — a typed record per tool with a name, price string, free-option flag, category, and affiliate metadata. We didn't audit all 70 entries; we picked a sample of 30, deliberately weighted toward subscription software (design, AI, video, audio, ecommerce, automation tools billed monthly or annually) over one-time purchases and free/open-source tools, on the premise that a recurring-billing product can reprice at any point, while something like Blender or a $295 one-time DaVinci Resolve Studio license mostly can't. We included a small control group of exactly that kind — DaVinci Resolve Studio and Unreal Engine 5 — specifically to test whether the "subscription drifts more" assumption actually holds in our own data, not just assert it.

For each of the 30, we searched for the vendor's own current pricing page or a recently-dated third-party tracker, compared it line-by-line against the registry's exact price string, and classified the result as either confirmed accurate or drifted — and if drifted, we edited tool-registry.ts itself with the corrected figure, not just a note in this post. Every corrected entry in the file now also carries an inline comment recording what changed and what we verified it against, the same way we'd want a future audit (by us or anyone else) to be able to check our work.

We split the 30-tool sample into three research passes by category — design/Adobe-cluster tools, AI-assistant/audio/automation tools, and ecommerce/marketing/dev/hosting tools plus the one-time-purchase control group — and cross-checked overlapping tools between passes where we could, rather than trusting a single search result per tool.

  • "Confirmed accurate" = the registry's price string matched current vendor pricing closely enough that no edit was warranted, even if a source quoted a slightly different number for a different billing cadence (annual vs. month-to-month) than the registry shows.
  • "Drifted" = the registry's price string was either the wrong dollar figure, referenced a tier that no longer exists at that price, or omitted a tier a vendor had since added — enough to mislead a reader relying on it. Every one of the 7 drifted entries was corrected directly in tool-registry.ts.
  • Two live conflicts, resolved before publishing, not glossed over: our own research passes disagreed with each other on two tools. One pass flagged Canva Pro as having risen to $18/mo, citing a couple of recently-dated trackers; a second, independent check found the large majority of sources — and no official Canva announcement — supporting the existing $15/mo figure. We didn't split the difference or average it; we left the registry at $15/mo and are reporting the $18 claim as an uncorroborated outlier below, not a confirmed price.
  • The near-miss we didn't bury: a first pass "corrected" Adobe Lightroom Mobile's price down from $14.99/mo to $11.99/mo, based on sources describing the plan's price before a real increase. A second check against Adobe's own help-center FAQ confirmed that increase — $11.99 → $14.99/mo, effective 2026-03-20 — meaning the registry's original $14.99 figure was already correct, and our first-pass "fix" would have quietly reverted a correct number to a stale one. We caught it before publishing and reverted it. It's the single best argument in this whole post for verifying against a primary source instead of the first search result, including our own first pass.

What this audit is — and isn't

This is a spot-check of 30 of 70 registry entries, not a full audit of the file, and not a claim that the other 40 are all fine. We picked the 30 most likely to have moved (subscription software) precisely because that's where an audit's time is best spent — a free, open-source tool like Blender or VS Code isn't going to quietly change its (non-existent) price. Treat this as "here's what we checked and fixed," not "the whole registry is now guaranteed current." Pricing pages change after we publish this, too — see the limits section near the end.

Revisiting the 3 Tools an Earlier Fix Caught Drifting

Before this pass existed, the same three tools — CapCut, Canva Pro, and ElevenLabs — were the concrete catch that justified building the registry bridge in the first place: DIY guides were quoting stale, hand-typed prices for all three until they were wired to read from tool-registry.ts directly. Since that's the exact case this post's premise rests on, we re-checked all three against current pricing rather than assuming a past fix stays fixed forever.

The 3 Tools From the Original Fix, Re-Checked

ToolRegistry Price TodayStill Accurate?What We Found
Canva Pro$15/moYesMatches the large majority of current sources. One outlier source claimed $18/mo — we couldn't corroborate it against an official announcement or the weight of other trackers, so we left this unchanged rather than guess.
ElevenLabsFree (limited), Starter $6/mo, Creator $22/moYesExact match against elevenlabs.io/pricing's live tier ladder — Free, Starter $6/mo, Creator $22/mo, then Pro/Scale/Business above it. No drift since the original fix.
CapCutFree (Pro: $19.99/mo)No — drifted again, differentlyPro's $19.99/mo price itself hadn't moved. But CapCut quietly inserted a new $9.99/mo Standard tier between Free and Pro, which the two-tier string never mentioned. Corrected below.

The interesting part isn't that CapCut drifted again — it's how

The first time around, the problem was almost certainly a stale dollar figure — a page quoting a price that had since changed. This time, the number itself (Pro at $19.99/mo) was still exactly right. What changed underneath it is the tier structure: a new Standard plan now sits between Free and Pro. A price string that only ever says "Free" and "Pro" isn't technically wrong about either of those two numbers — it's just silent about a third option that now exists. That's a genuinely different failure mode than a stale price, and it turned out to be the single most common one in this whole audit.

The 7 New Corrections We Made This Pass

These are the entries where we changed tool-registry.ts itself, not just flagged an issue. Every row below is a real edit, live in the source file that every DIY guide's tool cards read from.

All 7 Corrections, Before and After

ToolOld Registry PriceCorrected PriceWhat Actually Changed
Adobe Creative Cloud$69.99/mo (no tier context)From $54.99/mo (Standard); $69.99/mo (Pro, full access)Adobe split the old single "All Apps" plan into two tiers in Aug 2025. The $69.99 figure was real, but it was only ever the Pro tier's price — a cheaper Standard tier below it went unmentioned.
CapCutFree (Pro: $19.99/mo)Free, Standard: $9.99/mo, Pro: $19.99/moA new Standard tier was inserted between Free and Pro. Pro's price was already correct.
Suno AIFree (limited), Pro: $10/moFree (limited), Pro: $10/mo, Premier: $30/moSuno added a $30/mo Premier tier above Pro (adds a full DAW and stem separation). Pro's $10/mo was unchanged.
UdioFree (limited), Standard: $10/moFree (limited), Standard: $10/mo, Pro: $30/moSame pattern as Suno: a new $30/mo Pro tier was added above the existing top tier. Standard's $10/mo was unchanged.
MailchimpFree (500 contacts), from $13/moFree (250 contacts), from $13/moThe free tier's contact cap was quietly cut in half (500 → 250) in January 2026. The $13/mo paid entry price didn't move.
Helium 10Free (limited), from $39/moFree (limited), from $99/mo billed annually ($129/mo month-to-month)The $39/mo Starter tier was discontinued for new signups on 2026-01-20. Platinum is now the cheapest paid plan — roughly 2.5–3x the old entry price.
Epidemic Sound$9/moFrom $9.99/mo billed annually ($17.99/mo month-to-month)The entry tier was renamed from Personal to Creator, with a real price increase on month-to-month billing (was ~$9, now $17.99 without an annual commitment).

The 7 Corrections, Grouped by Drift Type

7total
New tier inserted/added (omitted from string) 4 (57%)
Free-tier limit shrunk 1 (14%)
Entry paid tier discontinued/replaced 1 (14%)
Tier renamed + real price increase 1 (14%)

Source: Memvers tool-registry.ts audit, 7 corrected entries, July 2026

Read the chart for what it actually says: more than half of the real drift we found (4 of 7) wasn't a number changing at all — it was a vendor adding a new tier somewhere in their lineup that made an otherwise-correct two-tier price string incomplete. Adobe Creative Cloud, CapCut, Suno AI, and Udio all fall into this bucket. The remaining three are more traditional: Mailchimp shrank what "free" means without touching the paid price, Helium 10 killed its cheapest paid plan outright and replaced it with something roughly triple the cost, and Epidemic Sound renamed its entry tier at the same time it raised the no-commitment price.

The Other 23: Confirmed Accurate, Left Alone

We're not going to only show you the mistakes. Here's the full sample, including the 23 tools where the registry's existing price string checked out and we made no edit at all — accuracy is the more common outcome in this data, not the exception.

The 23 Tools Confirmed Accurate As-Is

ToolRegistry Price (unchanged)Note
Canva Pro$15/moOne uncorroborated source claimed $18/mo; not enough to act on — see caveat above.
FigmaFree (Pro: $20/user/mo)Figma introduced cheaper Dev ($15/mo) and Collab ($5/mo) seat types alongside the $20 Full seat — the registry's headline number is still the correct Full-seat price.
Midjourney$10/moBasic tier confirmed unchanged.
Leonardo AIFree (Essential from $12/mo)Already reflects Leonardo's tier rename (old Apprentice/Artisan/Maestro → Essential/Premium/Ultimate).
Adobe Lightroom MobileFree (Premium: $14.99/mo)Already reflects a real Adobe price increase effective 2026-03-20 — see the near-miss callout above.
Adobe After Effects$22.99/moConfirmed against the annual-billed-monthly rate.
Adobe Audition$22.99/moConfirmed against the annual-billed-monthly rate.
ChatGPT Plus$20/moUnchanged for three years per OpenAI's own pricing page, despite a new cheaper Go tier ($8/mo) launching below it.
Claude Pro$20/moConfirmed; $17/mo if billed annually isn't captured in the short string but isn't a wrong figure either.
ElevenLabsFree (limited), Starter $6/mo, Creator $22/moExact match — see the revisit section above.
Notion AIBundled in Business plan ($20/user/mo)Still accurate — the standalone AI add-on really is discontinued, full AI access really does require Business.
NotionFree (Plus: $10/user/mo)Confirmed at the annual-billed rate ($12/mo if paid monthly).
Make.com$9/moConfirmed at the annual-billed rate for the Core plan.
n8nFree (self-hosted), from $20/mo (cloud)Confirmed; cloud Starter is $20/mo annual, $24/mo month-to-month.
Google ColabFree (Pro: $11.99/mo for more RAM/GPU)Confirmed unchanged.
Shopify$39/mo (or $29/mo billed annually)Basic plan confirmed unchanged, even though Shopify's other tiers (Grow, Advanced) did reprice.
KlaviyoFree (250 contacts), from $20/moConfirmed — billing basis changed in Feb 2025 but the headline entry price didn't.
UnityFree (Pro: $2,310/yr)Confirmed — this figure already reflects Unity's Jan 2026 5% increase.
DataGrip$9.90/moConfirmed — already reflects JetBrains' Oct 2025 price increase.
HostingerFrom $2.99/moConfirmed directly against Hostinger's own pricing page.
ArtlistFrom $39.99/mo (Max plan, billed annually)Confirmed directly against Artlist's own pricing page.
DaVinci Resolve StudioFree (Studio: $295 one-time)Confirmed — control-group tool, no subscription to drift.
Unreal Engine 5Free (5% royalty after $1M revenue)Confirmed — control-group tool. Minor added nuance (a reduced 3.5% rate for Epic Games Store exclusives) doesn't change the core figure.

What This Means If You're Pricing Out a Tool Stack

1

Don't trust any tool-pricing page blindly, including ours before this pass

This isn't a knock on any one source — it's the whole point of the audit. Even an internal file we maintain specifically to power live tool cards had 7 stale entries out of a 30-tool sample. A random blog post's "pricing comparison" table, unmaintained since it was published, is very unlikely to be more current.
2

Check for a new tier, not just a new number

4 of our 7 corrections were a vendor inserting a tier we didn't have, not a price changing. If you're comparing "the Pro plan" across two sources, check whether both sources are even talking about the same tier — CapCut's Pro tier today isn't positioned the same way it was before Standard existed underneath it.
3

Free-tier limits shrink quietly, with no price change to alert you

Mailchimp cut its free-tier contact cap in half without touching its paid pricing at all — the kind of change that never shows up if you're only tracking the dollar figure.
4

"From $X/mo" can mean a tier that no longer exists

Helium 10's old $39/mo entry tier is gone; the real entry point is now $99–129/mo. If a source's cheapest listed plan doesn't match what you see live on the vendor's own signup page, assume the tier itself was discontinued, not just repriced.
5

For subscription tools specifically, check the vendor's page before you commit — not before you read about it

One-time purchases and free/open-source tools in our control group (DaVinci Resolve Studio, Unreal Engine 5) didn't move at all. Every real correction we found was a recurring-billing product. If you're budgeting a monthly spend, that's exactly the category worth a 30-second check on the vendor's own site before you enter a card number.

The Limits of This Audit

  • We sampled 30 of 70 registry entries, not all 70. The other 40 — mostly free/open-source tools, hardware, and niche 3D/audio software less likely to reprice — weren't part of this pass. We're not claiming they're all current, only that we didn't check them this time.
  • This is a snapshot as of 2026-07-06. Every one of these prices — corrected or confirmed — can change again the moment a vendor updates its pricing page. That's not a hedge, it's the entire reason this audit exists in the first place.
  • We resolved one live conflict (Canva Pro, $15 vs. an uncorroborated $18 claim) by weighing source volume and the absence of an official announcement, not by fetching Canva's own pricing page directly — its pricing page didn't render on a direct fetch during this pass. If Canva really has moved to $18/mo and we simply couldn't find strong enough evidence of it, that's a real risk worth naming rather than pretending our resolution was airtight.
  • Several "confirmed accurate" entries show the annual-billed, paid-monthly rate as the headline price (Claude Pro, Make.com, n8n, Notion), while the actual month-to-month price without an annual commitment runs 15-20% higher. That's not an error in the data, but it's a real ambiguity a reader comparing prices should know to check for.
  • We can only compare against what a search turns up or a vendor's page shows at the moment we check — we have no way to confirm a price wasn't updated an hour after we looked, or is being A/B tested by region.

fiverr

If a Tool's Pricing Doesn't Fit Your Budget, Hiring Might Still Be Cheaper

A subscription tool that quietly added a tier or discontinued its cheap plan can end up costing more than a one-off freelancer for a task you only need done occasionally.

FAQ / Citation Info

Frequently Asked Questions

We sampled 30 of the 70 tools in our tool-registry.ts file, weighted toward subscription SaaS (more likely to reprice) with a small control group of one-time-purchase and free tools. We did not audit all 70, and we say so explicitly rather than implying a full audit.
7 of 30 (23.3%) had genuinely drifted and were corrected directly in the registry file. 23 of 30 (76.7%) were confirmed accurate and left unchanged.
A vendor quietly inserting or adding a new pricing tier, not a price changing outright — 4 of our 7 corrections (Adobe Creative Cloud, CapCut, Suno AI, Udio) were this pattern. The other three were a shrunk free tier (Mailchimp), a discontinued entry-level paid tier (Helium 10), and a renamed tier with a real price increase (Epidemic Sound).
Yes — CapCut. Its Pro price ($19.99/mo) hadn't changed, but CapCut added a new Standard tier ($9.99/mo) beneath it that our two-tier price string never mentioned. Canva Pro and ElevenLabs, the other two tools caught in that earlier fix, are both still accurate today.
Yes, and we're reporting it rather than hiding it: an early pass "corrected" Adobe Lightroom Mobile's price down to $11.99/mo, but a check against Adobe's own help-center FAQ confirmed the registry's original $14.99/mo figure already reflected a real price increase effective 2026-03-20. We reverted that change before publishing.
Yes. Please cite as "Memvers Tool Pricing Accuracy Audit, July 2026" with a link to this page (memvers.com/blog/tool-pricing-accuracy-audit-2026). No permission needed for editorial use.
  • We sampled 30 of our own 70-tool pricing registry, weighted toward subscription SaaS, and found 7 (23.3%) had genuinely drifted since last updated
  • 4 of the 7 corrections were a vendor quietly adding a new pricing tier (Adobe Creative Cloud, CapCut, Suno AI, Udio) — not a price changing, a tier appearing that the old string never mentioned
  • CapCut — one of 3 tools caught drifting in an earlier audit — drifted again in a completely different way: same Pro price, new Standard tier inserted beneath it
  • Mailchimp's free tier was quietly cut from 500 to 250 contacts with no change to paid pricing; Helium 10 discontinued its $39/mo entry tier for a plan roughly 2.5-3x the price
  • Our own two research passes disagreed on Canva Pro ($15 vs. an uncorroborated $18 claim) — we left the registry unchanged rather than act on the weaker-sourced figure
  • We caught and reverted our own mistake before publishing: an early pass wrongly "corrected" Adobe Lightroom Mobile to a lower, outdated price before a primary source confirmed the registry's original figure was already correct

Hire a vetted freelancer for this

Hand-picked specialists with verified reviews. Skip the trial-and-error.

Want to do it yourself?

Step-by-step guides with free tools, cost breakdowns, and honest difficulty ratings.

Need help with this?

Browse creative freelancers on Fiverr

Vetted freelancers, from $5. Money-back guarantee.

See gigs on Fiverr

Affiliate link — we may earn a commission at no extra cost to you.

Get our weekly DIY vs. Hire breakdown

One email a week. Real cost comparisons, tool picks, and honest takes on when to DIY and when to hire a pro.

No spam. Unsubscribe anytime.