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.

I quit my job to launch a WhatsApp calendar assistant

2 pointsby radurevutchi4 months ago

2 comments

radurevutchi4 months ago
For those who don&#x27;t want to install yet another app, I built a WhatsApp AI assistant to handle your daily research and manage your Google Calendar, lists, reminders.<p>Some challenging tasks Coco AI can complete instantly:<p>&quot;Remind me to take vitamin D3 every afternoon until March&quot; &quot;Get child-friendly events in Dublin new years week, add to family calendar&quot; &quot;Find my grocery list and send my husband a reminder about it in 2 hours&quot; &quot;Find the next sunny day in SF and add beach day to calendar&quot; &quot;Add client lunch to the next available free slot on my calendar&quot; &quot;I found a house, remove ALL upcoming house tour events&quot;<p>The Tech Meta API forwards incoming message to our webhook hosted on render.com w&#x2F; Docker. Incoming request converts to a message in our DB and we call our Agent loop w&#x2F; multiple tool calls (calendar read&#x2F;write, reminders read&#x2F;write, lists read&#x2F;write, internet search, etc). Using GPT hosted on Azure &#x2F; OpenAI. Google Calendar API for calendar event access. Practically everything is async. Postgres for DB, Next.js for frontend, FastAPI backend.<p>I quit my job for this in October. Would love all of your critical feedback, suggestions, and any questions!
评论 #42691207 未加载
vinni24 months ago
Why whatsapp? I don’t want to go to whatsapp to set reminders. Is this a common usecase for people?
评论 #42701542 未加载
评论 #42691169 未加载