Files
Jordan Ritter ac66995bf8 fix: bump all 15.x examples to Next 15.5.15 (security patches)
24 examples bumped from various 15.0-15.4 versions to 15.5.15.
chat-with-your-data bumped from 15.6.0-canary to 16.1.7.
next-openai: moved OpenAI client init into handlers (15.5 evaluates
edge routes at build time).

Remaining on 14.x: next-pages-router(v1), state-machine, travel,
banking, enterprise-brex, presentation, todo — require major rewrite.
2026-04-28 10:33:06 -07:00
..

Cisco CopilotKit Demo

.

Overview

This project is a modern dashboard and analytics solution built with Next.js (in the frontend directory). It features:

  • Clean, responsive UI for PR and repository analytics
  • Interactive charts and tables
  • Integration with OpenAI via CopilotKit

Quick Start (Frontend)

  1. Install dependencies

    cd frontend
    pnpm install
    
  2. Set up environment variables

    • Create a .env file in the frontend directory:
      echo "OPENAI_API_KEY=your_openai_api_key_here" > .env
      
    • Replace your_openai_api_key_here with your actual OpenAI API key.
  3. Run the development server

    pnpm run dev
    

    The app will be available at http://localhost:3000.