Know when anything
important happens

One HTTP endpoint. Send any event — an error, a signup, a payment, a button click — straight to Slack, Discord, Telegram, or email. No SDK. No setup. Just a curl.

500 events/month free on the cloud · or self-host unlimited, free forever

Any event. Any language. Delivered in seconds.

curl -X POST https://app.getflarely.dev/v1/ingest \

-H "Authorization: Bearer sk_live_..." \

-d '{"title":"New signup","level":"info","source":"my-app"}'

app.getflarely.dev/dashboard

Projects

Each project has its own destination and API keys

+ New project

Total Projects

4

Total Events

3,847

Active Destinations

🔔

🔔Jun 2026

Payments API

Slack

1,842 events
🔔Jun 2026

Cron Jobs

Discord

901 events
🔔Jun 2026

Landing Page

Discord

699 events
🔔Jun 2026

User Signups

Telegram

405 events

Any event worth knowing about

Flarely isn't just for errors. If it matters, send it.

Payment failed

Know the instant a charge fails — before your customer does.

{"title":"Payment failed","level":"error"}

New user signed up

A ping every time someone joins. Stay close to growth.

{"title":"New signup: jane@co.com","level":"info"}

Cron job failed

Silent cron failures are the worst bugs. Not anymore.

{"title":"Daily backup failed","level":"critical"}

Landing page clicks

This page uses Flarely to track every CTA click in real time. Yes, really.

{"title":"Hero: Start free clicked","level":"info"}

Deploy completed

Confirm every production deploy landed — or didn't.

{"title":"Deployed v2.4.1 to prod","level":"info"}

Threshold crossed

CPU spike, queue depth, API quota — alert on any metric.

{"title":"Queue depth > 1000","level":"warn"}

Built for simplicity

One HTTP endpoint

POST JSON to /v1/ingest. Works from any language, any stack, any CI script.

5 Destinations

Route to Slack, Discord, Telegram, Email, or any custom webhook.

Deduplication

Configurable dedup window per project. One alert per issue, not one per request.

Open Source

Full source on GitHub. Self-host for free, no vendor lock-in, ever.

Multiple projects

Separate API keys per project. Route payments to Slack, deploys to Discord.

Event dashboard

Browse event history, see stats, manage projects and keys — all in one place.

Why not just use…?

Flarely is the boring, reliable middle ground between heavyweight platforms and hand-rolled webhook scripts.

A full observability platform

Powerful, but heavy: an SDK per language, agents, dashboards, and a bill that scales with volume. Overkill when you just want a ping when something happens.

A raw Discord/Slack webhook

Free, but you re-build the same plumbing every time — dedup so you're not spammed, multiple destinations, retries, rate limits. Flarely is that plumbing, done once.

Flarely

One HTTP endpoint, any language. Built-in deduplication, 5 destinations, and a dashboard. Free to start, $5/mo managed, or self-host for free.

Simple Pricing

Most popular

Cloud

Free to start

Managed. No setup. No credit card.

  • 500 events/month free
  • All 5 destinations
  • Deduplication
  • Event dashboard
  • Unlimited events on Pro — $5/mo
  • Cancel anytime
Start free — no credit card

Self-Hosted

Free forever

Own your infra. Fully open source.

  • Unlimited events
  • All 5 destinations
  • Deduplication
  • Open source (AGPL)
  • Deploy anywhere
Deploy Now

Don't want to manage servers? Start free on the cloud · 500 events/month, no card required

Stop finding out too late.

Start free. Upgrade anytime. Cancel anytime.

Get Started

FAQ

Is this only for errors?

Not at all. Flarely works for any discrete event worth knowing about — errors, signups, payments, deploys, cron jobs, form submissions, button clicks. If it matters, send it.

What's the difference between self-hosted and Cloud?

Self-hosted is free, open source, and you manage the infrastructure. Cloud is managed — 500 events/month free, unlimited on Pro at $5/month. No setup required.

How do I send an event?

POST JSON to /v1/ingest with your API key. Works from any language, any CI script, any shell. No SDK needed.

What if I get spammed with duplicate alerts?

Each project has a configurable deduplication window. Set it to 10 minutes and you'll get one alert per issue per 10 minutes, no matter how many times the event fires.

What if I need more help?

GitHub issues and discussions are free. Cloud Pro includes priority support.