🎬 Generate Twitter content in personal style with OpenAI & Supabase RAG

⚑ 162 views · 🎬 Content Creation & Video

Description

🎯 Self-Learning X Content Engine (Creator RAG Booster)

Learn your voice. Generate posts that sound like you β€” not AI.

🧩 Overview

This n8n workflow builds a personal RAG (Retrieval-Augmented Generation) system for creators.
It learns from your own past posts and generates new tweets, replies, and image prompts in your tone.

βš™οΈ How it works

Step 1 β€” Ingest

Step 2 β€” Generate

πŸ”§ Setup (3–5 min)

  1. Connect Supabase (URL + Key)
    • Make sure the table name is documents
    • Enable vector extension (pgvector)
  2. Connect OpenAI API Key
  3. Activate both Forms and open the URLs to test.
  4. Optionally replace Forms with Webhooks.

πŸ’‘ Tip: RLS enabled? Ensure your API key allows insert/select for documents.

🧠 Tech Stack

πŸͺ„ Credits

Built by Yusuke | @yskautomation
License: MITView on GitHub

πŸ”— Nodes Used

AI Agent, Embeddings OpenAI, OpenAI Chat Model, Recursive Character Text Splitter, n8n Form Trigger, Supabase Vector Store

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup