If you're like Django and developing small or mid-range web projects or MVPs requiring a REST API, this is a sweet project: https://github.com/wemake-services/django-modern-rest.
This is essentially Django, but it includes a built-in REST API (similar to DRF) and works seamlessly with pydantic, msgspec, attrs, dataclasses, and TypedDict as model schemas, and it has built-in OpenAPI schema generation. 😀
