Never configure
your AI tools
Push your config to the cloud. Pull it on any machine.
One command. Done.
$ npm install -g lazy-raccoon
+ lazy-raccoon@0.1.0 installed
$ lazy push
Config pushed (v1)
How it works
Three steps. That's it.
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
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) ✓
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.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 defaultSettings
Permissions, models, and behavior preferences.
{
"model": "opus",
"permissions": {
"bash": "ask",
"write": "allow"
}
}MCP Servers
Connected tools and external integrations.
Commands
Custom slash commands for your workflow.
Agents
Pre-configured agent personas and behaviors.
Skills & Rules
Skill definitions and project-level rules that shape behavior.
Skills
Rules
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.