📄️ Deploy an outline using AI
Defang supports generating new project outlines using integration with an AI model. Using this feature, you can describe what you would like the service to do and the CLI will then generate a project outline with all the files required to make it work.
📄️ Build and deploy code
This tutorial assumes that the code normally gets built into a container and has a Dockerfile file in the current folder.
📄️ Deploy pre-built container
This example is useful if you already have a Docker container built manually or through a CI/CD system and have that the resulting image is available in a public or private repository accessible by Defang.
📄️ Build and deploy using Pulumi
Installing Dependencies
📄️ Deploy a GPU-powered application
This tutorial guides you to create and deploy a GPU-powered application on AWS using Defang and Mistral. We will walk you through the whole deployment process based on this Deploying Mistral with vLLM sample.
📄️ How to use your own domain
In our latest version of Defang BYOC (Bring Your Own Cloud), you can now use your own domain name. (Currently, this new feature is not applicable to Defang Playground)
📄️ Using Codespaces and Gitpod
This tutorial will guide you to set up Defang in both Codespaces and Gitpod.