Skip to content

Conversation

DinisCruz
Copy link

@DinisCruz DinisCruz commented Aug 13, 2025

This PR adds OSBot-Fast-API under the Open Source Projects section.

OSBot-Fast-API is a Type-Safe wrapper around FastAPI that enables:

  • Type-Safe First: automatic bidirectional conversion between Type_Safe classes and Pydantic BaseModels
  • Built-in Middleware: supports API key validation, CORS, disconnect detection, and HTTP event tracking
  • HTTP Event System: comprehensive request/response tracking with configurable storage
  • AWS Lambda Ready: integrates seamlessly via Mangum for serverless deployments
  • Testing Utilities: includes a type-safe test server
  • Auto-conversion: handles conversions between Type_Safe ↔ BaseModel ↔ dataclass
  • Route Organization: clean, automatic path generation

These features make it an excellent toolkit for building robust, maintainable, and serverless-ready APIs with strong typing and observability.

Section to add under

### Projects / Open Source Projects

- **[OSBot-Fast-API]** – Type-safe FastAPI wrapper that provides middleware, HTTP event tracking, AWS Lambda integration, test utilities, and auto-conversion between Type_Safe, Pydantic, and dataclasses. ([GitHub](https://github.com/owasp-sbot/OSBot-Fast-API))

Thanks for considering this addition! — Looking forward to feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant