Share to InstaRecipe

Share to InstaRecipe

{#if targetUrl} Processing your shared recipe... {:else} Paste an Instagram recipe URL to extract it {/if}

{#if !targetUrl} {:else}

Processing URL:

{targetUrl}

{#if status === 'enqueuing'}
Enqueuing for processing...
{:else if status === 'error'}
❌ Error occurred
{:else}
✅ Ready to process
{/if}
{/if} {#if logs.length > 0}

Process Log:

{#each logs as log}
{log}
{/each}
{/if}