-
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 1 commit
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,81 @@ | ||
--- | ||
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 shipped. | ||
|
||
## 🚀 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 go from a local Docker Compose file to fully provisioned AWS infrastructure with live pricing, resource customization, and one-click teardown. | ||
tokifyi marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
👉 [Check out the docs](https://docs.defang.io) | ||
|
||
## 🧠 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/defang-io/crewai-starter-kit) | ||
|
||
## 📊 Deployment Info in Portal | ||
|
||
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. | ||
tokifyi marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
## ☁️ Playground Now Runs on AWS + GCP | ||
|
||
Internally, we also hit a big milestone: Playground now runs on both AWS and GCP, showing the power of Defang’s multi-cloud infrastructure. | ||
tokifyi marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
## 🧩 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=defang.defang) | ||
|
||
## 🛠️ Railpacks Progress | ||
tokifyi marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
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. | ||
|
||
## 💬 Ask Defang via Intercom | ||
tokifyi marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
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. | ||
|
||
## 🐳 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. Defang now extends Docker Compose directly to AWS, Google Cloud, and DigitalOcean. No new tools, just familiar workflows at cloud scale. | ||
|
||
👉 [Read the white paper here](https://defang.io/whitepaper) | ||
|
||
## 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=defang-demo) | ||
|
||
We can’t wait to see what you deploy with Defang. | ||
👉 [Join our Discord](https://discord.gg/defang) | ||
|
||
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.