Scout is an AI-powered local discovery agent that helps you find cafés, restaurants, and venues across Toronto based on natural language prompts.
Built with Next.js, TypeScript, and the OpenAI API.
https://scoutai-toronto.vercel.app
Just type in a prompt like:
- "Find me a cozy café in Roncesvalles to journal in."
- "Where can I get a cappuccino with good Wi-Fi near Yonge and College?"
- "Suggest 3 quiet bars near Dundas West where I can grab a solo drink tonight."
Scout uses GPT-4 Turbo to return exactly 3 curated spots, including:
- Name
- Description
- Location
- Vibe
- Hours
- Fast and focused AI-powered recommendations
- Raw JSON results parsed into clean cards
- Avoids duplicates when you ask for “more”
- Minimal, lightweight interface (built for mobile too)
- Super cheap OpenAI usage (~$0.01 per test)
- [Next.js 14 App Router]
- [TypeScript]
- [Tailwind CSS]
- [OpenAI GPT-4 API]