Back to Copilotkit

README

examples/showcases/todo/README.md

1.57.01.6 KB
Original Source

This is a demo that showcases using CopilotKit to build a simple Todo app.

Run the live demo

Want to see CopilotKit in action? Click the button below to try the live demo.

<a href="https://todo-demo-phi.vercel.app"> </a> <a href="https://todo-demo-phi.vercel.app"> </a>

Deploy with Vercel

To deploy with Vercel, click the button below:

How to Build: a To-Do list app with an embedded AI copilot

Learn how to create a To-Do list app with an embedded AI copilot. This tutorial will guide you through the process step-by-step.

Tutorial: How to Build: a To-Do list app with an embedded AI copilot

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

bash
npm install

Run the development server

bash
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 useCopilotReadable in page.tsx

  3. Notice the 2 useCopilotAction in page.tsx