Clinks
Clinks - is short for creative links, here you can use ai to generate images, audio videos by connecting nodes and linking them
Install / Use
/learn @coderhema/ClinksREADME
Clinks
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.
✨ Key Features
- 🤖 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
🎯 Quick Example
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!
🚀 Quick Start
1. Install Dependencies
git clone https://github.com/your-org/clinks.git
cd clinks
pnpm install
2. Configure Tambo API Key
Get your free API key from tambo.co:
echo "NEXT_PUBLIC_TAMBO_TOKEN=your_api_key_here" > .env.local
3. Start Development Server
pnpm run dev
Open http://localhost:3000 and start building!
💬 Example Commands
Tell the AI Assistant what you want to build:
Complete Workflows
"Build a text-to-image workflow"
"Create a logo generation pipeline"
"Set up a video creation workflow"
Add Individual Nodes
"Add a text input node"
"Create an image generator"
"Add an output node"
Execute & Manage
"Execute the workflow"
"Show my workflow status"
"What nodes do I have?"
📚 Documentation
- 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
🎨 What Can You Build?
- 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
🔧 Additional Setup
Build for Production
pnpm run build
pnpm start
Docker (Optional)
docker build -t clinks .
docker run -p 3000:3000 clinks
🙏 Credits
Built with Tambo AI for generative UI components.
