This is a web app that generates swimming workout plans using Generative AI. It supports a number of input parameters, including:
- Description (used in the prompt)
- Target distance
- Effort (easy, medium, hard)
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser.
- Next.js 14.2+ with App Router
- OpenAI API
- Tailwind CSS
- Shadcn UI
- Vercel (recommended deployment)