Skip to content

cyberdesk-hq/cyberdesk-ai-sdk-starter

Repository files navigation

Cyberdesk AI SDK Computer Use Demo

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


Features

  • 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.
  • Built with the latest Next.js App Router.

Running Locally

  1. Clone the repository and install dependencies:

    npm install
    # or
    yarn install
    # or
    pnpm install
  2. Set up your environment variables in a .env.local file. You will need at least ANTHROPIC_API_KEY and CYBERDESK_API_KEY.

  3. Run the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
  4. Open http://localhost:3000 to view your new AI chatbot application.

Authors

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.

About

A computer use chat demo that integrates the Cyberdesk SDK and AI SDK.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •