Skip to content

Commit 756e607

Browse files
committed
chore(backend): update welcome email template for new users
1 parent 44f88ad commit 756e607

File tree

1 file changed

+28
-12
lines changed

1 file changed

+28
-12
lines changed

services/backend/src/email/templates/welcome.pug

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,42 +6,58 @@ block content
66
h1 Welcome to DeployStack, #{userName}!
77

88
p
9-
| Thanks for joining our mission to simplify MCP complexity for development teams. Your account is now active, and you're ready to eliminate credential management hassles and get productive with MCP tools in minutes, not hours.
9+
| Thanks for joining our mission to eliminate MCP adoption friction for development teams. Your account is now active with your first MCP server pre-installed, and you're ready to get productive in under 1 minute.
1010

1111
.text-center
12-
a.button(href=loginUrl) Install DeployStack Gateway
12+
a.button(href=loginUrl) Get Started
1313

14-
h2 Ready to get started?
14+
h2 Ready to connect?
1515

1616
p Here's how to get your MCP tools working instantly:
1717

1818
.steps
1919
p
20-
strong 1. Install the gateway:
20+
strong 1. Log in to your dashboard:
2121
br
22-
code npm install -g @deploystack/gateway
22+
| Visit
23+
a(href=loginUrl) cloud.deploystack.io
24+
| and sign in
2325

2426
p
25-
strong 2. Login to your account:
27+
strong 2. Get your client configuration:
2628
br
27-
code deploystack login
29+
| Click
30+
strong "Get Client Configuration"
31+
| and select your client (VS Code, Cursor, Claude Desktop)
2832

2933
p
30-
strong 3. Configure VS Code:
34+
strong 3. Add to VS Code:
3135
br
32-
| Replace your MCP config with our gateway endpoint:
36+
| Copy the configuration into your VS Code settings
3337
br
34-
code "url": "http://localhost:9095/sse"
38+
code .vscode/settings.json
39+
40+
p
41+
strong 4. Connect:
42+
br
43+
| Restart VS Code - your browser will open for authorization
44+
br
45+
| Select your team and authorize
46+
br
47+
| Done! Your MCP tools are instantly available
3548

3649
h2 What's next?
3750

3851
ul
3952
li
40-
strong Add your first MCP server 
53+
strong Add more MCP servers 
4154
| - Browse our catalog and add tools like GitHub, BrightData, or Weather
4255
li
4356
strong Invite team members 
4457
| - Share secure access to MCP tools without credential sharing
58+
li
59+
strong Explore team features 
60+
| - Set up team-wide credentials and configurations
4561

4662
h2 Need help?
4763

@@ -57,7 +73,7 @@ block content
5773
| for available tools
5874

5975
p
60-
| We're excited to see what you'll build with zero-configuration MCP access!
76+
| We're excited to see what you'll build with zero-installation MCP access!
6177

6278
p.text-muted
6379
| Best regards,

0 commit comments

Comments
 (0)