Overview
Chainlit is an open-source Python package that makes it incredibly fast to build Chat GPT like applications with your own business logic and data.
Build Chat GPT like apps with Chainlit
Key features
-
Build fast: Integrate seamlessly with an existing code base or start from scratch in minutes
-
Data persistence: Collect, monitor and analyze data from your users
-
Visualize multi-steps reasoning: Understand the intermediary steps that produced an output at a glance
-
Iterate on prompts: Deep dive into prompts in the Prompt Playground to understand where things went wrong and iterate
Integrations
Chainlit is compatible with all Python programs and libraries. That being said, it comes with a set of integrations with popular libraries and frameworks.
LangChain
Learn how to use any LangChain agent with Chainlit.
Autogen
Learn how to integrate your Autogen agents with Chainlit.
OpenAI Assistant
Learn how to integrate your OpenAI Assistants with Chainlit.
Llama Index
Learn how to integrate your Llama Index code with Chainlit.
Haystack
Learn how to integrate your Haystack code with Chainlit.
Custom frontend
Chainlit comes with a ChatGPT like frontend that you can use out of the box. However, you can also build your own frontend and use Chainlit as a backend.
Custom React frontend
Learn how to integrate your custom React frontend with the Chainlit backend.
Was this page helpful?