|
|
|
|
|
by gyorgy
70 days ago
|
|
tsdevstack — Infrastructure as Framework An open-source TypeScript microservices framework I've been building solo for the 8 months. It generates and deploys an entire production-grade cloud infrastructure (VPC, gateway, WAF, observability, CI/CD) from a single config file. Multi-cloud across GCP, AWS, and Azure. Just shipped v0.2.0.
Built it because I got tired of writing the same Terraform, gateway config, and CI/CD for every TypeScript project. The application code came together quickly, the infrastructure took weeks every time.
Relevant to your "not AI" framing: the framework itself isn't an AI product, though it does include an MCP server so AI agents can manage the stack if you want them to. https://github.com/tsdevstack
https://tsdevstack.dev
https://youtu.be/6MJ4PPPjxH8
https://dev.to/gyorgy/i-built-a-typescript-framework-that-ge... |
|
Seems like your approach is a bit more "batteries-included" but I'd curious for your thoughts on the differences.