Give requirements, decisions, structure, and status a stable context
Reduce the need for one-off explanations by keeping the project context in a form that AI tools can actually consume and reuse.
VibeDocs uses structured documents, feature packages, and local checks to turn scattered project context into a working foundation that both AI and teams can keep relying on.
vibedocs
Package: @leapx-ai/vibedocs
License: Apache-2.0
The goal is not just to create documents. The goal is to make the project easier to understand, easier to align around, and easier to keep developing.
Reduce the need for one-off explanations by keeping the project context in a form that AI tools can actually consume and reuse.
Let product, design, engineering, and delivery align around the same files instead of maintaining separate interpretations.
Use feature packages and audit to keep documentation evolving with iteration instead of turning into a historical snapshot.
VibeDocs stays close to plain files. You do not need a hosted platform or a new editor to make documentation more structured and maintainable.
Start from opinionated templates for governance, product, engineering, delivery, operations, and feature-level documentation.
Generate a Minimal, Standard, or Full structure so the first version of the docs system is created consistently instead of by hand.
Use init, feature create, audit, and
glossary check to keep documentation practical and current.
Add the public package to your repository and use the local binary.
npm install @leapx-ai/vibedocs
Initialize a baseline docs system, then add focused packages for real features.
npx vibedocs init --mode minimal npx vibedocs feature create focus-mode
Run audits and glossary checks as part of daily development, not just at release time.
npx vibedocs audit --changed src/app.js
The public site focuses on what VibeDocs is and how to use it. Go deeper with the Quickstart, command reference, concepts, and schemas when you need them.