Free during beta

Never configure
your AI tools

Push your config to the cloud. Pull it on any machine.One command. Done.

Terminal

$ npm install -g lazy-raccoon

+ lazy-raccoon@0.1.0 installed

$ lazy push

Config pushed (v1)

Learn more

How it works

Three steps. That's it.

0

Install the CLI

One command. Works on macOS, Linux, Windows, and WSL. No config needed.

$ npm install -g lazy-raccoon

+ lazy-raccoon@0.1.0 installed

$ lazy --version

0.1.0

0

Push your config

Reads your ~/.claude/ directory and uploads everything to the cloud. Versioned automatically.

$ lazy push

Reading ~/.claude/CLAUDE.md

Reading ~/.claude/settings.json

Reading ~/.claude/.mcp.json

Reading 3 commands, 2 agents, 1 skill

Config pushed (v1) ✓

0

Pull anywhere

New machine? One command and your entire Claude Code setup is restored.

$ lazy login

Opening browser...

Logged in as you@email.com ✓

$ lazy pull

Config restored (v1) ✓

Everything you need. Nothing you don't.

Syncs your Claude Code configuration. Not sessions, not history — just the files that matter.

Multi-tool support

One CLI to sync them all. Starting with Claude Code, expanding to every major AI tool.

Claude Code
Cursor
GitHub Copilot
Gemini CLI
Windsurf
Cline
AiderSoon
Continue.devSoon
Roo CodeSoon

CLAUDE.md

Your main instructions file. Tells Claude how to behave in your project.

# Project Rules
- Use TypeScript strict mode
- Prefer composition over inheritance
- Write tests for all public APIs

# Style
- Tailwind CSS for styling
- shadcn/ui components
- Dark mode by default

Settings

Permissions, models, and behavior preferences.

{
  "model": "opus",
  "permissions": {
    "bash": "ask",
    "write": "allow"
  }
}

MCP Servers

Connected tools and external integrations.

playwright
github
postgres
slack

Commands

Custom slash commands for your workflow.

/deploy
/test
/lint
/review

Agents

Pre-configured agent personas and behaviors.

reviewerCode Review
architectSystem Design
debuggerBug Triage

Skills & Rules

Skill definitions and project-level rules that shape behavior.

Skills

commit
review-pr
pdf
deploy

Rules

no-console-log
prefer-const
strict-types
no-any

Your configs are safe with us

We take security seriously. Your configuration data is encrypted at rest and never shared with anyone.

AES-256-GCM

All config data is encrypted at rest using AES-256-GCM — the same standard used by banks and governments.

Zero knowledge

Your data is encrypted before it touches the database. Even we can't read your configurations in plain text.

No secrets synced

API keys, tokens, and auth files are never uploaded. Only configuration files that define your workflow.

See your configs at a glance

A clean dashboard to browse, compare, and manage all your configurations.

lazyraccoon.dev/dashboard

Your Configs

3 configs
default
v3
work-laptop
v7
home-desktop
v5

Ready to stop reconfiguring?

Set up once, use everywhere. Free forever.