An open-source AI chatbot app template demonstrating Anthropic Claude 3.7 Sonnet's computer use capabilities, built with Next.js, Cyberdesk, and the AI SDK by Vercel.
Features · Running Locally · Authors
- Streaming text responses powered by the AI SDK by Vercel, allowing multiple AI providers to be used interchangeably with just a few lines of code.
- Integration with Anthropic Claude 3.7 Sonnet's computer use tool and bash tool capabilities.
- Sandbox environment with Cyberdesk for secure execution.
- shadcn/ui components for a modern, responsive UI powered by Tailwind CSS.
-
- Learn more about Cyberdesk in the Cyberdesk Docs.
- Built with the latest Next.js App Router.
-
Clone the repository and install dependencies:
npm install # or yarn install # or pnpm install
-
Set up your environment variables in a
.env.local
file. You will need at leastANTHROPIC_API_KEY
andCYBERDESK_API_KEY
. -
Run the development server:
npm run dev # or yarn dev # or pnpm dev
-
Open http://localhost:3000 to view your new AI chatbot application.
This repository is maintained by the Cyberdesk team and community contributors.
Contributions are welcome! Feel free to open issues or submit pull requests to enhance functionality or fix bugs.