A2UI Launched: Full CopilotKit support at launch!

A2UI Launched: CopilotKit has partnered with Google to deliver full support in both CopilotKit and AG-UI!

Check it out
LogoLogo
  • Overview
  • Integrations
  • API Reference
  • Copilot Cloud
Slanted end borderSlanted end border
Slanted start borderSlanted start border
Select integration...

Please select an integration to view the sidebar content.

Tutorial: AI Todo App

Step 1: Checkout the repo

Checkout the repository

We'll begin by checking out the base code of the todo list app. We'll start from the base-start-here branch.

git clone -b base-start-here https://github.com/CopilotKit/example-todos-app.git
cd example-todos-app

Install dependencies

To install the dependencies, run the following:

npm install

Start the project

Now, you are ready to start the project by running:

npm run dev

You should be able to go to http://localhost:3000 and see the todo list app. Feel free to play around with the app to get a feel for it.

Next, let's start adding some AI copilot superpowers to this app.

PREV
Overview
Slanted end borderSlanted end border
Slanted start borderSlanted start border
NEXT
Step 2: Setup CopilotKit

On this page

Checkout the repository
Install dependencies
Start the project