streamlit-quill
Quill component for Streamlit
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-quilluv
uv add streamlit-quillpoetry
poetry add streamlit-quillInstalling 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
More Dynamic Content packages
MarkupSafe provides a text object that escapes…
permissive · top 100 on PyPI
Jinja2Jinja2 is a templating engine that renders…
permissive · top 100 on PyPI
soupsieveSoupsieve is a CSS selector library designed to…
permissive · top 100 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
FlaskFlask is a lightweight WSGI web application…
permissive · top 1,000 on PyPI
MakoMako compiles Python-embedded templates into…
permissive · top 1,000 on PyPI
streamlit-code-editorEmbeds an interactive code editor component…
unclear · top 15,000 on PyPI
streamlit-aceEmbeds an Ace code editor component into…
permissive · top 15,000 on PyPI
draftjs_exporterConverts Draft.js ContentState (a rich text…
permissive · top 5,000 on PyPI
django-quill-editorIntegrates Quill.js, a rich-text WYSIWYG…
permissive · top 15,000 on PyPI
streamlit-embedcodeEmbeds code snippets from external services…
unclear · top 15,000 on PyPI
st-annotated-textDisplays annotated text with labels and…
permissive · top 15,000 on PyPI
quill-deltaImplements operational transformation for Quill…
permissive · top 15,000 on PyPI
streamlit-pdfAdds a PDF viewer component to Streamlit apps…
permissive · top 15,000 on PyPI
streamlit-antd-componentsProvides Ant Design and Mantine UI components…
unclear · top 15,000 on PyPI
editorOpens your system's default text editor (or a…
permissive · top 5,000 on PyPI