Defang Software Labs
banner
defang.io
Defang Software Labs
@defang.io
Deploy any app to any cloud with a single command. Take your app from Docker Compose to a secure and scalable deployment on AWS / GCP / DigitalOcean in minutes.
Defang lets you use managed Redis across your services without worrying about networking or environment-specific connection strings. Just define it in Compose and Defang provisions and connects it for you on AWS or GCP.

More info: https://docs.defang.io/docs/concepts/managed-storage/managed-redis
December 26, 2025 at 4:47 PM
We're adding new AI features soon. In the meantime check out what you can do with our MCP server!

More info here: https://docs.defang.io/docs/concepts/mcp
December 24, 2025 at 8:38 PM
Defang supports horizontal scaling for cloud-native services and offers auto-scaling on AWS and GCP. Services can automatically scale based on demand, improving performance during traffic spikes and reducing cost when load is low.

More info: https://docs.defang.io/docs/concepts/scaling
December 23, 2025 at 6:00 PM
Missing or broken Dockerfiles are a common deployment failure. Defang avoids this by using Railpack to build images automatically for Node, Python, Go, Java, Ruby, Rust, PHP, Elixir, and static sites.

Just bring your app and a Compose file.

Read more https://docs.defang.io/docs/concepts/railpack
December 22, 2025 at 3:03 PM
Defang applies least-privilege access, creating scoped roles for each service.
Deployments run in private subnets with controlled ingress through an Application Load Balancer.
SSL certificates are automated with ACM.
Secrets are stored in Parameter Store and encrypted with KMS.
December 16, 2025 at 7:05 PM
Defang supports one-off jobs for tasks like migrations, and you can control their order with service dependencies in your Compose setup. Each job waits for the services it relies on, ensuring a clean flow from database to migration to app.

More info https://docs.defang.io/docs/concepts/one-off-jobs
December 12, 2025 at 5:02 PM
Have a Docker compose.yaml?

Authenticate your cloud account, then run:

defang compose up --provider=aws

Or switch out aws for gcp or digitalocean if that's what you use.

Defang provisions the resources and deploys your services, all in your own account.

Check out docs.defang.io for more info.
December 11, 2025 at 4:02 PM
Defang keeps networking familiar: public services use load balancers, private services run in isolated subnets, and internal DNS handles service-to-service calls.
It’s the Compose networking model applied securely and at scale in your cloud.

More info https://docs.defang.io/docs/concepts/networking
December 10, 2025 at 4:02 PM
Defang follows Twelve-Factor principles: stateless services, env-based config, externalized state, and fast disposable processes that scale cleanly.

Learn more: https://docs.defang.io/docs/concepts
December 9, 2025 at 5:02 PM
Connect Defang to your IDE using the MCP Server and deploy services through your AI coding agent.

Setup:
defang mcp setup --client=

Supports VS Code, Cursor, Claude, Windsurf, Rovo, and Kiro.
Try prompts like “deploy this with defang.”

More info: https://docs.defang.io/docs/concepts/mcp
December 8, 2025 at 5:02 PM
What side project are you deploying this Saturday? #programming
December 6, 2025 at 4:55 PM
Wiring logs shouldn’t be hard.

* `defang compose up` streams build + runtime logs right away
* Or jump into `defang tail --name my-service`

Deploy first, *then* decide if you ever want to open your cloud provider’s logging console again. 🚢🐙

https://docs.defang.io/docs/concepts/observability
December 5, 2025 at 5:02 PM
Wiring logs shouldn’t be hard.

* `defang compose up` streams build + runtime logs right away
* Or jump into `defang tail --name my-service`

Deploy first, *then* decide if you ever want to open your cloud provider’s logging console again. 🚢🐙

https://docs.defang.io/docs/concepts/observability
December 5, 2025 at 3:59 PM
🚀 Major UI update to the Defang Portal.

We believe that a smoother, more intuitive interface helps you keep better track of your deployments.

You'll see more changes in the near future too.

We’d love to hear your thoughts! what stands out? What could still be improved?

#cloudops #userexperience
November 28, 2025 at 8:11 PM
Defang has three deployment modes:
Affordable for dev,
Balanced for staging,
High Availability for production.

Each mode adjusts compute, logs, networking, and storage so you only pay for what you need at each stage.
November 28, 2025 at 1:07 PM
Defang applies least-privilege access, creating scoped roles for each service.
Deployments run in private subnets with controlled ingress through an Application Load Balancer.
SSL certificates are automated with ACM.
Secrets are stored in Parameter Store and encrypted with KMS.
November 27, 2025 at 1:07 PM
Deploy a LangGraph Agent in one command.

Start here: https://github.com/DefangSamples/sample-agentic-langgraph-template

Set your Tavily API key: defang config set TAVILY_API_KEY
Run locally: docker compose -f compose.dev.yaml up --build
Deploy: defang compose up
November 26, 2025 at 1:07 PM
Connect Defang to your IDE with the MCP Server and deploy straight from your editor. Works with VS Code, Cursor, Claude, Windsurf, and more.

Run: defang mcp setup --client=

Then try prompts like “deploy this with defang.”
Learn more: https://docs.defang.io/docs/concepts/mcp
November 25, 2025 at 2:02 PM
Deploy a Strands Agent in one command.

Start here: https://github.com/DefangSamples/sample-agentic-strands-template

1-click deploy to the Defang Playground or your own cloud (AWS, GCP, DigitalOcean).

Run locally: docker compose -f compose.dev.yaml up --build
Deploy: defang compose up
November 20, 2025 at 7:56 PM
Have a Docker compose.yaml?

Authenticate your cloud account, then run:

defang compose up --provider=aws

Or switch out aws for gcp or digitalocean if that's what you use.

Defang provisions the resources and deploys your services, all in your own account.

Check out docs.defang.io for more info.
November 17, 2025 at 2:59 PM
Start deploying AI agents with n8n running in your own AWS account. Easy to do with Defang.

#aws #cloud #n8n #ai
October 16, 2025 at 12:55 PM
introducing defang mcp ✨
deploy your vibe coded project from any ide to the cloud

watch it in action w/ cursor
April 23, 2025 at 7:38 AM
Deploying Defang with Defang: Part 1

Deploying applications is hard. Deploying complex, multi-service applications is even harder.

When we built Defang Portal, deploying its six services, including auth, databases, and frontend, was more complex than we wanted, even with early Defang tooling.
March 17, 2025 at 5:41 PM