Skip to main content
DeploySovereign

Installation

From license key to your first deployment in less than 5 minutes.

Get your license key

After your subscription, an automatic email sends you the key. Format:

ds_live_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

โš ๏ธ This key is shown only once. Save it in a password manager.

Install Claude Code

If you haven't already:

claude.ai/code

Add the DeploySovereign marketplace

In Claude Code, type:

/plugin marketplace add Thibault-21/fastdeploy-marketplace

You'll be prompted to authorize access to the (private) repo. This access is granted with your subscription.

Install the FastDeploy plugin

/plugin install fastdeploy

Install takes ~10 seconds. The MCP connector appears active (๐Ÿ”Œ icon in sidebar).

Configure your license key

In your terminal (before starting Claude Code):

# macOS / Linux
export FASTDEPLOY_LICENSE_KEY="ds_live_..."

# Windows PowerShell
$env:FASTDEPLOY_LICENSE_KEY = "ds_live_..."

Restart Claude Code for the variable to be injected in the plugin.

Run your first deployment

The wizard asks you 10 guided questions (language, app identity, mockup, features, hosting, payment, auth, security). On confirmation, provisioning starts. You receive the HTTPS URL by email within 5 minutes.

/fastdeploy restaurant booking app

Common issues

The deploysovereign connector is red
Verify that FASTDEPLOY_LICENSE_KEY is exported BEFORE launching Claude Code, and that the key has no leading/trailing spaces when copy-pasted.
Error 'License invalid or expired'
If your subscription was just created, propagation takes <30s. Otherwise, check your Stripe subscription status (customer portal). To regenerate the key, contact support.
Error 'License service unavailable'
The validation server is temporarily unreachable. Retry in 1 minute. If persistent, check status.deploysovereign.fr.
The wizard asks endless questions
The wizard has 10 steps max. If you see more, the plugin is not properly loaded โ€” run /plugin reload.

Need help? support@deploysovereign.fr ยท Response within 24 business hours (4h for Enterprise+).