> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jiekou.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Cloud Code Introduction

[Cloud Code](https://cc.jiekou.ai) provides a cloud sandbox runtime environment for Claude Code. With one-click launch and no installation required, you can start using the full Claude Code experience directly in your **browser**. Tasks run securely in isolated cloud sandboxes, so your local device does not need to stay online.

<Tip>
  The cloud Claude Code environment currently provided by Cloud Code is free of charge. All costs are based on your model service usage. You need to maintain sufficient [account balance](https://jiekou.ai/billing) in your Interface AI account or purchase a [resource pack](https://jiekou.ai/resource-pack) to use the full Claude Code functionality normally.
</Tip>

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/jiekou/en/docs/cc/assets/cloud-code-default-page.png" alt="Cloud Code Introduction" />
</Frame>

## Features

<Columns cols={2}>
  <Card title="Cloud Sandbox Environment" icon="cloud">
    Each project runs in an isolated sandbox environment, with no need to configure a local Claude Code environment.
  </Card>

  <Card title="Multi-Model Switching" icon="shuffle">
    With Interface AI's rich model library, you can easily switch between different models.
  </Card>

  <Card title="Chat Mode" icon="message-bot">
    In Chat mode, you can ask Claude Code to help you complete tasks through a conversational interface.
  </Card>

  <Card title="Complete Claude Code Ecosystem" icon="code-branch">
    Full ecosystem support for Claude Code, including Skills / Plugins / MCP and more.
  </Card>

  <Card title="Project Management" icon="folder-tree">
    Manage and run multiple projects at the same time, with each project running in an isolated sandbox environment.
  </Card>
</Columns>

## Use Cases

With the powerful capabilities of Claude Code, Cloud Code is suitable not only for everyday project development, but also for the following scenarios:

### Development and Prototyping

<Columns cols={2}>
  <Card title="Rapid Prototyping" icon="rocket">
    Start Vibe Coding immediately with no environment setup required
  </Card>

  <Card title="Cross-Device Task Handling" icon="laptop-mobile">
    Continue working on your tasks from any device while the cloud sandbox keeps running
  </Card>
</Columns>

### Documentation Engineering and Content Creation

<Columns cols={2}>
  <Card title="Iterative Pair Writing" icon="pen-nib">
    A human-AI collaborative writing workflow: users provide direction and voice, while AI handles expansion and formatting, maintaining contextual consistency across long-form content
  </Card>

  <Card title="Reverse Documentation Engineering" icon="magnifying-glass-chart">
    Scan directory structures, understand file dependencies, and automatically generate README files, API documentation, or user manuals
  </Card>

  <Card title="Automated Publishing Pipeline" icon="conveyor-belt">
    Maintain a single Markdown master copy and automatically convert it into multiple formats such as PDF, Docx, HTML, and PPT
  </Card>

  <Card title="Static Site Publishing" icon="globe">
    Automatically create files, fill in metadata, generate body content, and trigger build workflows through Git commits
  </Card>
</Columns>

### Academic Research and Knowledge Management

<Columns cols={2}>
  <Card title="Automated Literature Reviews" icon="book-open-reader">
    Periodically fetch papers and generate detailed summary briefings based on a predefined "reading interest model"
  </Card>

  <Card title="Deep Cross-Document Analysis" icon="diagram-project">
    Cross-compare multiple documents, identify shared viewpoints, differences, and trends, and generate comparison tables
  </Card>

  <Card title="Intelligent Personal Knowledge Base" icon="brain">
    Connect to Obsidian/Logseq note libraries, discover latent connections, and draft new articles based on existing notes
  </Card>

  <Card title="Bibliography Data Cleanup" icon="broom">
    Extract PDF metadata in batches, standardize file names, and keep your knowledge base organized
  </Card>
</Columns>

### Marketing and Growth Operations

<Columns cols={2}>
  <Card title="Full Content Audit" icon="chart-pie">
    Scan the entire content library to analyze topic distribution, publishing frequency, and the proportion of outdated content
  </Card>

  <Card title="Reverse-Engineering Style Guides" icon="palette">
    Analyze high-performing articles, extract shared tone, formatting, and writing rules, and generate a brand style guide
  </Card>

  <Card title="Interactive Data Reports" icon="chart-line">
    Describe requirements in natural language to generate interactive HTML reports with clickable charts and filters
  </Card>

  <Card title="Scaled Creative Production" icon="clone">
    Generate ad copy in batches, process keyword clustering, and identify content gaps
  </Card>
</Columns>

### Finance and Strategic Analysis

<Columns cols={2}>
  <Card title="Budget Scenario Simulation" icon="calculator">
    Simulate budget allocation plans under different market conditions and identify potential funding gaps
  </Card>

  <Card title="Excel Modeling Automation" icon="file-excel">
    Describe requirements in natural language to generate financial models with complex formulas and sensitivity analysis
  </Card>

  <Card title="Due Diligence Acceleration" icon="file-contract">
    Extract contract amounts, expiration dates, and termination clauses in batches, and generate structured summary tables
  </Card>

  <Card title="Investment Material Generation" icon="presentation-screen">
    Turn business data into Pitch Deck drafts, compressing the process from scratch to first draft into minutes
  </Card>
</Columns>

### Compliance and Administration

<Columns cols={2}>
  <Card title="Contract Review and Redline Annotation" icon="gavel">
    Compare contract clauses one by one against a review playbook, generating revision suggestions and risk alerts
  </Card>

  <Card title="Intelligent Resume Screening" icon="users">
    Semantically analyze candidate resumes, identify implicit soft skills and project experience, and generate a recommended shortlist
  </Card>

  <Card title="Batch Document Generation" icon="files">
    Generate standardized documents such as contracts and agreements in batches based on templates and data sources
  </Card>

  <Card title="Cross-App Administrative Orchestration" icon="arrows-turn-to-dots">
    Connect calendars, email, and communication tools to execute complex coordination tasks
  </Card>
</Columns>

## Next Steps

Ready to get started?

<Columns cols={1}>
  <Card title="Quickstart Guide" icon="play" href="/en/docs/cc/quickstart">
    Create your first project from scratch
  </Card>
</Columns>
