#412 · Primary category: AI Coding Assistants
aiac
Artificial Intelligence Infrastructure-as-Code Generator.
Project last updated:03/24/26
GitHub Stars
3.8K
Forks
295
Contributors
12
License
Apache-2.0
Why we included this project
Maintaining infrastructure usually means writing a lot of repetitive Terraform, Pulumi, or CloudFormation by hand. aiac is a command-line tool and Go library that turns a plain-English request like "terraform for a highly available eks" into a working template, routing the prompt to whichever LLM provider you configure: OpenAI, Amazon Bedrock, or a local Ollama server. The same approach reaches well beyond IaC, generating Dockerfiles, Kubernetes manifests, CI/CD pipelines, OPA policies, and database queries from natural language. You can define multiple named backends in one config file, so the same prompt works against staging and production AWS profiles or a fully local model. Platform engineers and developers who want a solid starting point instead of a blank file will get value from it both as a CLI and embedded in their own tooling.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.