> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dialect.to/llms.txt
> Use this file to discover all available pages before exploring further.

# Alerts

> Get your users the notifications they need, when and where they need them.

<Tip>
  **New: Blinks in Alerts**<br />
  Send actionable alerts with embedded Blinks and let your users complete onchain transactions directly in your app. No more redirects or app switching. [Learn more](/alerts/blinks-in-alerts)
</Tip>

Dialect Alerts is a notification infrastructure that powers messaging for over 30 of the most-loved apps and wallets on Solana.

![Image with alerts delivered via multiple channels](https://res.cloudinary.com/dnxjhra4h/image/upload/f_auto,q_auto/dialect-docs/alerts-meet-anywhere.png)

## Why Dialect Alerts?

**Fast Integration** - Get notifications working in under 15 minutes with our Dashboard, REST API, TypeScript SDK, or pre-built React components. No infrastructure needed.

**Built for Web3** - Wallet-based authentication, multi-chain support, and cross-app notifications that let users see alerts from all their apps in one place.

**Complete Customization** - Full CSS control, rich content support, topics, channels, and advanced targeting to make notifications feel native to your brand exactly the way you want them.

**Enterprise Scale** - Proven performance handling 1M+ daily active users and hundreds of millions of API requests with zero downtime.

## What You Can Build

Establish a direct line of communication to your users:

* **Critical Alerts** - Liquidation warnings, security notifications, system updates
* **Smart Updates** - Price targets, portfolio changes, governance proposals
* **Engagement** - NFT activity, trading opportunities, community announcements
* **Multi-Channel Delivery** - Reach users through email, Telegram, in-app notifications, and mobile push alerts
* **Universal Inbox** - Thanks to our inbox, users can even receive notifications in the apps they already use and love

## Performance

<CardGroup cols={2}>
  <Card title="1M+ Daily Active Users" icon="users">
    Handle north of 1 million DAU across our APIs for both sending alerts server-side and managing inbox feeds & user subscription preferences from the client
  </Card>

  <Card title="Hundreds of Millions of API Requests" icon="server">
    Successfully processed across our Alerts Stack in recent weeks, all without a single performance issue
  </Card>

  <Card title="Zero Downtime" icon="shield-check">
    Maintained consistent uptime even during peak usage periods
  </Card>

  <Card title="Used in Jupiter Mobile" icon="rocket" href="/alerts/mobile-alerts#real-world-example%3A-jupiter-mobile-radar">
    Powering alerts for Jupiter Mobile Radar, one of the fastest apps in crypto
  </Card>
</CardGroup>

### Time-Sensitive Alerts

Many time-sensitive alerts need to reach users quickly. We have a "burst mode" that can support orders of magnitude higher usage for up to dozens of minutes at a time:

* **Orders of Magnitude Higher Usage**: Scale up dramatically for urgent notifications
* **Extended Duration**: Maintain peak performance for up to dozens of minutes at a time
* **Real-time Processing**: Ensure critical alerts reach users without delay

### Priority Queue

A priority queue handles different kinds of delivery pipelines:

* **High priority alerts** for things like limit orders or liquidation warnings that need fast delivery
* **Lower priority** for broadcast alerts like company announcements, that can be delivered to users over longer timelines

This tiered approach ensures that urgent, actionable alerts are delivered instantly while less time-sensitive communications are processed efficiently over longer timelines.

## Getting Started Paths

### New to Alerts?

**[Quick Start Guide](/alerts/quick-start)** - With our Quick Start Guide, you can send your first notification in under 15 minutes. Learn how you can register your app, subscribe to notifications and send a test notification.

**[Try the Dashboard](https://dashboard.dialect.to)** - Send notifications immediately with no code required. Perfect for testing or one-off messages.

### Want to Send Alerts?

Sending alerts can be achieved through multiple approaches, from simple no-code solutions to powerful programmatic integrations:

**[Introduction](/alerts/send/index)** - Choose the best approach for your app:

* **[REST API](/alerts/send/api/index)**: HTTP endpoints for basic notification sending from any language or platfor incl. mobile
* **[React SDK](/alerts/send/sdk/index)**: Rich developer experience with type safety, helper functions, and UI components
* **[Dashboard](/alerts/send/dashboard)**: No-code solution for marketing and announcements
* **[Monitoring](/alerts/alerts-and-monitoring/index)**: Automated alerts based on blockchain events

### Want to Receive Alerts?

Send your users the information they need when they need it. We recommend integrating our alerts using our SDKs for the best experience.

Have a look at our inbox that lets your users also receive notifications from other apps, so they don't have to leave your app to stay informed.

**[Introduction](/alerts/integrate-inbox/index)** - Build notification experiences for your users:

* **[User Management](/alerts/integrate-inbox/user-management)**: Subscription flows and preferences
* **[API Integration](/alerts/integrate-inbox/api/index)**: Custom notification interfaces
* **[SDK Components](/alerts/integrate-inbox/sdk/setup-configuration)**: Pre-built React components
* **[Universal Inbox](/alerts/integrate-inbox/universal-inbox)**: Cross-app notification history

## Questions?

Check our [FAQ](/alerts/faq) or explore specific topics in the navigation menu.
