๐ฌ Product concept to 3D showcase with Claude AI & DALL-E packaging design
โก 306 views ยท ๐ฌ Content Creation & Video
Description
This is an advanced n8n workflow for transforming product concepts into 3D showcase videos with AI packaging design and auto-rotation rendering.
Workflow Features:
๐ฏ Core Capabilities:
-
AI Product Concept Generation - Uses Claude Sonnet 4 to analyze product prompts and generate comprehensive 3D specifications
-
Automated Packaging Design - DALL-E 3 generates professional packaging visuals
-
Texture Map Generation - Creates PBR-ready texture maps for realistic materials
-
3D Scene Script Generation - Produces complete Blender Python scripts with:
- Product geometry based on shape
- Professional 3-point lighting (key, fill, rim)
- 360ยฐ rotation animation (8 seconds)
- Camera setup and render settings
-
Preview Rendering - Generates photorealistic 3D preview images
-
Video Processing - Handles encoding and upload to video hosting services
-
Database Storage - Saves all showcase data for tracking
-
Status Monitoring - Checks render progress with automatic retry logic
๐ Required Setup:
API Credentials needed:
- Anthropic API (for Claude AI)
- OpenAI API (for DALL-E image generation)
- Replicate API (optional for additional rendering)
- Video hosting service (Cloudflare Stream or similar)
- PostgreSQL database
๐ง How to Use:
- Import the JSON - Copy the artifact content and import directly into n8n
- Configure Credentials - Add your API keys in n8n credentials manager
- Activate Workflow - Enable the webhook trigger
- Send Request to webhook endpoint:
POST /product-showcase
{
"productPrompt": "A premium organic energy drink in a sleek aluminum can with nature-inspired graphics"
}
๐ค Output Includes:
- Product specifications (dimensions, materials, colors)
- Packaging design image URL
- Texture map URLs
- Downloadable Blender script
- 3D preview render
- Video showcase URL
- Rendering metadata
๐ Nodes Used
HTTP Request, Postgres, Webhook, OpenAI, AI Agent, Google Gemini Chat Model
๐ฅ Import
Download workflow.json and import into n8n:
Workflow menu โ Import from File