chainlit

Installation
SKILL.md

Chainlit

Build production-ready conversational AI applications in Python with rich UI.

Installation

pip install chainlit

Quick Start

import chainlit as cl

@cl.on_message
async def on_message(message: cl.Message):
    await cl.Message(content=f"You said: {message.content}").send()
Related skills

More from salmanferozkhan/cloud-and-fast-api

Installs
89
First Seen
Jan 28, 2026