Skip to content

digitarald/sales-group-5

Repository files navigation

Breakout Room Background Generator

A Next.js application that uses AI to generate background information for class breakout room scenarios, specifically for sales training exercises.

Features

  • AI-generated objections and background details for sales training scenarios
  • Clean, responsive UI built with Tailwind CSS
  • Integration with OpenRouter API for advanced AI capabilities
  • Structured output format for consistent results

Getting Started

Prerequisites

  • Node.js 18.x or later
  • npm or yarn
  • OpenRouter API key

Installation

  1. Clone the repository:
git clone [repository-url]
cd breakout-room-generator
  1. Install dependencies:
npm install
# or
yarn install
  1. Create a .env.local file in the root directory with your OpenRouter API key:
OPENROUTER_API_KEY=your_api_key_here
  1. Start the development server:
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 in your browser to see the application.

Environment Variables

  • OPENROUTER_API_KEY: Your OpenRouter API key
  • OPENROUTER_MODEL: (Optional) The specific model to use (defaults to "anthropic/claude-3-opus:beta")

Deployment

This application can be easily deployed to Vercel:

Deploy with Vercel

Remember to set up the environment variables in your Vercel project settings.

License

MIT

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published