InstaChef PWA

{#if targetUrl}
{targetUrl}
{#if status === 'idle'} {/if} {:else}

No URL detected. Open this app via Instagram Share Menu.

Debug: Text={sharedText} URL={sharedUrl}
{/if} {#if status === 'extracting'}
Extracting data...
{/if} {#if bodyText}
📝 View Extracted Text
{bodyText}
{/if} {#if recipe}

{recipe.name}

{recipe.description}

Servings: {recipe.servings}

Ingredients

Steps

    {#each recipe.steps as step}
  1. {step}
  2. {/each}
{#if tandoorEnabled}

Tandoor Integration

{#if tandoorError}
Error: {tandoorError}
{/if}
{/if}
{/if} {#if status === 'error' && bodyText}

Extraction Error - Raw Text Available

📝 View Extracted Text
{bodyText}
{/if}
System Logs
{#if currentMethod}
⚡ Current: {currentMethod}
{/if}
{#each logs as log}
> {log}
{/each} {#if status === 'extracting'}
> Processing...
{/if}