demo-campaign-manager

Stars
19

This is a demo that showcases using CopilotKit to build a PowerPoint like web 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.

⚠️ Important: Not all users have access to the GPT-4 model yet. If you don't have access, you can use GPT-3 by setting OPENAI_MODEL to gpt-3.5-turbo in the .env.local file.

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.

4. Use the Copilot

Create a new campaign, or edit an existing campaign, and use the Copilot assistant to configure the form without requiring domain knowledge.

Zoom in on the CopilotKit code

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

  2. Search for updateCurrentCampaign and retrieveHistoricalData to see where the frontend application action is made accessible to the Copilot engine.

Learn More

To learn more about CopilotKit, take a look at the following resources: