SpecGate CLI
SpecGate was the first project I built as part of Beyond the Docs. I wanted to understand what goes into designing a CLI and how those design decisions shape the developer experience.
Fstop API
The Fstop API was the second project I built as part of Beyond the Docs. After building SpecGate, I needed a real OpenAPI specification (OAS) to validate, so I built an API from scratch. It also gave me the opportunity to explore the design decisions that shape the developer experience before the API documentation is written.
Fstop Python SDK
The Fstop Python SDK was the last project I built as part of Beyond the Docs. I wanted to understand how SDKs are generated, how they relate to OpenAPI specifications (OAS), and what role they play in the overall developer experience.