Courses

n8n Workflows

AI Agent Programming
Coding HTML mobile-responsive, SEO-optimized, entire formatted web pages.
Question and Answer (Q and A), Quora, WikiHow
MCQs
AI news recap 3X a day
Crypto, Financial News, Education
Other Languages

Content Creation
Write one article, post to 10 (- 100) social media.
Lead Generation
Harvest emails, phone number from Google maps
First Manually:
media - Animation, Video
text: script, description, keywords)
thumbnail: images
Then automated:
n8n workflows (make, Vectorshift)
Langchain
Python
supabase
forms
http, get requests
https://github.com/restyler/awesome-n8n - community node repository

https://community.n8n.io/
https://n8n.io/workflows/
https://n8n.io/integrations/webhook/
https://docs.n8n.io/integrations/builtin/core-nodes/
Grok, DeepSeek, Large LLMs can design JSON workflows

https://github.com/search?q=n8n+templates+&type=repositories&s=stars&o=desc

https://github.com/enescingoz/awesome-n8n-templates?tab=readme-ov-file
https://github.com/enescingoz/n8n-twitter-thread-repost

https://github.com/wassupjay/n8n-free-templates

Social media Login, closed accounts, post frequency, content

  1. Chron: run a new scan every 30 minutes, rotating between YouTube, TikTok, Reddit, X, Facebook, Instagram, LinkedIn
  2. Trigger: Scan new posts on social media, by subtopic
  3. Store the results in a database
  4. Create new posts or videos
  5. store in a database
  6. Post to various social media, and webpages
https://supabase.com/docs/guides/getting-started/mcp
supabase (airtable)

Code Nodes

Manual Trigger
Schedule Trigger - action based on time setting, CRON expressions
Event Triggers
Subworkflows - triggered by another workflow
Split Out - recives an array, outputs as a sequence of items
Aggregate - brings back together
Edit Fields (Set Node)
IF Node - evaluates expression
Switch Node - meets one of list of expresssions
Code Node
HTTP Request
Loop over Items
Webhook & Response
AI Agent
AI Tools
Structured Output Parser

LangChain

1. Local Development Environment The most common way is to install LangChain on your local machine: bash pip install langchain # or with additional integrations pip install langchain[all] Google Colab - Excellent for experimentation with free GPU access Jupyter Notebooks - Local or cloud-based (Kaggle, Binder) Replit - Online IDE with LangChain support GitHub Codespaces - Cloud development environment PyCharm - Professional Python IDE LangSmith - LangChain's official platform for debugging, testing, and monitoring LangGraph - For building stateful, multi-actor applications LangServe - For deploying LangChain chains as REST APIs LangChain Hub - For sharing and discovering prompts and chains official LangChain documentation with interactive examples Try templates from LangChain's GitHub repository
https://docs.agno.com/introduction

LangChain - Most popular, extensive ecosystem, tool integrations
Haystack - RAG-focused, production-ready pipelines
PydanticAI - Type-safe, fast Python agents

JavaScript:
Flowise - Visual drag-drop agent builder
LangFlow - Visual programming for LangChain

Templates

n8n Workflow Repository

GitHub n8n Templates

Content Creation


Write one article via AI, post to 10 (- 100) social media.

1. Reddit to Blog Post Generator
Reddit node → Monitor subreddit for top posts
Code/AI node → Summarize thread & generate article
WordPress/Medium node → Auto-publish blog post

Social Media posts: YouTube video: 2. YouTube to Social Media Clips
YouTube node → New video uploaded (webhook trigger)
HTTP Request → Extract transcript/captions
AI node → Generate social media captions + key quotes
Twitter/LinkedIn → Post promotional snippets

Images: - https://huggingface.co/Tongyi-MAI/Z-Image-Turbo - gemini image limits Image + AI to Social Media Posts
- Dropbox → Watch folder for new images
AI Vision node → Describe image content
AI node → Generate engaging caption + hashtags
Instagram/Pinterest → Auto-post with image

Lead Generation

Harvest emails, phone number from Google maps
Cold Calls - Porduct, affiliate program

Database

https://supabase.com/docs/guides/getting-started/mcp
supabase (airtable)

AI-created Workflows

Grok, DeepSeek, Large LLMs can design JSON workflows

Prompts to write json workflows written by LLM
n8n MCP server
.md rules files

Other Platforms

AI Agent Programming
https://pipedream.com/

https://github.com/FlowiseAI/Flowise
Flowise, like n8n

https://github.com/HenryHengZJ
lead coder on flowise