An open API service indexing awesome lists of open source software.

https://github.com/copilotkit/demo-crm


https://github.com/copilotkit/demo-crm

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

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:

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FCopilotKit%2Fdemo-crm&env=NEXT_PUBLIC_COPILOT_CLOUD_API_KEY&project-name=copilotkit-demo-crm&repository-name=copilotkit-demo-crm)

## Getting Started

### 1. install the needed package:

```bash
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

```bash
npm run dev
```

Open [http://localhost:3000](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

1. Search for `useMakeCopilotReadable` to see where frontend application information is being made accessible to the Copilot engine

2. 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.
```