MONII Guides Usage alerts on Vercel Hobby, without paying for Pro
Guide · Vercel Hobby

Usage alerts on Vercel Hobby, without paying for Pro

Vercel staff confirmed it in April 2026: there is no spike or threshold detection on Hobby. Here are the three real options, including one you can build this afternoon.

If you are on Hobby and want to know before something goes wrong, Vercel does not offer that. This is confirmed rather than inferred.

Confirmed by Vercel

In an April 2026 community thread, a Hobby user wrote that they "had no warning about the unusual spike in usage until after the limit was hit" and asked for threshold alerts on Hobby. Vercel's reply confirmed: there is no detection for unusual spikes or patterns on that plan.

What is actually at stake on Hobby#

Worth being precise, because the risk is different from Pro.

Hobby is not usage-billed. You will not get a surprise invoice. What happens instead is that hitting a limit can suspend your projects until the next cycle — your site goes down, and it stays down.

So the failure mode is not financial, it is availability. Which for a portfolio site is annoying, and for anything with users attached is worse.

There is a second, sharper version of this problem: usage data on Hobby is restricted. Vercel's /v2/usage endpoint returns limited or empty data on the Hobby tier, so even looking is harder than it should be. Any tool that claims rich Hobby usage metrics is overstating what the API returns — MONII included, which is why the app says so explicitly rather than showing a silent zero.

Option 1: build it yourself#

Since February 2026 Vercel has a real billing and usage API, and a CLI:

vercel usage --from 2026-08-01 --to 2026-08-31 --breakdown daily --format json

Wrap that in a cron job, compare against your own threshold, post to Slack or Discord. Roughly an afternoon.

What you get: exactly the thresholds you want, in the channel you want, free.

What you do not get: anything while you are asleep and your laptop is shut, unless you host it somewhere. And you are now maintaining a monitoring service, in order to monitor the thing you did not want to maintain.

A tutorial doing exactly this for Netlify — config file, cron, Slack at 85% — circulates widely and is a reasonable model to copy.

Option 2: upgrade to Pro#

The official answer. $20/month per member, and you get Spend Management.

Be clear about what you are buying: alerts at 50%, 75% and 100% of an amount you nominate, checked every few minutes, with an optional pause that is off by default and that pauses every project on the team. See the full caveats.

For a lot of people this is still the right call — Pro brings more than alerting. Just do not upgrade expecting a hard cap, because that is not what arrives.

Option 3: something external#

Third-party monitoring that works regardless of plan tier.

This is what MONII does, so read the next paragraph with that in mind.

MONII works on Hobby. You set a threshold at any percentage, and it pushes your phone when you cross it. The free tier keeps an emergency alert at 100% of plan limit forever — deliberately, because staying silent while a free user's projects get suspended would be indefensible.

The Hobby caveat, stated plainly

Because Vercel restricts usage data on Hobby, MONII's usage metrics there are limited by the same API restriction everyone else hits. The app tells you this directly rather than rendering an empty chart. Deploy status, project state and build failures all work normally; granular usage does not, and no third-party tool can fix that.

What to actually do#

If you are on Hobby with side projects and no revenue attached: the DIY script is genuinely fine, and free. Do that.

If downtime would actually cost you something: either upgrade to Pro for the native controls, or use an external monitor, or both. The thing not to do is assume Hobby is protecting you, because it is not.

Questions people actually ask

Does Vercel Hobby have usage alerts?

No. Spend Management is Pro and above. Vercel staff confirmed in an April 2026 community thread that there is no detection for unusual spikes or patterns on Hobby.

Will Vercel charge me on Hobby?

No — Hobby is not usage-billed. The risk on Hobby is that hitting a limit suspends your projects until the cycle resets, not that you get an invoice.

Can I build my own alerting on Hobby?

Yes. Vercel shipped a billing and usage API in February 2026, plus a vercel usage CLI command. A cron job polling it and posting to Slack is an afternoon's work.

Is upgrading to Pro the only official answer?

Effectively yes, if you want native alerting. Pro also brings the caveats of Spend Management — Pro-only alerting that pauses every project on the team, at fixed thresholds.

Alerts on Hobby, without upgrading

MONII works on Hobby. Set a threshold at any percentage, get pushed before you hit it, and keep an emergency 100% alert free forever.

Get MONII for iOS ›