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 suggestions to your copilot, using the
useCopilotChatSuggestionshook. - Add an initial assistant message to your chat window (for more info, check the documentation for
<CopilotPopup />). - Dive deeper into the useful
useCopilotChathook, which enables you to set the system message, append messages, and more. - Implement autocompletion using the
<CopilotTextarea />component. - Follow the Textarea Autocomplete 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: Frontend tools
Let the copilot take actions on the todo list with useFrontendTool.
