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 🙏

© 2025 – Pkg Stats / Ryan Hefner

davia

v0.1.10

Published

Interactive, editable docs designed for coding agents

Downloads

1,792

Readme

What is Davia?

Davia is an open-source tool designed for AI coding agents to generate interactive internal documentation for your codebase. When your AI coding agent uses Davia, it writes documentation files locally with interactive visualizations and editable whiteboards that you can edit in a Notion-like platform or locally in your IDE.


Quick Start

1. Install Davia CLI

npm i -g davia

2. Initialize Davia

Initialize Davia with your coding agent:

davia init --agent=[name of your coding agent]

Replace [name of your coding agent] with the name of your coding agent (e.g., cursor, github-copilot, windsurf).

3. Generate Documentation

Ask your AI coding agent to write the documentation for your project. Your agent will use Davia's tools to generate interactive documentation with visualizations and editable whiteboards.

4. View Your Documentation

Once your agent has generated the documentation, open the Davia workspace:

davia open

If the page doesn't load immediately, refresh the page in your browser.

5. Collaborate with Your Team

Sync your local documentation to a remote workspace where you can collaborate with your team in real-time:

davia push

This command will:

  • Ask you to log in if you haven't already (opens browser for authentication)
  • Create a new workspace for your project
  • Upload your documentation to the cloud
  • Open your workspace in the browser

📝 Note: Currently, updating a workspace you've already pushed isn't supported yet, but we'll be adding this feature very soon!

This is the view you'll have after sending your docs to the workspace:


Contributing

Contributions are welcome! We'd love your help to make Davia better:

  • Report bugs or request features — Open an issue to let us know what's not working or what you'd like to see
  • Improve the codebase — Submit pull requests with bug fixes, new features, or optimizations
  • Share feedback — Share your feedback on Discord and help shape Davia's future

Example

https://github.com/user-attachments/assets/dc2121c3-811d-47da-8762-0d5afd5c845d

Another example with flows:

https://github.com/user-attachments/assets/6eecb62f-3c13-434a-9aa0-a8dd3840bf49


License

This project is licensed under the MIT License - see the LICENSE file for details.