Block 1 - 🎥 Demo Video
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Quick Overview This workflow listens for new rows in a Supabase table, uses Anthropic Claude to expand each prompt, generates an image with Cloudflare Workers AI (FLUX), uploads the image to Supaba...
n8n-nodes-base.stickynote, n8n-nodes-base.webhook, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.respondtowebhook, n8n-nodes-base.httprequest, n8n-nodes-base.supabase
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Aumadi Technologies.
Original n8n.io sourceThis workflow listens for new rows in a Supabase image_jobs table, uses Anthropic Claude to expand each prompt, generates an image with Cloudflare Workers AI (FLUX), uploads the image to Supabase Storage, and writes the public image URL back to the original Supabase record.
image_jobs table.prompt value from the webhook payload and stops early with a JSON response if the prompt is empty.status = done and image_url, and returns the URL in the webhook response.image_jobs table in Supabase (for example by running the provided new-workflows-setup.sql) and ensure it includes fields like prompt, status, image_url, and error_message.generated-images (or update the bucket name in the workflow) and enable Public access so the public URL works.service_role key), Anthropic Claude (HTTP header auth x-api-key), and Cloudflare Workers AI (HTTP header auth Authorization: Bearer <token>) and replace the placeholders in the workflow.supabaseUrl to your Supabase project URL and confirm the bucket name and Claude model value.image_jobs inserts pointing to your n8n webhook URL /webhook/generate-image.This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Generate and store Supabase images with Claude and Cloudflare Workers AI |
|---|---|
| Complexity | advanced |
| Nodes | 22 |
| Categories | Content Creation, Multimodal AI |
| Author | Aumadi Technologies |
| Published | 12 Jun 2026 |
Use the JSON export at /data/workflows/16313/16313.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Quick Overview This workflow listens for new rows in a Supabase table, uses Anthropic Claude to expand each prompt, generates an image with Cloudflare Workers AI (FLUX), uploads the image to Supaba...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.