Instant Preview Environments
Loft lets you spin up preview deployments:
-
For Every Pull Request
-
For Every Branch
-
At The Click Of A Button

Loft provides integrations with popular CI/CD and declarative infrastructure management tools, so you can use Loft with your existing toolchain and implement your use case as quickly as possible.
Loft's advanced inactivity detection monitors when engineers are not working with their namespaces and virtual clusters, so you can define rules for automatically putting pre-production environments to sleep or even configure Loft to automatically delete them after a certain period of inactivity.
Once an engineer starts using a namespace again (e.g. run a kubectl command), Loft automatically restores the state of the namespace and the engineer can keep working.
Development environments managed with Loft work with any development tool that is designed to be used with Kubernetes, including DevSpace, Tilt, Skaffold, and Telepresence.
Most modern cloud-native development tools such as DevSpace provide a two-way sync for files, so that you can keep coding using your local IDE and even set breakpoints in your local IDE but the actual code execution happens inside your cloud-based development environment inside a Kubernetes cluster.