# Lockr Dev > Secure secrets management for development teams. Stop sharing API keys through Slack. ## Overview Lockr Dev is a secrets management platform that enables development teams to securely store, share, and sync environment variables across their infrastructure. Built with zero-knowledge architecture, AES-256 encryption, and SOC 2 Type II compliance. ## Key Features - **Secure Secret Storage**: AES-256 encryption at rest, TLS 1.3 in transit - **Team Collaboration**: Role-based access control, audit logs, team invitations - **CLI Tool**: Pull and sync secrets directly from the command line - **CI/CD Integrations**: GitHub Actions, GitLab CI, CircleCI, Docker, Kubernetes - **Platform Integrations**: Vercel, AWS, Netlify, Railway, Fly.io, Render, Heroku ## Quick Start ```bash # Install CLI npm install -g @lockr-dev/cli # Authenticate lockr auth login # Pull secrets to .env file lockr pull --env production ``` ## Pricing | Plan | Price | Projects | Team Members | |------|-------|----------|--------------| | Starter | Free | 1 | 1 | | Team | $19/month | 5 | 10 | | Pro | $49/month | 25 | 50 | | Enterprise | Custom | Unlimited | Unlimited | ## Documentation - CLI Reference: /docs#cli - API Reference: /docs#api - CI/CD Examples: /docs#cicd - Security: /docs#security ## Contact - Website: https://lockrdev.com - Email: hello@lockrdev.com - Support: support@lockrdev.com ## Company Lockr Dev was founded to solve the common problem of insecure secrets sharing among development teams. We believe security should be simple and accessible for teams of all sizes. ## FAQ ### What is Lockr Dev? Lockr Dev is a secure secrets management platform that helps development teams manage, share, and sync environment variables and API keys without using insecure methods like Slack or email. ### How does Lockr Dev keep secrets secure? We use zero-knowledge architecture with AES-256-GCM encryption at rest and TLS 1.3 for data in transit. We never have access to the plaintext content of your secrets. ### What platforms does Lockr Dev integrate with? Lockr Dev integrates with Vercel, AWS, Netlify, GitHub Actions, GitLab CI, CircleCI, Docker, Kubernetes, Railway, Fly.io, Render, and Heroku. ### Is there a free plan? Yes, our Starter plan is free forever and includes 1 project, up to 50 secrets, and 2 environments. ### Does Lockr Dev support team collaboration? Yes, Team and Pro plans include role-based access control, team invitations, audit logs, and SSO via Google.