This is a demo of using Claude Code with subagents for AI Tinkerers Meetup, 20 August 2025. (Slides are here)
The project has been prepared for the demo via the steps documented in the instructions here. It is bootstrapped with create-next-app with a vercel.json file added to avoid deployment issues with Vercel when using Next.js 13+ App Router.
After cloning the repository, install the dependencies with the command -
npm installYou can run the the development server with the command -
npm run devand use http://localhost:3000 to view the app.
It is optional to use Vercel for deployments.
This project is licensed under the MIT License - see the LICENSE file for details.