Toasts built for real products.
Configure behavior, test interactions, then copy exact code for React and Next.js.
Modes
false / minimal / soft / solid
Flow
configure / preview / ship
Install globally or add to your project
live previewbottom-center / stack
Standard Feedback
Advanced Integrations
Playground Configuration
Tune dismissal gestures, appearance and layout behavior.
Position on Screen
Swipe Interaction
Appearance & Features
Rich Colors Mode
Live Configuration
updates instantlytoaster.config.tsx
10 linesIntegration
Copy and paste provider setup and component usage.
1. Provider Setup
Add one `Toaster` near the app root with your chosen interaction settings.
typescript
20 lines2. Component Implementation
Trigger toast methods from any client component when user actions occur.
typescript
13 lines1Install `vyrn` in your app.
2Place one `<Toaster />` at app root.
3Trigger `toast.success/error/info` inside client components.
4Set `richColors` mode per your UI theme.
Suggested default
richColors="minimal" + layout="stack"Install globally or add to your project
API Reference
Provider props and toast methods in one place.