DEV Community

Zain K.
Zain K.

Posted on

Notion + Twilio + WhatsApp = Give me what I want now

## Cortana: I Built an AI Command Center in One Night

TL;DR: I turned WhatsApp into a personal assistant that can search my Notion workspace and return answers instantly.


The Idea

I wanted something simple:

Instead of digging through Notion, opening tabs, and searching manually…
I could just text:

“Lab results from January”

…and get the answer back instantly.


What I Built

A lightweight system that connects:

  • WhatsApp → send a message
  • AI → figures out what you mean
  • Notion → searches your data
  • WhatsApp → sends results back

All in about 2 seconds.

It also organizes everything into 6 areas of life:

  • Personal
  • Health
  • Work
  • Projects
  • Growth
  • Data

What Went Wrong

This was supposed to take 2 hours. It took 6.

Three things broke:

  • Login/auth randomly failed (spent way too long on this)
  • The system I planned literally couldn’t work the way I designed it
  • Messages wouldn’t send because of a tiny formatting issue

Each fix was simple… once I figured it out.


What Works Now

You can text things like:

  • “Lab results January”
  • “Tell me about R-Cubed”
  • “What projects did I ship?”

And it replies with relevant results from Notion almost instantly.

No tabs. No searching. Just text → answer.


Why This Matters

This isn’t about WhatsApp.

It’s about removing friction between:

  • what you want
  • and where your knowledge lives

We’re getting closer to a world where your data is actually usable in real-time.


What’s Next

  • Smarter search (not just keywords)
  • Better conversations (follow-up questions)
  • Multi-user support
  • Full AI assistant experience

Code

https://github.com/zainkhan1994/cortana-notion-mcp


The Real Moment

At 4:30 AM I texted:

“Lab results January”

Got a reply in 2 seconds with exactly what I needed.

That’s when it clicked.

This is how interacting with your data should feel.

Top comments (0)