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

# Lazy Raccoon

> Sync your AI tool configs across machines. Push once, pull anywhere.

Lazy Raccoon is a CLI + cloud platform that keeps your AI coding tool configurations in sync across all your machines. Whether you use Claude Code, Cursor, Copilot, Gemini CLI, Windsurf, or Cline — your rules, settings, and MCP configs stay consistent everywhere.

## Why Lazy Raccoon?

Every AI coding tool stores its configuration in local files. When you switch machines, set up a new laptop, or collaborate with a team, those configs don't follow you. Lazy Raccoon solves this.

* **Push** your local config to the cloud with one command
* **Pull** it on any other machine
* **Share** configs with your team using team workspaces
* **Track** version history and rollback when needed
* **Encrypted** — your configs are encrypted at rest

## How it works

<Steps>
  <Step title="Install the CLI">
    ```bash theme={null}
    npm install -g lazy-raccoon
    ```
  </Step>

  <Step title="Log in">
    ```bash theme={null}
    lazy login
    ```

    Opens your browser to authenticate. Once done, you're ready.
  </Step>

  <Step title="Push your config">
    ```bash theme={null}
    lazy push
    ```

    Your Claude Code config is now saved to the cloud.
  </Step>

  <Step title="Pull on another machine">
    ```bash theme={null}
    lazy pull
    ```

    Your config is downloaded and applied. Done.
  </Step>
</Steps>

## Quick links

<Columns cols={2}>
  <Card title="Installation" icon="download" href="/getting-started/installation">
    Install the CLI in 30 seconds.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/getting-started/quickstart">
    Push your first config in under a minute.
  </Card>

  <Card title="Supported Tools" icon="wrench" href="/tools/overview">
    See what gets synced for each AI tool.
  </Card>

  <Card title="Teams" icon="users" href="/teams/overview">
    Share configs across your team.
  </Card>
</Columns>
