Currently in Beta

tsdevstack

Infrastructure as Framework

Full-stack, cloud-native, AI-native TypeScript microservices.

From zero to production in an hour, not months.

$npx @tsdevstack/cli init
Get StartedWhy tsdevstack?
DiscordContact
For your Agent
Scaffold a tsdevstack project in one shot

Paste this into Claude Code, Cursor, or your AI agent of choice. It scaffolds a fullstack-auth project locally and brings up Kong, Postgres, and Redis.

Google CloudAWSAzure

Deploy to any major cloud provider

Built for AI agents

MCP server with 54 tools. Your AI agent understands the framework — deploy, query, configure infrastructure without hallucinating CLI commands.

AWS

Multi-cloud infrastructure

GCP, AWS, Azure. Same framework, generated Terraform, CI/CD pipelines.

Free & open source

No registration needed. Bring your own cloud account. No vendor lock-in, no platform fees. You only pay your cloud provider.

SOC2

Audit-ready infrastructure

SOC 2, ISO 27001, GDPR technical controls built in. Encryption, network isolation, zero-credential runtimes, environment separation.

OWASP-aligned authentication

JWT token management, protected routes, session handling — following OWASP security guidelines. Or bring your own OIDC.

Observability from day one

Prometheus metrics, Grafana dashboards, distributed tracing with Jaeger.

One config. Full infrastructure.

You define your project. The framework generates Terraform, Docker Compose, Kong routes, CI/CD pipelines, and secrets.

config.json
{
  "projectName": "my-saas",
  "cloud": "gcp",
  "services": [
    {
      "name": "auth-service",
      "type": "nestjs",
      "hasDatabase": true
    },
    {
      "name": "frontend",
      "type": "nextjs"
    }
  ],
  "storage": {
    "buckets": ["uploads"]
  }
}
Generated infrastructure
TerraformVPC, Cloud SQL, Redis, Cloud Run, IAMDocker ComposePostgres, Redis, Kong, MinIO, servicesKong GatewayRoutes from OpenAPI, JWT validation, rate limitingObservabilityPrometheus, Grafana, Jaeger, structured loggingCI/CDGitHub Actions workflows, OIDC auth, per-service deploySecretsJWT keys, API keys, DB URLs — local and cloudWAFCloud Armor / AWS WAF / Front Door rulesStorageS3 / GCS / Azure Blob + MinIO for local dev
GitHubnpmDiscordXMedium
tsdevstack demo
Watch the demo — 90s