AI-Powered Generative Media Workflow Builder
Clinks lets you create complex generative media workflows using natural language. Just tell the AI what you want to build, and it automatically creates nodes, connects them, and helps you generate images, videos, logos, audio, and more.
- 🤖 AI Workflow Assistant - Build complete workflows with simple commands
- 🎨 Visual Workflow Canvas - Drag, drop, and connect nodes intuitively
- ⚡ Multi-Modal Generation - Images, videos, logos, audio, and text
- 🔗 Smart Connections - AI automatically connects nodes in the right order
- 🚀 One-Command Workflows - Create entire pipelines instantly
- 📊 Real-Time Execution - Watch your workflows generate content live
Open the AI Assistant and type:
"Build a text-to-image workflow"
The AI will:
- Create a text input node
- Add an image generator node
- Add an output node
- Connect them all together
- Position them nicely on the canvas
Then just say "Execute the workflow" and watch it generate!
git clone https://github.com/your-org/clinks.git
cd clinks
pnpm installGet your free API key from tambo.co:
echo "NEXT_PUBLIC_TAMBO_TOKEN=your_api_key_here" > .env.localpnpm run devOpen http://localhost:3000 and start building!
Tell the AI Assistant what you want to build:
"Build a text-to-image workflow"
"Create a logo generation pipeline"
"Set up a video creation workflow"
"Add a text input node"
"Create an image generator"
"Add an output node"
"Execute the workflow"
"Show my workflow status"
"What nodes do I have?"
- Quick Start Guide - Get up and running in 5 minutes
- AI Workflow Guide - Complete guide with examples
- Tambo Integration - Technical details and setup
- Troubleshooting - Common issues and solutions
- Text-to-Image - Generate images from text descriptions
- Logo Design - Create brand logos and design elements
- Video Generation - Make AI-generated videos
- Audio Creation - Generate music and sound effects
- Multi-Stage Pipelines - Chain multiple AI operations together
pnpm run build
pnpm startdocker build -t clinks .
docker run -p 3000:3000 clinksBuilt with Tambo AI for generative UI components.