Golden paths
Fewer choices. Better defaults.
StackPilot does not try to scaffold every framework on the internet. Each ecosystem gets one backend path we continuously generate and validate.
| Language | Blessed framework | Runtime contract | Status |
|---|---|---|---|
| Rust | Axum | :3000 /health | validated |
| Go | Chi | :3000 /health | validated |
| TypeScript | NestJS | :3000 /health | validated |
| Python | FastAPI | :3000 /health | validated |
| Java | Spring Boot | :3000 /health | validated |
| C# | ASP.NET Core | :3000 /health | validated |
Shared foundation
Different ecosystems. Same engineering contract.
The application language changes; the operational expectations should not.
DATA
PostgreSQL by default
MySQL and MongoDB can be selected deliberately, but PostgreSQL is the recommended starting point.
CLOUD
AWS by default
Terraform foundations prioritize AWS while preserving Azure and GCP profiles.
DELIVERY
Docker + CI + Terraform
Deployable services start with container, pipeline and infrastructure foundations switched on.