Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Open-source tool to automate documentation publishing. Configure once in your repo and publish everywhere (Confluence, Notion, SharePoint, etc.) with CI/CD integration. Apache 2.0 licensed.

License

lbrines/QuipuFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

QuipuFlow

Configure once. Publish everywhere. An OSS experiment to automate your documentation from the repository to multiple platforms (Confluence, Notion, SharePoint).


🚩 The Problem

We know technical documentation is often a headache:

  • ❌ Breaks developer workflow.
  • ❌ Quickly becomes outdated.
  • ❌ Locked into platforms that create vendor dependency.

βœ… The QuipuFlow Proposal

We are exploring a solution where the repository is the single source of truth. Each code change synchronizes documentation across your chosen destinations.

flowchart LR
    A[Git Repository] --> B[CI/CD Pipeline]
    B --> C[Conversion]
    C --> D[Confluence]
    C --> E[Notion]
    C --> F[SharePoint]
Loading

This is still under construction 🚧, but we want to validate if it solves a real problem for developers and enterprises.


πŸ›  Quick Example (prototype)

# docs_publish.yml
docs:
  source: /docs
  targets:
    - confluence
    - notion
  formats:
    - markdown
    - html
publish: true

The idea is simple: a single YAML file keeps your documentation synchronized.


🎯 Why it might matter

For developers

  • πŸ”„ Document without leaving the repository.
  • πŸš€ Keep documentation always updated with every PR.

For enterprises

  • πŸ“¦ Avoid lock-in with a single provider.
  • πŸ’Έ Reduce costs of documentation migration.
  • πŸ” Greater control and compliance by centralizing information.

πŸ‘‰ We want to validate if these benefits are relevant for your team.


🌍 Open Source Philosophy

QuipuFlow is OSS under Apache 2.0. Our intention is to build this project with the community from day one.

  • The core will always be free.
  • We are exploring an open-core model with premium connectors.

πŸ‘‰ See the LICENSE file for more details.


πŸš€ How you can help now

  1. Join the waitlist for early access.
  2. Open an issue with your feedback or use case (even short notes are valuable).
  3. Share the project if you think your team would benefit.

πŸ“œ License

This project is distributed under the Apache 2.0 license. See the LICENSE file for more information.


About

Open-source tool to automate documentation publishing. Configure once in your repo and publish everywhere (Confluence, Notion, SharePoint, etc.) with CI/CD integration. Apache 2.0 licensed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published