Vnext Experimental banner
CopilotKit CopilotKit

Vnext Experimental

AI community

Description

A modern TypeScript-first copilot framework built with React components and AI agents.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

CopilotKit vnext_experimental

A modern TypeScript-first copilot framework built with React components and AI agents.

Development

Prerequisites

  • Node.js 18+
  • pnpm 9+

Setup

pnpm install

Available Commands

Build

# Build all packages
pnpm turbo run build

# Build specific package
pnpm turbo run build --filter=@copilotkitnext/react

Development

# Run tests
pnpm turbo run test

# Run tests in watch mode
pnpm turbo run test:watch

# Type checking
pnpm turbo run check-types

# Linting
pnpm turbo run lint

Storybook

# Start Storybook development server
pnpm turbo run storybook:dev --filter=storybook

# Build Storybook for production
pnpm turbo run storybook:build --filter=storybook

Package Structure

  • packages/core - Core utilities and types
  • packages/react - React components and hooks
  • packages/runtime - Server-side runtime handlers
  • packages/shared - Common utilities
  • apps/storybook - Component documentation and examples