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

@chieji/cogniflow

v0.2.2

Published

AI-powered knowledge graph and development studio for organizing notes, code snippets, and research with intelligent analysis

Readme

COGNIFLOW: The AI-Powered Knowledge Graph and Development Studio

COGNIFLOW is a cutting-edge application designed to help developers and researchers organize their thoughts, code snippets, and research findings into an interconnected, AI-enhanced knowledge graph. It combines a powerful note-taking interface with a dedicated development studio and utilizes large language models (LLMs) for intelligent analysis, connection discovery, and code assistance.

Now available as an NPM package: @chieji/cogniflow

Key Features

| Feature | Description | AI Integration | | :--- | :--- | :--- | | Knowledge Graph | Visualize and explore the semantic connections between your notes, code, and ideas. | Automatically discovers and suggests new connections between notes. | | Dev Studio | A dedicated environment for writing, testing, and managing code snippets with syntax highlighting and version control. | Provides code completion, debugging assistance, and code diff analysis. | | AI Chat & Tools | Interact with a conversational AI to summarize notes, generate tags, and perform complex data analysis. | Uses Gemini and Hugging Face models for various cognitive tasks. | | Multimodal Analysis | Analyze visual media (images) and generate speech from text directly within the application. | Leverages Gemini's multimodal capabilities. | | Note Management | Organize notes into folders, apply tags, and easily search through your entire knowledge base. | AI-powered summarization and automatic tagging. |

Technology Stack

| Component | Technology | Purpose | | :--- | :--- | :--- | | Frontend | React, TypeScript, Vite | Fast, modern user interface development. | | State Management | (Assumed) React Hooks / Context API | Managing application state. | | Graph Visualization | D3.js | Rendering the interactive knowledge graph. | | AI Services | Google GenAI SDK (@google/genai) | Integration with Gemini models for core AI features. | | Styling | (Assumed) Tailwind CSS or similar | Utility-first CSS framework for rapid styling. |

Installation

As an NPM Package

npm install @chieji/cogniflow

For Development

Prerequisites

  • Node.js (LTS version recommended)
  • npm (Node Package Manager)

Setup

  1. Clone the repository:

    git clone https://github.com/Chieji/COGNIFLOW.git
    cd COGNIFLOW
  2. Install dependencies:

    npm install
  3. Configure API Key: The application requires a Gemini API Key for its core AI functionalities. Create a file named .env.local in the root of the project and add your key:

    VITE_GEMINI_API_KEY="YOUR_GEMINI_API_KEY_HERE"
  4. Run the development server:

    npm run dev

    The application will be available at http://localhost:3000.

  5. Build the library:

    npm run build

    Outputs optimized ES and UMD bundles to the dist/ directory.

Contributing

We welcome contributions! Please feel free to submit issues and pull requests.

License

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