This is a demo that showcases using CopilotKit to build an autocompleting email composer in a CRM app.
To deploy with Vercel, click the button below:
npm i
copy .env.local.example
to .env.local
and populate the required environment variables.
npm run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
-
Search for
useMakeCopilotReadable
to see where frontend application information is being made accessible to the Copilot engine -
Search for
CopilotTextarea
to see how the email composer is built using CopilotKit's UI components.
## Learn More
To learn more about CopilotKit, take a look at the following resources:
- [CopilotKit Documentation](https://docs.copilotkit.ai/getting-started/quickstart-chatbot) - learn about CopilotKit features and API.
- [GitHub](https://github.com/CopilotKit/CopilotKit) - Check out the CopilotKit GitHub repository.
- [Discord](https://discord.gg/6dffbvGU3D) - Join the CopilotKit Discord community.