Next Steps
This is the end of the tutorial. You can now start building your own copilot-powered apps!
Source code#
You can find the source code and interactive sandboxes here:
- Start app: GitHub | Stackblitz Sandbox
- Final app: GitHub | Stackblitz Sandbox
What's next?#
For next steps, here are some ideas:
- Add a chat element to your copilot using the
<CopilotPopup />component. - Add actions to your copilot using the
useCopilotActionhook. - Follow the Todos App Copilot tutorial to learn more about CopilotKit.
We have more tutorials coming soon.
Need help?#
If you have any questions, feel free to reach out to us on Discord.
← Previous: Make the textarea readable
Use useCopilotReadable so completions are aware of the full email history.
