DEV Community
•
2026-04-08 15:18
I built a TypeScript framework that generates your entire cloud infrastructure
TL;DR: tsdevstack is an open-source TypeScript microservices framework. You write a config file and application code. It generates Terraform, Docker, Kong gateway routes, CI/CD pipelines, secrets, and observability — across GCP, AWS, and Azure. One command deploys the whole stack.
The problem
Every TypeScript project I shipped to production followed the same pattern. Write t...