Acknowledgements¶
Stromboli is built on the shoulders of giants. We're grateful to these amazing open source projects and communities that make this possible. 🙏
Core Technologies¶
Language & Runtime¶
-
The programming language that powers Stromboli's backend. Fast, reliable, and a joy to work with.
-
Powers our documentation tooling and makes automation a breeze.
AI & LLM¶
-
The company behind Claude - the AI that Stromboli orchestrates. Thank you for building safe, capable AI.
-
The CLI tool that makes agentic AI accessible. Stromboli wouldn't exist without it.
Container Runtime¶
-
Daemonless, rootless containers. The secure foundation for agent isolation.
-
Container pioneer and compatible runtime. Made containers accessible to everyone.
Go Libraries¶
| Library | Purpose | Link |
|---|---|---|
| Gin | HTTP web framework - fast and minimalist | gin-gonic.com |
| Viper | Configuration management with env/file support | GitHub |
| slog | Structured logging (Go stdlib) | pkg.go.dev |
| testify | Testing toolkit with assertions and mocks | GitHub |
| jwt-go | JWT implementation for authentication | GitHub |
| swag | OpenAPI spec generation from annotations | GitHub |
Documentation¶
-
The beautiful theme powering this documentation. Feature-rich and actively maintained.
-
Static site generator for project documentation. Simple and effective.
-
Documentation versioning for MkDocs. Makes multi-version docs painless.
-
Diagrams and charts from text. Powers all our architecture visuals.
API Documentation¶
| Tool | Purpose | Link |
|---|---|---|
| ReDoc | Beautiful OpenAPI documentation viewer | redocly.com |
| OpenAPI | API specification standard | openapis.org |
| Swagger | API tooling ecosystem | swagger.io |
CI/CD & Infrastructure¶
-
CI/CD that just works. Powers our builds, tests, and releases.
-
Free hosting for this documentation. Simple and reliable.
-
Container image hosting integrated with GitHub.
Development Tools¶
| Tool | Purpose | Link |
|---|---|---|
| golangci-lint | Go linter aggregator | golangci-lint.run |
| Docker Buildx | Multi-platform builds | Docker Docs |
| Make | Build automation (the OG) | GNU Make |
Special Thanks¶
- The Go Community - For building an incredible ecosystem of libraries and tools
- The Podman Team - For making rootless containers a reality
- Martin Donath - Creator of MkDocs Material, an exceptional documentation theme
- The Anthropic Team - For Claude and for pushing AI safety forward
- All Contributors - Everyone who reports bugs, suggests features, and improves Stromboli
Contributing¶
Want to be part of this list? We welcome contributions! See our Contributing Guide.
Standing on the shoulders of giants
Open source is about community, collaboration, and building together. Thank you to everyone who contributes to making software better for all of us.
— The Stromboli Team 🌋