Skip to content

Commit 9ed09d8

Browse files
committed
Format June 2025 blog post for readability and clarity
1 parent e5c224f commit 9ed09d8

File tree

1 file changed

+81
-0
lines changed

1 file changed

+81
-0
lines changed
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
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 shipped.
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 go from a local Docker Compose file to fully provisioned AWS infrastructure with live pricing, resource customization, and one-click teardown.
29+
30+
👉 [Check out the docs](https://docs.defang.io)
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/defang-io/crewai-starter-kit)
39+
40+
## 📊 Deployment Info in Portal
41+
42+
We’ve added active deployment information to Portal. This information shows deployment, etag (id), and provider to help users understand particulars about their deployments. This is the same as the ‘defang deployments’ CLI command.
43+
44+
## ☁️ Playground Now Runs on AWS + GCP
45+
46+
Internally, we also hit a big milestone: Playground now runs on both AWS and GCP, showing the power of Defang’s multi-cloud infrastructure.
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=defang.defang)
57+
58+
## 🛠️ Railpacks Progress
59+
60+
We also made progress on Railpacks, a new feature designed to make reusable infra patterns easier to deploy. The core PR has been merged, but it’s still going through testing and a few final additions before it’s ready for public release. Stay tuned for more in the next update.
61+
62+
## 💬 Ask Defang via Intercom
63+
64+
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.
65+
66+
## 🐳 Docker x Defang White Paper
67+
68+
And one more thing: bridging local development and cloud deployment just got easier. Defang now extends Docker Compose directly to AWS, Google Cloud, and DigitalOcean. No new tools, just familiar workflows at cloud scale.
69+
70+
👉 [Read the white paper here](https://defang.io/whitepaper)
71+
72+
## Events and Community
73+
74+
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.
75+
76+
👉 [Watch the demo here](https://www.youtube.com/watch?v=defang-demo)
77+
78+
We can’t wait to see what you deploy with Defang.
79+
👉 [Join our Discord](https://discord.gg/defang)
80+
81+
More coming in July.

0 commit comments

Comments
 (0)