Advertisement · 728 × 90

Posts by Defang Software Labs

Post image

Connecting GitHub to GCP used to mean:
- JSON service account keys
- Complex IAM setup
- Long GitHub Actions configs

Not anymore.

With Defang, it’s just a few clicks in the Portal:
• Connect your GCP project
• Configure trust via OIDC
• Push to GitHub

That’s it. Your next git push deploys to GCP.

1 day ago 0 0 0 0
Post image

Want to try a sample app on your own cloud?

Pick a sample in the Defang Portal.
Then connect an AWS or GCP account.
Then we template a GitHub repo for you.

One flow. No context-switching between docs, GitHub, and the cloud console.

6 days ago 0 0 0 0
Post image

We rewrote our log streaming pipeline.

defang logs --follow now streams more reliably with fewer race conditions between subscribe and publish.

Same behavior. Cleaner code. More consistent logs when you need them.

1 week ago 0 0 0 0
Post image

See exactly what’s running in your cloud.

New deployment detail views include resource tagging and direct links to your cloud console for easier inspection and management.

3 weeks ago 0 0 0 0
Post image

Deploy with Defang via AWS Marketplace.

Subscribe in a few clicks.
Roll costs into your existing AWS bill.
Keep procurement simple.

Everything runs in your AWS account, now it’s even easier to get started.

3 weeks ago 0 0 0 0
Post image

The Defang Portal now includes a command palette for faster navigation and actions.

Press Cmd+K to instantly:

• Jump to projects
• Open deployments
• Trigger common actions
• Navigate without leaving your keyboard

1 month ago 0 0 0 0
Post image

Defang is SOC 2 compliant.

Security isn’t optional when you’re shipping real infrastructure.

See our Trust Center:
https://trust.defang.io/

1 month ago 0 0 0 0
Post image

We’ve added support for:

defang config set --if-not-set

This flag ensures a config value is only set if it hasn’t already been defined.

It’s especially useful in CI or automated environments where you want manually applied configuration to take precedence and avoid unintended overwrites.

1 month ago 0 0 0 0
Post image

The Defang CLI login flow has been updated for a smoother login experience.

It now uses shorter URLs and logs you into the Portal at the same time.

Simpler flow. Fewer steps. Consistent sessions.

1 month ago 0 0 0 0
Advertisement
Post image

See exactly what’s running in your cloud.

New deployment detail views include resource tagging and direct links to your cloud console for easier inspection and management.

1 month ago 0 0 0 0
Post image

Deploy to AWS from GitHub Actions using OIDC — no access keys required.

Configure trust in the Defang Portal and let GitHub authenticate directly to your AWS account.

Cleaner. More secure. Simpler CI.

1 month ago 0 0 0 0
Post image

Kiro generates the app.
The Defang Kiro Power turns it into real cloud infrastructure.

From vibe-coded Flask app → deployed to AWS ECS in minutes.
No Terraform. No IAM guesswork.

Build in your IDE.
Deploy with one command.

1 month ago 1 0 0 0
Post image

Built something with GPT-5.3 Codex? Use the Defang MCP Server to deploy it directly to your AWS or GCP account.

Your AI writes the code.
Defang handles the infrastructure.

Real cloud. Your account. No boilerplate.

1 month ago 0 0 0 0
Post image

Need dev, staging, production, and per-customer deployments?

Stacks let you deploy isolated environments from the same compose file. No config duplication. No infrastructure drift.

More info: defang.io/blog/post/named-stacks-d...

1 month ago 0 0 0 0
Post image

With the Defang MCP setup, Claude Code can deploy directly to AWS or GCP.

Run:
defang mcp setup --client=claude-code

Then prompt:
“deploy this with defang”

Works seamlessly with newer Claude models like Opus 4.6 for complex, multi-step deployments.

Claude builds.
Defang provisions.

1 month ago 0 0 0 0
Post image

AI agents run continuously, call LLMs, and manage state. They need more than basic hosting.

Your Compose file becomes production infrastructure. AWS and GCP in one command.

Learn more: defang.io/blog/post/what-s-the-bes...

1 month ago 0 0 0 0
Post image

If your GitHub repo is public, Defang lets you deploy to your own AWS or GCP account for free. No trial. No credit card. No approval process.

You pay your cloud provider directly. Defang’s fee is zero.

Open source deserves production-grade deployments.

1 month ago 0 0 0 0
Video

Defang lets you build AI agents once and deploy them to any cloud environment with a single command. It handles all the infrastructure, including networking, compute, databases, and LLMs, mapped to native services on AWS, GCP, and beyond. Try it at defang.io.

2 months ago 0 1 0 0
Advertisement
Post image

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: docs.defang.io/docs/concepts/managed-st...

3 months ago 2 0 0 0
Post image

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

3 months ago 1 0 0 0
Post image

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

3 months ago 1 0 0 0
Post image

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

3 months ago 1 1 0 0
Post image

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.

3 months ago 2 0 0 0
Post image

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

4 months ago 2 0 0 0
Post image

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.

4 months ago 2 0 0 0
Post image

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

4 months ago 1 1 0 0
Advertisement
Post image

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

4 months ago 2 1 0 0
Evals + Observability, Agent deployments, and AI News
Evals + Observability, Agent deployments, and AI News Today we talk with some guests (Alex from Mastra & Laurie from Arize) about evals and observability. We chat with Lio and Kevin from Defang about deploying a...

Come listen to us live as we talk to the Mastra team about deploying agents to the cloud!

#mastra #cloud #agents #ai

https://www.youtube.com/watch?v=NyWxvSMALdA

4 months ago 3 0 1 1
Post image

Connect Defang to your IDE using the MCP Server and deploy services through your AI coding agent.

Setup:
defang mcp setup --client=<your-ide>

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

4 months ago 0 0 0 0
Post image

What side project are you deploying this Saturday? #programming

4 months ago 1 0 0 0