# Pulumi

> Infrastructure as code in real languages

**Category:** DevOps  
**Pricing:** freemium  
**URL:** https://pulumi.com  
**GitHub:** https://github.com/pulumi/pulumi  
**Added:** 2026-08-19

---

## The Hook

Pulumi lets you write infrastructure in TypeScript, Python, or Go.

## What's Good

Real programming languages mean real abstractions—loops, conditionals, functions. Testing infrastructure becomes possible. IDE support is excellent. Type safety catches errors early.

## The Catch

Smaller ecosystem than Terraform. Learning curve for infrastructure patterns. The state service is a dependency unless self-hosted.

## Verdict

IaC for developers who want real programming languages.
