npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@thelogicatelier/docxa

v0.1.5

Published

AI-powered documentation intelligence system

Readme

Docxa 📄

Docxa is an AI-powered documentation intelligence system that helps teams maintain up-to-date business and technical documentation effortlessly. It bridges the gap between stakeholder intent and technical reality by synthesizing knowledge from interviews and source code analysis.

⚡ The Vision

To make software documentation a living, breathing artifact that evolves with your codebase, requiring zero manual formatting while maintaining 100% accuracy.


🚀 Delivery Channels

Choose your preferred way to interact with Docxa:

| Channel | Best For | Status | | :--- | :--- | :--- | | Claude Code Skill | Interactive & Guided AI | ✅ Available | | CLI (npx/npm) | CI/CD & Developers | ✅ Available | | VS Code Extension | In-IDE Documentation | 🛠️ Coming Soon | | Teams Copilot | Stakeholder Interviews | 🛠️ Coming Soon |


⚙️ Configuration & Requirements

Docxa features a lazy-initialized AI runtime, meaning you can run many workspace commands completely locally without an API key.

Local Commands (No API Key Required)

  • docxa init - Initializes the local .docxa/ workspace state.
  • docxa list-documents - Lists documents.
  • docxa generate --plan <doc> - Checks template and evidence readiness locally.
  • docxa validate - Validates document consistency locally.

AI-Powered Commands (Requires Configuration)

Commands that analyze code or generate documentation require LLM access:

  • docxa discover
  • docxa generate <doc>

Environment Variables: You must set a provider and an API key:

  • DOCXA_PROVIDER="openai" | "anthropic" | "google-gemini" | "ollama"
  • OPENAI_API_KEY, ANTHROPIC_API_KEY, or GEMINI_API_KEY. (Alternatively, use a generic DOCXA_API_KEY).
  • (Optional) DOCXA_MODEL

Environment File Priority: Docxa resolves variables in the following order:

  1. Exact file explicitly passed via --env-file path/to/file
  2. .env.local in the working directory
  3. .env in the working directory

📂 Workspace Structure

Docxa relies on specific directories to manage its lifecycle:

  • State & Evidence: The .docxa/ directory holds all auto-generated planning metadata, analyses, and generated documents.
  • Templates: To use custom templates, place them in the following canonical directories at the root of your project:
    • templates/documents/ — Override default document templates (e.g. PRD.json).
    • templates/interviews/ — Define custom interview strategies.

🏗️ Core Architecture

Docxa is built for enterprise-grade automation. Our architecture is decoupled into specialized engines to support complex, multi-source evidence gathering.

Technical Architecture Deep Dive


📖 Quick Links


Built by The Logic Atelier