Push Notifications

Get notified when your recipe extractions complete, even when InstaRecipe is not open. {#if typeof window !== 'undefined'} {#if window.location.pathname === '/' && !document.querySelector('[data-queue-item]')} Start by adding some Instagram recipe URLs to see notifications in action! {/if} {/if}

Status: {getStatusText()}
{#if state.error}
Error
{state.error}
{/if} {#if !state.supported}
Not Supported
Your browser doesn't support push notifications or the site is not running over HTTPS.
{/if} {#if state.permission === 'denied'}
Permission Denied
You've blocked notifications for this site. Please enable them in your browser settings to receive updates.
{/if} {#if state.supported && state.permission !== 'denied'}
You'll receive notifications for:
  • ✅ Successful recipe extractions
  • ❌ Failed extractions (with retry option)
  • 🔗 Direct links to view in Tandoor
{/if}