RAG-powered AI chatbot built for a premium tattoo studio. The assistant answers questions about pricing, artists, services, and hours in real time using a custom knowledge base.
Stack: N8N · Claude Sonnet (Anthropic API) · OpenAI Embeddings · Vector Store · Next.js
Built an AI-powered Slack bot that manages inventory and orders directly from chat — no spreadsheet switching required.
The team needed a faster way to check stock and log orders without leaving Slack. I built a Make.com scenario that:
Watches Slack for new messages
Passes the message to a Make AI Agent, which interprets the request (check stock, place an order, update inventory)
The AI Agent searches inventory, creates orders, or updates stock levels in Google Sheets depending on intent
Sends the answer straight back to Slack as a reply
Result: The team can now manage inventory and orders with a simple Slack message — the AI Agent handles the logic and Google Sheets stays updated automatically, with zero manual lookups.
Tools: Slack, Make AI Agents, Google Sheets (built on Make.com)