Agentic Chat is an AI workspace combining document search, long-term memory, web research, and OAuth-connected apps for context-aware action.
Agentic Chat is built around the idea that a good AI response depends on what context you give it. Before the model sees a message, the system decides what to pull in — past conversation memory, relevant document chunks, a live web search, or the content of a URL — and assembles that into the prompt automatically.
Agentic Chat is built around the idea that a good AI response depends on what context you give it. Before the model sees a message, the system decides what to pull in — past conversation memory, relevant document chunks, a live web search, or the content of a URL — and assembles that into the prompt automatically.
From there, a LangGraph orchestrator takes over. It runs a planner, an agent, and a tool execution loop, deciding at each step whether to call a tool or return a response. The agent can connect to Gmail, Google Calendar, Drive, Docs, Sheets, Slack, Notion, GitHub, and Linear through Composio. Any action that writes, sends, or deletes something pauses and asks for explicit approval before it runs.
The stack is Next.js 16, React 19, PostgreSQL with pgvector for vector search, Prisma, Better Auth for Google sign-in, and UploadThing for file storage. Users can bring their own OpenAI key — it's encrypted at rest and never sent to the client. LangSmith traces every step of the graph.
The main technical choices behind the product, from system design to the parts that make it work day to day.
Additional work across AI products, developer tooling, and full-stack systems.
Next.js 16
An AI coding workspace where developers can describe apps in plain language, generate production-ready code, inspect and edit files in real-time, run projects in isolated Docker environments, publish live previews, and sync everything directly to GitHub without leaving the product.
Next.js
Creative production system built at Foyer Tech — led the v2→v3 rebuild with reusable templates, multi-model routing, and faster repeat workflows for high-quality visual asset creation.
Chrome MV3
A careful Chrome extension copilot that reads the open job tab, evaluates fit against your profile, researches the company, and drafts truthful answers for review before any form is filled.