Replicate Webhooks When to Use This Skill - Setting up Replicate webhook handlers - Debugging signature verification failures - Understanding Replicate event types and payloads - Handling prediction lifecycle events (start, output, logs, completed) Essential Code (USE THIS) Express Webhook Handler Common Prediction Statuses | Status | Description | Common Use Cases | |--------|-------------|------------------| | | Prediction is initializing | Show loading state in UI | | | Model is running | Display progress, show logs if available | | | Prediction completed successfully | Process final outpu…