TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

ShowHN: Insta DM and Website inquiries handler AI bot

1 pointsby psovit2 months ago
so recently i setup a customer inquiry &#x2F; sales ai agent for Mero Style, a print on demand business platform.<p>AI chatbots are probably not so much of a big deal these days however what&#x27;s interesting is the cost of deploying this is so cheap!<p>I created a PDF which has lots of information about the business and potential questions customers might ask. I uploaded this doc in Open AI and setup an assistant. I created an Edge function in Supabase which connects with Open AI assistant and also stores historical conversations for a user session in db. For handling website inquiries, this setup is enough. For Instagram DMs, I have additionally ManyChat setup to receive and send messages.<p>Supabase has a big generous free plan. ManyChat has $15&#x2F;month and Open AI assistant is also quite cheap for text inquiries.<p>So I have a great Sales Agent for less than $20 a month!<p>If anyone is interested in this setup and need help, feel free to ask :)

2 comments

calvinmuiabout 2 months ago
Hi I am also doing the same thing but with OpenRouter(model provider) and a database on AWS through a Lambda Function!<p>Now I&#x27;m finding a way to plug the bot into Insta, Whatsapp and Facebook. I was thinking of directly plugging into Meta but I see everyone mentioning ManyChat. Im quite new to this so can I ask why do people use a third party like ManyChat instead of directly using Meta?
psovit2 months ago
Insta: <a href="https:&#x2F;&#x2F;www.instagram.com&#x2F;design.merostyle&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.instagram.com&#x2F;design.merostyle&#x2F;</a>