Does anyone know about this? (N8n supabase For AI blast)

Yeah, this setup is actually pretty sick. n8n’s great for building no-code workflows, and pairing it with Supabase for storing data (especially vectors for AI stuff) makes a lot of sense. If you’re working on some kind of AI agent or RAG flow, this stack can handle a lot. Just gotta keep your data clean and test often. Curious to see what you're building with it!
 
Yeah, this setup is actually pretty sick. n8n’s great for building no-code workflows, and pairing it with Supabase for storing data (especially vectors for AI stuff) makes a lot of sense. If you’re working on some kind of AI agent or RAG flow, this stack can handle a lot. Just gotta keep your data clean and test often. Curious to see what you're building with it!
do you know how this works?
 
do you know how this works?
Yeah, I’ve played around with it a bit. n8n basically lets you build automations without coding—think of it like Zapier but more customizable. Supabase works as your backend—kind of like a Firebase alternative, and it's great for storing structured data, including stuff like embeddings if you’re working with AI. You can connect the two so that n8n handles triggers and logic, and Supabase stores or retrieves the data. It’s a solid combo once you get the hang of the flow.
 
do you have any video or info about it?
Yeah, I’ve played around with it a bit. n8n basically lets you build automations without coding—think of it like Zapier but more customizable. Supabase works as your backend—kind of like a Firebase alternative, and it's great for storing structured data, including stuff like embeddings if you’re working with AI. You can connect the two so that n8n handles triggers and logic, and Supabase stores or retrieves the data. It’s a solid combo once you get the hang of the flow.
 
For me, it feels like they're in the stratosphere while I'm still down here on Earth. :eek::eek:
 
do you have any video or info about it?
I don’t have a personal video, but these helped me get started:
Start with the first video to get a feel for the flow, then the blog post explains how to set up nodes and logic properly. Once you’ve got Supabase auth and data structure sorted, n8n just becomes a flexible controller.
 
Short version: there’s no single “AI blast” product here, it’s just a stack people wire together. n8n runs the logic and scheduling, Supabase holds contacts, message state and sometimes embeddings, and WhatsApp is usually via an unofficial API or providers like Cloud API wrappers. For learning, YouTube is honestly better than random forum posts - search for “n8n supabase whatsapp automation” or “n8n RAG supabase” and you’ll see full walkthroughs. Once you understand how n8n nodes pass data and how Supabase tables are structured, the rest is just rate limits and not getting your WA number banned.
 
Back
Top