# 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](https://github.com/CopilotKit/example-textarea/tree/base-start-here) | [Stackblitz Sandbox](https://stackblitz.com/github/copilotkit/example-textarea/tree/base-start-here?file=lib%2Fhooks%2Fuse-tasks.tsx) - **Final app:** [GitHub](https://github.com/CopilotKit/example-textarea/tree/final) | [Stackblitz Sandbox](https://stackblitz.com/github/copilotkit/example-textarea/tree/final?file=lib%2Fhooks%2Fuse-tasks.tsxd) ## What's next? For next steps, here are some ideas: - Add a chat element to your copilot using the [``](/reference/components/CopilotPopup) component. - Add actions to your copilot using the [`useCopilotAction`](/reference/hooks/useCopilotAction) hook. - Follow the [Todos App Copilot tutorial](/tutorial-ai-todo-list-copilot/overview) 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](https://discord.gg/6dffbvGU3D).