showcase/shell-docs/src/content/docs/tutorials/ai-todo-app/overview.mdx
In this tutorial, you'll take a simple todo list app and supercharge it with a copilot. You'll learn:
useCopilotReadable to let your copilot read your app's stateuseFrontendTool to let your copilot execute toolsAn interactive example of the end result:
<Card title="View source code on GitHub" href="https://github.com/CopilotKit/CopilotKit/tree/main/examples/starters/todos-app?ref=docs-tutorial" description="Browse the starter and final code for this tutorial." />
<Frame> <iframe src="https://example-todos-app.vercel.app/" width="100%" height="700" referrerPolicy="strict-origin-when-cross-origin" title="CopilotKit Todo List Copilot Demo" frameBorder="0" allowFullScreen /> </Frame><Card title="Next: Check out the repo →" href="/tutorials/ai-todo-app/step-1-checkout-repo" description="Clone the starter app and get it running locally." />