Run the Whole Stack. Solo.
Solo developers are forced to become their own DevOps team. Terraform, IAM, networking, load balancers, CI/CD. The pressure builds. StackSolo gives you structure to operate at depth without losing control.
One config. One command. Deployed.
Section titled “One config. One command. Deployed.”{ "project": { "name": "my-app", "gcpProjectId": "my-gcp-project", "networks": [{ "functions": [{ "name": "api" }], "uis": [{ "name": "web" }], "loadBalancer": { "routes": [ { "path": "/api/*", "backend": "api" }, { "path": "/*", "backend": "web" } ] } }] }}stacksolo deployCloud Functions, Firebase Hosting, Load Balancer, IAM, networking. All handled.
Commands
Section titled “Commands”Configures your GCP project, enables APIs, creates your config file.
Local Kubernetes stack with Firebase emulators. Test before you ship.
Generates CDKTF, runs Terraform, deploys to GCP. Production ready.
Tears down all infrastructure cleanly when you’re done.
You stay in control.
Section titled “You stay in control.”StackSolo generates real infrastructure code in .stacksolo/cdktf/. Inspect it. Modify it. Eject whenever you want.
No SaaS. No accounts. Runs on your machine with your credentials. Your infrastructure stays yours.
Open source. MIT licensed.
Section titled “Open source. MIT licensed.”npm install -g @stacksolo/clistacksolo init