Skip to content
View ubachan's full-sized avatar

Block or report ubachan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ubachan/README.md

Uba Chan Banner

Hi, I'm Uba Chan 👋

AI Automation Engineer | Vibe Coder

Helping businesses scale through intelligent workflows, custom AI agents, and seamless integrations. I specialize in turning complex manual processes into efficient, automated systems.


🚀 Quick Stats & Focus

  • 🔭 I’m currently working on: UreatorFlow (AI operating studio for solo creators) and NBGC (Photos to UGC ads).
  • 🌱 I’m currently learning: Advanced Multi-Agent Orchestration and scaling SaaS with Lovable & n8n.
  • 👯 I’m looking to collaborate on: Open-source AI automation workflows and innovative SaaS projects.
  • 💬 Ask me about: n8n automation, AI Agents, Supabase integration, and building a SaaS portfolio.
  • 📫 How to reach me: LinkedIn , Mail or WhatsApp
  • Fun fact: I don't just write code! I code the vibe. ✨

🛠️ My Tech Stack

Category Tools & Technologies
Automation & No-Code n8n Make Airtable Notion
AI & LLM Models OpenAI Anthropic Groq Llama Qwen Moonshot ElevenLabs Retail_AI
AI Dev & Databases Google AI Studio Gemini MongoDB Supabase Pinecone
Web Dev & Frameworks Next.js React Cloudflare Vercel
Editors & OS Tools Cursor VS Code Bolt Antigravity
Specialized Tools Lovable

🌟 Featured AI Automation Projects

🤖 1. UreatorFlow - AI Operating Studio

An AI-powered operating studio designed specifically for solo creators to automate their content ecosystem.

  • Core Tech: n8n Supabase Lovable
  • Key Features: Automates content planning, scheduling, and distribution workflows.
  • Status: Live Demo

📸 2. NBGC - Next-Gen Content (Photos to UGC Ads)

A high-efficiency automation pipeline that transforms raw product photos into high-converting UGC ads using AI.

  • Core Tech: n8n Gemini Cloudflare
graph LR
  A[Raw Photo] --> B[Gemini Vision AI]
  B --> C[Ad Copy & Design]
  C --> D[UGC Asset Ready]
  style B fill:#8E75B2,color:#fff
Loading
  • Impact: Automated asset creation for marketing agencies.

  • Status: Live Demo


🧠 3. Agentic RAG Workflow - Intelligent Knowledge Base

An advanced AI Agent system that understands user intent and retrieves contextually relevant information from custom databases using Vector Search.

  • Core Tech: n8n Pinecone Groq MongoDB
graph TD
  User((User Query)) --> Hook[n8n Webhook]
  Hook --> Embed[Embedding]
  Embed --> Search{Vector Search}
  Search -- Query --> PDB[(Pinecone/MongoDB)]
  PDB -- Context --> AI[AI Model]
  AI --> Result[Synthesized Answer]
  Result --> Response[Response]

  style Search fill:#f9f,stroke:#333
  style PDB fill:#27272e,stroke:#fff,color:#fff
Loading
  • Key Features: Intent recognition, dynamic context retrieval, and low-latency AI responses.

  • Use Case: Custom AI chatbots for businesses that need to talk to their own data.


🤖 4. AI Sales Agent - Omni-Channel Automation

An autonomous, multi-modal AI Sales Agent designed for Facebook Messenger. This agent handles the entire sales lifecycle—from product inquiries (text, voice, image) to inventory checking, fraud detection, and order placement—while maintaining a seamless human handoff protocol.

  • Core Tech: n8n OpenAI Google Gemini Supabase Pinecone
graph TD
  User((User Input)) --> Webhook[n8n Webhook]
  Webhook --> Router{Input Type?}
  
  Router -->|Image| Vision[Gemini Vision Analysis]
  Router -->|Voice| Audio[OpenAI Whisper Transcribe]
  Router -->|Text| Token[Token & Transfer Check]
  
  Vision --> Agent
  Audio --> Agent
  Token --> Agent
  
  Agent["🤖 AI Sales Agent (RAG)"]
  
  subgraph Tools [Agent Tools & Memory]
    direction TB
    Agent <--> GSheets[("Google Sheets: Stock/Orders")]
    Agent <--> Vector[Pinecone: FAQ/RAG]
    Agent <--> History[BD Courier API: Fraud Check]
    Agent <--> Handover[Supabase: Human Handoff]
    Agent <--> Memory[Postgres Chat Memory]
  end
  
  Agent -->|Response| Messenger[FB Messenger Reply]
  
  style Agent fill:#FF6D5A,color:#fff,stroke:#fff
  style Tools fill:#2D3B45,color:#fff,stroke:#fff

Loading

🚀 Key Features

  • 👁️ Multi-Modal Intelligence: - Uses Gemini Vision to identify products directly from customer photos.

    • Uses OpenAI Whisper to transcribe and understand voice notes in real-time.
  • 📦 Smart Inventory System: - Real-time bi-directional sync with Google Sheets.

    • Checks stock before confirming orders and auto-updates inventory after sales.
  • 🛡️ Fraud Detection: - Integrated with BD Courier API to analyze customer phone numbers and delivery history (Success/Return ratio) before accepting COD orders.

  • 🧠 RAG & Long-Term Memory: - Uses Pinecone Vector DB for retrieving FAQs/Policies.

    • Maintains conversation context using Postgres memory.
  • 🤝 Human Handoff Protocol: - Intelligent intent detection triggers a seamless transfer to a human agent via Supabase when complex support is needed.

  • 🔗 Status: Source Code


📊 GitHub Stats

Uba's GitHub Stats


🤝 Connect with Me


Popular repositories Loading

  1. ubachan ubachan Public

    My personal portfolio source code. Showcasing AI Automation projects, n8n workflows, and Vibe Coding experiments.

  2. UreatorFlow-AI-Operating-Studio UreatorFlow-AI-Operating-Studio Public

    UreatorFlow is the ultimate AI-powered operating studio built specifically for solo creators. Orchestrate your entire content pipeline, from ideation to scheduling, in one seamless flow.

  3. NBGC-Next-Gen-Content-Photos-to-UGC-Ads NBGC-Next-Gen-Content-Photos-to-UGC-Ads Public

    An automated AI pipeline that turns raw product photos into high-converting UGC video ads instantly. Powered by Gemini Vision, Motion AI, and n8n.

  4. Agentic-RAG-Workflow-Intelligent-Knowledge-Base Agentic-RAG-Workflow-Intelligent-Knowledge-Base Public

    A context-aware knowledge retrieval system built with Pinecone and MongoDB. Uses Agentic reasoning to deliver accurate answers from complex datasets.

  5. AI-Sales-Agent-Omni-Channel-Automation AI-Sales-Agent-Omni-Channel-Automation Public

    An autonomous, multi-modal AI Sales Agent designed for Facebook Messenger. This agent handles the entire sales lifecycle—from product inquiries (text, voice, image) to inventory checking, fraud det…