This is a demo that showcases using CopilotKit to build a simple Todo app.
To deploy with Vercel, click the button below:
Add your environment variables to .env.local
in the root of the project.
OPENAI_API_KEY=your-api-key
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.
-
Notice
<CopilotKit />
and<CopilotPopup />
inpage.tsx
-
Notice
useCopilotReadable
inpage.tsx
-
Notice the 2
useCopilotAction
inpage.tsx