ekaone / copilotkit-todo

Demo Copilotkit todo app

Home Page:https://copilotkit-todo.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

draw fun thumbnail

What is this?

This is a demo of Copilotkit with OpenAI's GPT-4 to generate todo app list from human-langauge input.

Add your OpenAI API key

Add your environment variables to .env.local in the root of the project.

OPENAI_API_KEY=your-api-key

Install dependencies

npm install

Run the development server

npm run dev

Open the demo

Open http://localhost:3000 with your browser to see the result.

The Copilot-Specific parts of the code:

  1. Notice <CopilotKit /> and <CopilotPopup /> in page.tsx

  2. Notice useMakeCopilotReadable in page.tsx

  3. Notice the 2 useCopilotAction in page.tsx

About

Demo Copilotkit todo app

https://copilotkit-todo.netlify.app


Languages

Language:TypeScript 97.7%Language:JavaScript 1.7%Language:CSS 0.6%