Scattered configs
Sharing configs through Slack, losing track of history, never knowing which version is the right one…
CoVaR is your configuration vault. Define, publish, and run covar vault:fetch. Your environment is ready in seconds, no matter the stack.
Your secrets never leave the vault. End-to-end encrypted.
one command, everything ready
Sharing configs through Slack, losing track of history, never knowing which version is the right one…
Every new project means hours setting up the same agent and the same skills for the whole team.
Every developer on your team has their own way of configuring things. Nothing is reproducible.
Define variables, config files, and environment rules visually in the dashboard. No terminal needed.
Keep it private for your organization or share it on the Marketplace. Your secrets never leave the vault — they stay encrypted in your organization. Zero data travel.
A single command and your environment is ready. Variables loaded, files generated, everything in place.
Includes AI context rules, post-install scripts, VS Code extensions, and MCP servers.
Create your first organization, define your blueprints, and run them with a single command.
3
Organizations
12
Blueprints
5
Variables
My Company
8 blueprints
Personal Project
4 blueprints
Auto-generated from the name
Pro
25 blueprints · 50 members
Free
3 blueprints · 5 members
Each aspect of your blueprint is configured in its own tab: extensions, MCP, scripts, and AI context.
## PSR-12 Coding Standard Follow PSR-12 coding standard for all PHP files... ## Clean Architecture Follow Clean Architecture principles with domain layer...
Add Tab
Start free and scale as your team grows. No surprises, no credit card required.
To get started with CoVaR
For growing teams
For large organizations
All prices in euros (EUR). Enterprise plan requires prior contact.
* Marketplace features coming soon
No public blueprints in the Marketplace yet. Be the first to publish.
Install the CoVaR command-line tool and bring your blueprints to life instantly.
Download the PHAR binary, make it executable, and move it to your PATH. Requires PHP 8.3+.
# Download the binary (Linux/macOS)
curl -L -o covar https://covarapp.com/downloads/covar.phar
# Download the binary (Windows PowerShell)
Invoke-WebRequest -Uri https://covarapp.com/downloads/covar.phar -OutFile covar
# Make it executable
chmod +x covar
# Move it to your PATH
sudo mv covar /usr/local/bin/
# O ejecútalo directamente con PHP sin moverlo:
$ php covar config:set-key <tu-api-key>
Generate a token from your CoVaR profile (Security tab) and configure it with config:set-key. The CLI validates the connection instantly.
$ covar config:set-key covar_xxxxxxxxxxxx
Browse available blueprints with vault:list and scaffold any with vault:fetch. Files generated, variables loaded, everything in place.
# List your blueprints
$ covar vault:list
# Scaffold a blueprint in the current directory
$ covar vault:fetch mi-blueprint
| Command | Description |
|---|---|
| covar config:set-key <key> | Set and validate your CoVaR API key |
| covar vault:list | List blueprints you have access to |
| covar vault:fetch <slug> | Download and scaffold a blueprint with its files |
| covar help | Show help and available commands |
The CLI requires PHP 8.3 or higher. Check your version with php -v. If you're using an older version, update PHP or use the PHAR with the correct version.
php -v # Requiere PHP 8.3 o superior
php -r "echo PHP_VERSION;"
On Linux/macOS, the binary needs execution permissions. Use chmod +x covar. If you don't have admin permissions, run directly with php covar.
# Linux/macOS
chmod +x covar
# O ejecutar directamente con PHP
php covar config:set-key <key>
The CLI stores configuration at ~/.config/covar/config.json. If it doesn't exist, run covar config:set-key <your-key> first to create it.
If the CLI doesn't automatically detect the server URL, you can set it manually with --base-url.
covar config:set-key <key> --base-url=https://covarapp.com
Your API key is stored locally with restricted permissions. All API communication uses HTTPS. Secret variables require password verification and are never shown in plain text.
Sign up free and create your first blueprint in under 5 minutes.
Create free accountNo credit card required. Free plan available.