Fluentity is a lightweight, framework-agnostic TypeScript library designed to simplify and enhance API consumption on the frontend.
Inspired by Laravel's Eloquent, Fluentity aims to bring the elegance of Active Record to frontend development for working with REST APIs.
The library provides chainable methods, auto-casting, caching, and strong typing to make API querying easier and more efficient.
Fluentity offers a clean, object-oriented interface to backend data, allowing developers to define models once and utilize them across their applications.