Skip to main content

Your environment, one command.

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.

Terminal

one command, everything ready

Does this sound familiar?

Scattered configs

Sharing configs through Slack, losing track of history, never knowing which version is the right one…

Configuring from scratch

Every new project means hours setting up the same agent and the same skills for the whole team.

No standardization

Every developer on your team has their own way of configuring things. Nothing is reproducible.

From idea to environment in 3 steps

1

Create your Blueprint

Define variables, config files, and environment rules visually in the dashboard. No terminal needed.

2

Publish or keep it private

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.

3

Run covar vault:fetch

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.

See how it works

Create your first organization, define your blueprints, and run them with a single command.

CoVaR.app/dashboard

Dashboard

AM

3

Organizations

12

Blueprints

5

Variables

M

My Company

8 blueprints

Pro
P

Personal Project

4 blueprints

Free
CoVaR.app/organizations/create

Create Organization

My Company
my-company

Auto-generated from the name

Pro

25 blueprints · 50 members

$19/month

Free

3 blueprints · 5 members

Free
Create Organization
CoVaR.app/blueprints/create
Create Blueprint
M My Company
Laravel + Inertia + Tailwind
laravel-inertia
laravel react tailwind
Complete stack for modern projects...
Environment Variables 5
KEY GROUP VALUE
DB_HOST database localhost
DB_DATABASE database myapp
APP_NAME app MyApp
Tabs 1 tab
IA agent.md
Skills
PSR-12 Clean Arch Stripe React Expert
Create Blueprint
CoVaR.app/blueprints/create

Tab Configuration

Each aspect of your blueprint is configured in its own tab: extensions, MCP, scripts, and AI context.

EXT .vscode/extensions.json 0 items
MCP .vscode/mcp.json 0 servers
IA agent.md 4 skills
PSR-12 Clean Arch Stripe React Expert +
# agent.md
## PSR-12 Coding Standard
Follow PSR-12 coding standard for all PHP files...

## Clean Architecture
Follow Clean Architecture principles with domain layer...
SH post-install scripts 0 scripts

Add Tab

Extensions MCP Scripts AI

Simple, transparent pricing

Start free and scale as your team grows. No surprises, no credit card required.

Free

To get started with CoVaR

free
  • 2 organizations
  • 3 blueprints/org
  • 5 members/org
  • 50 variables/blueprint
  • Browse Marketplace
  • API Access
  • Publish to Marketplace
Start for free
Most popular

Pro

For growing teams

€9.99 /month
  • 5 organizations
  • 25 blueprints/org
  • 50 members/org
  • 150 variables/blueprint
  • API Access
  • Publish to Marketplace
  • Priority Support

Enterprise

For large organizations

Contact us
  • Unlimited organizations
  • Unlimited blueprints
  • Unlimited members
  • Unlimited variables
  • API Access
  • Publish to Marketplace
  • Dedicated Support
  • SSO / SAML

All prices in euros (EUR). Enterprise plan requires prior contact.

* Marketplace features coming soon

Start with a ready-to-use template

Empty Marketplace

No public blueprints in the Marketplace yet. Be the first to publish.

Get started with the CLI in 3 steps

Install the CoVaR command-line tool and bring your blueprints to life instantly.

1

Install the CLI

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>
2

Authenticate with your 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
3

List and fetch your blueprints

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

Available commands

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

Common issues

🐘 Incompatible PHP version

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;"
🔒 Permission denied when running covar

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>
📁 Config file not found

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.

🌐 API connection error

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.

Start saving time today

Sign up free and create your first blueprint in under 5 minutes.

Create free account

No credit card required. Free plan available.