Placeholder repository in the
quickqecosystem.
The published documentation site lives at https://quickq-io.github.io/quickq/, served from the gh-pages branch of the quickq repository (built by a GitHub Actions workflow on every push to main that touches docs/ or mkdocs.yml).
This repo currently has no role beyond holding the quickq-docs name. It may be repurposed later for non-mkdocs assets (slide decks, posters, recorded demos) or archived.
- Published site: https://quickq-io.github.io/quickq/
- mkdocs source:
quickq/docs/ - Local preview:
git clone https://github.com/quickq-io/quickq.git && cd quickq && uv sync && uv run mkdocs serve
- quickq — Python SDK + CLI, plus the canonical mkdocs source
- quickq-forms — FHIR delivery layer (the
quickq serveserver)
Apache License 2.0 — see LICENSE.