TripBites
A travel assistant built with Next.js and LangGraph. It uses a multi-step workflow to gather trip information and return a useful answer in one place.
Problem: Trip planning often means checking several sources and pulling the details together by hand.
What I built: Built the interface in Next.js and the workflow in LangGraph, using a ReAct-style approach to break requests into smaller tasks.
Engineering note: The project focuses on workflow orchestration rather than treating the app as a single chat prompt.