Settings

Theme

Show HN: AlertChecker – get emailed when a plain-English statement comes true

alertchecker.com

2 points by alertchecker · 2 comments · 2 min read

Reader

I built AlertChecker to help address a limitation with AI chatbots - they only respond when you've asked them something. You talk to them and they talk back. I wanted a way for them to tell you something of interest another time, when you're not even in a conversation.

For example, type a statement like "the iPhone 16 Pro is back in stock at apple.com" or "it's going to rain in London tomorrow," and AlertChecker uses AI models with live web search to monitor it periodically. You'll then be emailed when it becomes true. No scraping rules to configure, no specific site integrations to pick, just a sentence in plain English.

It's a Next.js web app with a small Node backend service doing the actual checking in a continuous loop. There's also an MCP server, so if you use Claude or ChatGPT you can create alerts by just asking in a normal conversation instead of opening the site.

The number of checks is currently limited overall while I keep an eye on costs, so it's shared across everyone using it right now rather than a fixed per-account quota. I'll be raising that as I get a better sense of real usage patterns.

Seems like this tool could have a very wide range of applications (given the statement can be literally anything under 4000 characters). Interested to hear about real-world uses beyond stock/price checking or weather alerts.

1 thread
alertcheckerOP

The MCP part: If you're using Claude, ChatGPT, Perplexity etc. and install the connector you can then say "alert me when [...]" directly in a chat and an alert will be created for you - no separate visit to the site needed. Setup instructions here: https://github.com/steve-chambers/alertchecker-mcp

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection