skillfed

streamlit-quill

Quill component for Streamlit

streamlit-quill v0.0.3 105.7K downloads/30d#12,687 on PyPI75
License unclear DORMANT released

What it is and what it does

Streamlit Quill wraps the React Quill rich-text editor as a Streamlit component, letting you embed a formatted text editor directly into Streamlit applications. It depends only on Streamlit and provides a simple interface to capture user-edited HTML or text content.

The package is dormant—its last release and commit were both on 2020-09-27. While the repository is not archived and has modest community interest (75 stars), there is no active maintenance or updates. It remains compatible with current Python versions (requires >=3.6) and installs with low friction, but you should verify that it works with your target Streamlit version and understand that bug fixes or feature updates are unlikely.

Use it for:

  • Build a Streamlit form that captures rich-text input (bold, italic, lists, links) from users.
  • Create a content management interface in Streamlit where users edit formatted text before saving.
  • Prototype a document editor or note-taking app within Streamlit's interactive framework.
  • Allow users to compose formatted messages or descriptions in a Streamlit dashboard.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Embeds a React Quill rich-text editor component into Streamlit applications, allowing users to create and edit formatted text content within a Streamlit UI.

Yes, if you need a quick rich-text editor in Streamlit and can tolerate dormant maintenance. The package is lightweight, installs easily, and has no known vulnerabilities. However, verify license terms first and test compatibility with your Streamlit version—no updates since 2020-09-27 means you're on your own for compatibility issues or bugs.

Install

streamlit-quill on PyPI

pip

pip install streamlit-quill

uv

uv add streamlit-quill

poetry

poetry add streamlit-quill

Installing streamlit-quill

Before you install

Installation is straightforward with low friction. The package is dormant—no releases or commits since 2020-09-27—so it receives no active maintenance, though the repository remains public and unarchived.

License in practice

License treatment is unclear; no SPDX identifier or raw license text is available in the package metadata. Verify the actual license before use in proprietary or restricted contexts.

Quickstart

pip install streamlit-quill

import streamlit as st
from streamlit_quill import st_quill

content = st_quill()

Requires Streamlit as a runtime dependency; the component integrates into Streamlit applications only.

Verify before relying

  • Exact license terms—metadata lists no SPDX or raw license text; check the GitHub repository directly.
  • Whether the component remains compatible with recent Streamlit versions given no updates since 2020-09-27.
  • Feature completeness and any known limitations compared to the upstream React Quill library.

Package facts

License not declared (unclear)
Python support supports the current Python release (>=3.6)
Install friction low — pure-Python wheel
Runtime dependencies 1 — streamlit
Maintenance dormant — 2,147 days since the last release
Last repo commit
First released
Downloads 105,653/month — #12,687 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: streamlit_quill-0.0.3-1-py3-none-any.whl

Tags

streamlit rich text editorquill editor componentstreamlit text formattingreact quill streamlitstreamlit wysiwyg editorstreamlit html editorformatted text input streamlit
streamlit-componentrich-text-editorui-widget

More Dynamic Content packages