Skip to main content
All projects

Full-stack AI · AI Agents

AI Mail Client

AI Mail is a Gmail client with a first-class conversational surface: a Python LangGraph agent plans multi-step actions and drives the React UI using CopilotKit's AG-UI protocol. Users write, filter, and manage mail in natural language while Gmail OAuth stays server-side. The tools-on-the-frontend design keeps the UI as the source of truth and the agent as the orchestrator.

1 / 2

Highlights

  • LangGraph agent orchestrates multi-step Gmail actions
  • Tools-on-the-frontend via CopilotKit AG-UI protocol
  • Server-side Gmail OAuth; zero client-side tokens
  • Streaming UI updates with optimistic state

Tech stack

  • Next.js 16
  • LangGraph
  • FastAPI
  • CopilotKit
  • Vercel