Skip to content

Commit e52f8c2

Browse files
Merge pull request #244 from tokifyi/main
Update May 2025 blog: intro moved, formatting improved, links added
2 parents fa1e6ef + 2746f4e commit e52f8c2

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
---
2+
title: "May 2025 Defang Compose Update"
3+
description: "Monthly product updates from the Defang team - May 2025"
4+
slug: 2025-06-06-product-update
5+
tags:
6+
[
7+
Cloud,
8+
NoDevOps,
9+
BYOC,
10+
MCP,
11+
LLMs,
12+
Vibe Deploying,
13+
GCP,
14+
AWS,
15+
Events,
16+
Defang Compose Update,
17+
]
18+
author: Defang Team
19+
---
20+
21+
![Defang Compose Update](/img/defang-compose-update.webp)
22+
23+
May was a big month at Defang. We shipped support for managed LLMs in Playground, added MongoDB support on AWS, improved the Defang MCP Server, and dropped new AI samples to make deploying faster than ever.
24+
25+
## 🚀 Managed LLMs in Playground
26+
27+
You can now try managed LLMs directly in the Defang Playground.
28+
Defang makes it easy to use cloud-native language models across providers — and now you can test them instantly in the Playground.
29+
30+
- Managed LLM support
31+
- Playground-ready
32+
- Available in CLI v1.1.22 or higher
33+
34+
To use managed language models in your own Defang services, just add `x-defang-llm: true` — Defang will configure the appropriate roles and permissions for you.
35+
36+
Already built on the OpenAI API? No need to rewrite anything.
37+
38+
With Defang's OpenAI Access Gateway, you can run your existing apps on Claude, DeepSeek, Mistral, and more — using the same OpenAI format.
39+
40+
[Learn more here.](https://docs.defang.io/docs/concepts/managed-llms/managed-language-models)
41+
42+
[Try it out here.](https://github.com/DefangLabs/samples/tree/main/samples/managed-llm)
43+
44+
## 📦 MongoDB Preview on AWS
45+
46+
Last month, we added support for MongoDB-compatible workloads on AWS via Amazon DocumentDB.
47+
48+
Just add this to your `compose.yaml`:
49+
50+
```yaml
51+
services:
52+
db:
53+
x-defang-mongodb: true
54+
```
55+
56+
Once you add `x-defang-mongodb: true`, Defang will auto-spin a DocumentDB cluster in your AWS — no setup needed.
57+
58+
## 🛠 MCP Server Improvements
59+
60+
We've made the MCP Server and CLI easier to use and deploy:
61+
62+
- Users are now prompted to agree to Terms of Service via the portal login
63+
- MCP Server and CLI are now containerized, enabling faster setup, smoother deployments, and better portability across environments
64+
65+
## 🌎 Events and Community
66+
67+
We kicked off the month by sponsoring Vancouver's first [Vibe Coding IRL](https://www.linkedin.com/feed/update/urn:li:activity:7336086817357606914) Sprint. Jordan Stephens from Defang ran a hands-on workshop [on "Ship AI Faster with Vertex AI" with GDG Vancouver](https://www.linkedin.com/posts/gdgyvr_gdgvancouver-buildwithai2025-vertexai-activity-7334288539473334272-LHBl) ([GDG Vancouver](https://gdg.community.dev/gdg-vancouver/)). Around the same time, our CTO and Co-founder Lio joined the [GenAI Founders Fireside panel](https://www.linkedin.com/posts/jenniferyli_genai-founders-fireside-networking-luma-activity-7330702064706117634-D7Hl) hosted by [AInBC](https://ainbc.ai/) and AWS.
68+
69+
Big moment for the team — we won the [Best Canadian Cloud Award](https://www.linkedin.com/feed/update/urn:li:activity:7333554571568435200) at the Vancouver Cloud Summit. Right after, we hit the expo floor at [Web Summit Vancouver](https://www.linkedin.com/posts/defanglabs_defang-websummit-websummitvancouver-activity-7333898557185302528-Rvsm) as part of the BETA startup program and got featured by FoundersBeta as one of the [Top 16 Startups to Watch](https://thefounderspress.com/web-summit-vancouver-top-companies-to-watch-in-2025/).
70+
71+
Our Campus Advocates also kept the momentum going, hosting [Defang events](https://www.linkedin.com/feed/update/urn:li:activity:7334554265056636928) around the world with live demos and workshops.
72+
73+
Last month's Defang Coffee Chat brought together the community for product updates, live demos, and a great convo on vibe deploying.
74+
75+
We're back again on June 25 at 10 AM PST. [Save your spot here.](https://lu.ma/bamhymdq)
76+
77+
We can't wait to see what you deploy with Defang. [Join our Discord](http://s.defang.io/discord) to ask questions, get support, and share your builds.
78+
79+
More coming in June.

0 commit comments

Comments
 (0)