Introduction
Welcome to the Rapidy documentation.
Rapidy is a simple and fast web framework for building concise HTTP API servers. It provides built-in validation, serialization, and asynchronous support, making API development easy and efficient.
A quick overview of features is available in the Quickstart section.
Rapidy is built on two powerful tools:
- aiohttp – asynchronous web handling
- pydantic – data validation and serialization
Since Rapidy relies on aiohttp and pydantic, we recommend exploring their official documentation alongside the Rapidy documentation.
Documentation for aiohttp.
Documentation for pydantic.