Skip to content

Commit 869b0b6

Browse files
Merge pull request #254 from tokifyi/main
June 2025 blog
2 parents e5c224f + c74ef2f commit 869b0b6

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
---
2+
title: "June 2025 Defang Compose Update"
3+
description: "Monthly product updates from the Defang team - June 2025"
4+
slug: 2025-07-10-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+
June was a big month at Defang. We rolled out powerful features across our CLI, Playground, and Portal, expanded support for both AWS and GCP, and introduced new tools to help you ship faster and smarter. From real-time cloud cost estimation to internal infra upgrades and community highlights, here’s everything we accomplished.
24+
25+
## 🚀 Live AWS Cost Estimation
26+
27+
We just launched something we’re really excited about: live AWS cost estimation before you deploy.
28+
Most devs ship to the cloud without knowing what it’s going to cost and that’s exactly the problem we’re solving. With Defang, you can now estimate the cost of deployment of an Docker Compose application and choose the deployment mode - affordable / balanced / high_availability - that best suits your needs.
29+
30+
👉 [Check out the docs](https://docs.defang.io/docs/tutorials/estimating-aws-deployment-costs)
31+
32+
## 🧠 CrewAI + Defang Starter Kit
33+
34+
In June, we launched a full-stack starter kit for building real-time RAG and multi-agent apps with CrewAI + Defang.
35+
It’s designed to help you move fast with a production-style setup — including Django, Celery, Channels, Postgres (with pgvector), Redis for live updates, and Dockerized model runners you can easily customize. CrewAI handles the agent workflows, and with Defang, you can deploy the whole thing to the cloud in a single command.
36+
Whether you’re building a smart Q&A tool or a multi-agent research assistant, this stack gives you everything you need to get started.
37+
38+
👉 [Try it out here](https://github.com/DefangSamples/sample-crew-django-redis-postgres-template)
39+
40+
## 📊 Deployment Info in Portal
41+
42+
We’ve added active deployment information to the Defang Portal. You can now see your currently active deployments across various cloud providers and understand the details of each, while still managing your cloud environments through the provider’s own tools (e.g. the AWS Console).
43+
44+
## ☁️ Playground Now Runs on AWS + GCP
45+
46+
Internally, we also hit a big milestone: The Defang Playground now runs on both AWS and GCP, showing the power of Defang’s multi-cloud infrastructure. We’ve also enabled load balancing between the two platforms and plan to share a detailed blog post on how it works soon.
47+
48+
## 🧩 VS Code Extension Released
49+
50+
We also released the Defang VS Code Extension, making it even easier to deploy and manage cloud apps right from your editor. No terminal needed.
51+
52+
- One-click deploy
53+
- Built-in tools to manage services
54+
- Zero config, fast setup
55+
56+
👉 [Try it out here](https://marketplace.visualstudio.com/items?itemName=DefangLabs.defang)
57+
58+
## 💬 Ask Defang via Intercom
59+
60+
You can now try out the Ask Defang chatbot directly within Intercom! This new integration makes it easier than ever to get instant answers and support while you work. Ask Defang itself is deployed using Defang to our own cloud infrastructure.
61+
62+
## 🐳 Docker x Defang White Paper
63+
64+
And one more thing: bridging local development and cloud deployment just got easier. We’ve published white papers on how Defang extends Docker Compose and GCP workflows to the cloud — using familiar tools at scale. An AWS white paper is coming soon.
65+
👉 [Read the white paper here](https://defang.io/whitepapers/docker-compose-defang/)
66+
👉 [Read the GCP white paper](https://defang.io/whitepapers/gcp-defang/)
67+
68+
## Events and Community
69+
70+
In June, we showcased a powerful new demo at AWS events: “What If You Could See AWS Costs Before You Deployed?” Jordan Stephens walked through how to go from Docker Compose to AWS infra with real-time cost estimates and easy teardown, all via Defang.
71+
72+
👉 [Watch the demo here](https://www.youtube.com/watch?v=YHmE_6MgcYA)
73+
74+
We can’t wait to see what you deploy with Defang.
75+
👉 [Join our Discord](https://discord.gg/9FF5MFAm)
76+
77+
More coming in July.

0 commit comments

Comments
 (0)