README.md
May 23, 2024 ยท View on GitHub
This is a demo that showcases using CopilotKit to build an autocompleting email composer in a CRM app.
Deploy with Vercel
To deploy with Vercel, click the button below:
Getting Started
1. install the needed package:
npm i
2. Set the required environment variables:
copy .env.local.example to .env.local and populate the required environment variables.
3. Run the app
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.
Zoom in on the CopilotKit code
-
Search for
useMakeCopilotReadableto see where frontend application information is being made accessible to the Copilot engine -
Search for
CopilotTextareato 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.