Frontend Applications
Build powerful AI conversational experiences in your frontend applications.
Frontend Integration
Inferable provides a flexible, hooks-based React SDK for building custom AI copilot interfaces in your React applications.
While we currently offer official support for React, Inferable is API-driven at its core, allowing you to build integrations for any platform or framework by directly utilizing our HTTP APIs.
React SDK Integration
The React SDK provides a hooks-based foundation for integrating AI agents into your frontend application. This approach gives you complete control over the user interface and interaction design, perfect for creating custom copilot experiences or conversational interfaces that match your application’s look and feel.
For the examples and more details see Inferable React SDK Github
Demo
This is a demo of the React SDK in action.
Authentication
React SDK allows you to authenticate with your Inferable API secret key. However, this is not recommended for production environments as it exposes your API key to the client.
Instead, we have implemented a Custom Auth method that allows you to authenticate a user with your own authentication system. Typically, the custom auth token in this case would be your user’s session token.
Was this page helpful?