2026
FareWise
Flight search that reads a plain-language request and returns live fares.
The problem
People book flights in intent: cheap and direct, mid-March, flexible by a day. A search form makes them translate that into a dozen filter clicks first, and that is where someone gives up and takes the worse fare.
What I built
A search that takes a plain-language request, interprets it with the Claude API, and turns it into structured search parameters. SerpApi supplies live fare data, and the results UI keeps the trade-offs visible on each result.
My role
Solo, end to end: the product concept, the interface, and the full build. That includes the prompt design that turns free-form requests into structured queries, the SerpApi integration, and the results UI.
Outcomes
Two live integrations rather than mocked data: Claude interprets the request, SerpApi returns the fares. Ambiguous requests resolve to sensible queries, and the results stay readable when the fare data is messy.