-
Notifications
You must be signed in to change notification settings - Fork 6
June 2025 blog #254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
June 2025 blog #254
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
9ed09d8
Format June 2025 blog post for readability and clarity
tokifyi 1bd1f6d
Update June 2025 blog post with correct resource links
tokifyi ef2c9b1
Update Playground, VS Code, Intercom, White Paper, and Events section…
tokifyi c74ef2f
Add GCP link to June 2025 blog post
tokifyi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
--- | ||
title: "June 2025 Defang Compose Update" | ||
description: "Monthly product updates from the Defang team - June 2025" | ||
slug: 2025-07-10-product-update | ||
tags: | ||
[ | ||
Cloud, | ||
NoDevOps, | ||
BYOC, | ||
MCP, | ||
LLMs, | ||
Vibe Deploying, | ||
GCP, | ||
AWS, | ||
Events, | ||
Defang Compose Update, | ||
] | ||
author: Defang Team | ||
--- | ||
|
||
 | ||
|
||
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. | ||
|
||
## 🚀 Live AWS Cost Estimation | ||
|
||
We just launched something we’re really excited about: live AWS cost estimation before you deploy. | ||
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. | ||
|
||
👉 [Check out the docs](https://docs.defang.io/docs/tutorials/estimating-aws-deployment-costs) | ||
|
||
## 🧠 CrewAI + Defang Starter Kit | ||
|
||
In June, we launched a full-stack starter kit for building real-time RAG and multi-agent apps with CrewAI + Defang. | ||
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. | ||
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. | ||
|
||
👉 [Try it out here](https://github.com/DefangSamples/sample-crew-django-redis-postgres-template) | ||
|
||
## 📊 Deployment Info in Portal | ||
|
||
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). | ||
|
||
## ☁️ Playground Now Runs on AWS + GCP | ||
|
||
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. | ||
|
||
## 🧩 VS Code Extension Released | ||
|
||
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. | ||
|
||
- One-click deploy | ||
- Built-in tools to manage services | ||
- Zero config, fast setup | ||
|
||
👉 [Try it out here](https://marketplace.visualstudio.com/items?itemName=DefangLabs.defang) | ||
|
||
## 💬 Ask Defang via Intercom | ||
|
||
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. | ||
|
||
## 🐳 Docker x Defang White Paper | ||
tokifyi marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
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. | ||
👉 [Read the white paper here](https://defang.io/whitepapers/docker-compose-defang/) | ||
tokifyi marked this conversation as resolved.
Show resolved
Hide resolved
|
||
👉 [Read the GCP white paper](https://defang.io/whitepapers/gcp-defang/) | ||
|
||
## Events and Community | ||
|
||
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. | ||
|
||
👉 [Watch the demo here](https://www.youtube.com/watch?v=YHmE_6MgcYA) | ||
|
||
We can’t wait to see what you deploy with Defang. | ||
👉 [Join our Discord](https://discord.gg/9FF5MFAm) | ||
|
||
More coming in July. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.