Skip to main content
Version: Next

Toast AI Usage

Use this page when generating notification workflows with @editora/toast.

Canonical package

  • @editora/toast

Quick integration

import { toastAdvanced } from '@editora/toast';
import '@editora/toast/toast.css';

toastAdvanced.success('Saved successfully');

AI prompt constraints

  1. Use toastAdvanced for production examples.
  2. Include at least one lifecycle pattern: show/update, promise, or group.
  3. Keep messages concise and action-oriented.
  4. Include accessible action labels for action buttons.

SaaS example

  • Storybook: https://editora-ecosystem-storybook.netlify.app/?path=/story/ai-toast-saas-center--notification-command-center

Prompt pack