RepoAnthropicAnthropicpublished Aug 29, 2024seen 6d

anthropics/claude-quickstarts

Python

Open original ↗

Captured source

source ↗
published Aug 29, 2024seen 6dcaptured 14hhttp 200method plain

anthropics/claude-quickstarts

Description: A collection of projects designed to help developers quickly get started with building deployable applications using the Claude API

Language: Python

License: MIT

Stars: 16983

Forks: 2920

Open issues: 178

Created: 2024-08-29T19:52:32Z

Pushed: 2026-05-28T21:02:59Z

Default branch: main

Fork: no

Archived: no

README:

Claude Quickstarts

Claude Quickstarts is a collection of projects designed to help developers quickly get started with building applications using the Claude API. Each quickstart provides a foundation that you can easily build upon and customize for your specific needs.

Getting Started

To use these quickstarts, you'll need an Claude API key. If you don't have one yet, you can sign up for free at console.anthropic.com.

Available Quickstarts

Customer Support Agent

A customer support agent powered by Claude. This project demonstrates how to leverage Claude's natural language understanding and generation capabilities to create an AI-assisted customer support system with access to a knowledge base.

[Go to Customer Support Agent Quickstart](./customer-support-agent)

Financial Data Analyst

A financial data analyst powered by Claude. This project demonstrates how to leverage Claude's capabilities with interactive data visualization to analyze financial data via chat.

[Go to Financial Data Analyst Quickstart](./financial-data-analyst)

Computer Use Demo

An environment and tools that Claude can use to control a desktop computer. This project demonstrates how to leverage the computer use capabilities of Claude, including support for the latest computer_use_20251124 tool version with zoom actions.

[Go to Computer Use Demo Quickstart](./computer-use-demo)

Computer Use Best Practices

A pedagogical, native-macOS reference implementation of a computer-use agent. Unlike the containerized Computer Use Demo, this project runs directly against the macOS desktop (run it in a VM!) and demonstrates common patterns for building more reliable and cost-effective computer-use agents: explicit tool definitions, correct image sizing and pruning, prompt caching, server-side compaction, batched tool calls, a sandboxed shell, and trajectory recording. It pairs with Anthropic's computer-use best-practices guide.

[Go to Computer Use Best Practices Quickstart](./computer-use-best-practices)

Browser Use Demo

A complete reference implementation for browser automation powered by Claude. This project demonstrates how to give Claude the ability to navigate websites, inspect and interact with DOM elements, extract content, and fill forms using a custom Playwright-backed browser tool.

[Go to Browser Use Demo Quickstart](./browser-use-demo)

Autonomous Coding Agent

An autonomous coding agent powered by the Claude Agent SDK. This project demonstrates a two-agent pattern (initializer + coding agent) that can build complete applications over multiple sessions, with progress persisted via git and a feature list that the agent works through incrementally.

[Go to Autonomous Coding Agent Quickstart](./autonomous-coding)

General Usage

Each quickstart project comes with its own README and setup instructions. Generally, you'll follow these steps:

1. Clone this repository 2. Navigate to the specific quickstart directory 3. Install the required dependencies 4. Set up your Claude API key as an environment variable 5. Run the quickstart application

Explore Further

To deepen your understanding of working with Claude and the Claude API, check out these resources:

Contributing

We welcome contributions to the Claude Quickstarts repository! If you have ideas for new quickstart projects or improvements to existing ones, please open an issue or submit a pull request.

Community and Support

License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

Notability

notability 8.0/10

High star count, notable quickstarts repo by Anthropic