Puls 1.0.0 Released: General Availability
Today, we are thrilled to announce the official release of Puls 1.0.0 - the first stable, production-ready version of our TypeScript-native cloud infrastructure framework.
Puls is not a configuration language and it is not a wrapper around Terraform. It is a framework: you write real TypeScript, import the providers you need, and Puls handles the gap between your declared intent and live cloud state on every run. Instead of state files and plan stages, Puls uses eager discovery - each deployment starts by reading the live cloud, computes the diff in memory, and reconciles immediately, in a single step. No lock files. No apply confirmation prompts. No drift between what the plan said and what actually happened.