n8n + AI Workflow Templates
WeekendPre-built n8n workflows that use AI: lead scoring, ticket routing, data enrichment, content moderation.
AutomationCreate a library of ready-to-import n8n workflow templates that integrate LLMs. Examples: classify support tickets and route to the right team, score inbound leads by analyzing their company website, moderate user-generated content, enrich CRM contacts with LinkedIn data. Each template is a JSON file users import into n8n with one click.
MonetizationTemplate marketplace: $5-15 per template. Bundle: $49 for all.
Stack:n8nJavaScriptClaude API
Content Repurposer
WeekendGive it a blog post — it generates a Twitter thread, LinkedIn post, newsletter excerpt, and YouTube script.
AutomationInput: a long-form article URL or markdown text. Output: 5+ content pieces optimized for different platforms. Each piece adapts the tone, length, and format (threads use numbering, LinkedIn uses hooks, newsletters use summaries). Include image prompts for DALL-E or Midjourney. Batch mode for processing a whole blog archive.
MonetizationPer-piece: $0.20. Subscription: $19/mo unlimited.
Stack:TypeScriptNext.jsClaude API
Database Migration Planner
WeekendDescribe the migration you want — AI generates the migration SQL, rollback plan, and zero-downtime deployment strategy.
Developer ToolsInput: current schema + desired change (add column, rename table, split table). Output: migration SQL for your DB engine (Postgres, MySQL, SQLite), a rollback script, estimated lock time for large tables, and a step-by-step deployment checklist for zero-downtime. Uses LLM to understand intent and generate safe migrations.
MonetizationFree CLI tool. Pro: $9/mo for team features (approval workflows, audit trail).
Stack:TypeScriptCLI (Node.js)Claude API