Documentation

๐Ÿค–

Robot Toast

A delightful, interactive toast notification library with adorable robot characters. Perfect for adding personality to your notifications while maintaining a professional look.

โœจ

Animated Characters

15+ unique robot characters with smooth animations and personality.

๐ŸŽจ

Fully Customizable

Control position, theme, type, animations, and behavior to match your design.

๐Ÿ“ฆ

TypeScript Support

Full type definitions for complete IDE support and autocomplete.

๐ŸŒ™

Light & Dark Mode

Beautiful themes with automatic light/dark mode detection.

โšก

Zero Dependencies

Lightweight and standalone - no external dependencies required.

๐Ÿ“ฑ

Responsive Design

Perfect on all devices with touch-friendly interactions.

Explore All Features

Check out interactive demos of all 40+ features including robots, positions, themes, animations, and more.

View Features Showcase โ†’

Quick Start Example

import { toast } from 'robot-toast';
// Show a basic toast
toast({
  message: 'Welcome back!',
  position: 'top-right',
  robotVariant: 'wave.svg',
  duration: 3000
});
// Show with options
toast({
  message: 'Operation complete!',
  type: 'success',
  theme: 'light',
  position: 'bottom-right',
  draggable: true
});

Ready to add adorable robots to your notifications?

Install Now