reactjs-useai A simple React hook to call AI endpoints with built-in loading and error handling. Installation npm install reactjs-useai Usage import useAi from "reactjs-useai"; const { data, error, loading, call } = useAi("/api/ask"); call({ prompt: "Hi, How are you ?" });