Featured build
Restaurant Voice & WhatsApp Order System
Full end-to-end order management for a Lagos restaurant — phone
calls handled by an AI voice agent (Vapi), WhatsApp orders via
Twilio, payments via Paystack & Flutterwave, ops alerts to
Telegram, and persistent memory in Supabase + Redis. Five
interconnected n8n workflows.
n8n
Vapi
Twilio
Supabase
Redis
Paystack
Flutterwave
Telegram
Customer calls or messages
Vapi / Twilio
AI processes order intent
GPT-4 + n8n
Order stored + confirmed
Supabase + Redis
Payment link generated
Paystack / Flutterwave
Ops team notified
Telegram Bot
In build
Mama Tee's Kitchen — AI Voice Concierge
Autonomous AI voice concierge for a fictional restaurant. Vapi
handles incoming calls, n8n routes order logic across 6 microservice
workflows, Google Sheets stores the menu, Twilio sends WhatsApp
confirmations. Tested end-to-end via Hoppscotch.
Vapi
n8n
Google Sheets
Twilio
Lagos Business Event Tracker
Aggregates Lagos entrepreneurship events from Eventbrite, TechCabal,
Nairametrics, and BusinessDay. AI structures the extracted data,
delivers a digest via Gmail and Telegram — triggered weekly on
schedule or on demand.
n8n
Telegram
Gmail
OpenAI
FahrenTemp — Telegram Weather Agent
Conversational weather agent deployed on Telegram. Multi-user
session memory managed via a Set node and Simple Memory module.
Pulls real-time data from Open-Meteo API. Handles follow-up
questions contextually.
n8n
Telegram
Open-Meteo
Session Memory
Open Intel — News Intelligence Agent
Real-time news intelligence agent on Telegram. Uses Tavily and
SerpApi for live search, formats responses with HTML citations,
injects Lagos timezone context automatically. Built for
professionals who need fast signal from noise.
n8n
Telegram
Tavily
SerpApi
Lead Capture & Routing Pipeline
Tally form submissions trigger an n8n webhook that runs Switch node
routing logic, writes qualified leads to Google Sheets, and fires
multi-channel notifications. Built as a training capstone with full
conditional branching.
n8n
Tally
Google Sheets
Webhook
Bank Statement Intelligence App
FastAPI + React MVP that ingests Nigerian bank PDFs, parses
transactions, resolves merchants via a custom Nigerian resolver,
classifies spend with TF-IDF/Logistic Regression, and generates AI
narrative summaries. Stores to Google Sheets + PostgreSQL.
FastAPI
React
pdfplumber
scikit-learn
PostgreSQL
ReceiptGuard — Document Authenticity Checker
AI-powered receipt and document fraud detection for the Nigerian
market. Three-layer detection: LLM vision analysis, Nigerian bank
template matching, and metadata anomaly detection. Designed as a
defensible local product.
LLM Vision
Template Matching
Metadata Analysis
Klaviyo Welcome Flow via n8n
Automated email welcome sequence built with n8n connecting to the
Klaviyo API. Resolved authentication and endpoint challenges,
implemented profile creation and flow triggering for a marketing
automation use case.
n8n
Klaviyo API
Email automation
Telegram Cinema Booking Agent
Conversational cinema assistant on Telegram with PostgreSQL-backed
conversation memory. Users can browse showtimes, select seats, and
complete bookings in a natural chat flow. Full persistent session
history per user.
n8n
Telegram
PostgreSQL