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

@mediaflux-in/fluxtrail

v1.0.1

Published

Local-first project memory and handoff trail for AI coding assistants

Readme

FluxTrail

License: MIT Node.js Smoke Tests Local-First Graphify-Compatible

FluxTrail is an open-source, local-first project memory and handoff trail for AI coding assistants.

It ensures that when you switch tools (e.g., from Gemini to Claude) or reboot your PC, your AI knows exactly where you left off.

🚀 What FluxTrail Solves

LLMs are stateless. When a session ends, the context is lost. FluxTrail acts as a "Black Box Recorder" for your development session, storing task progress, Git state, and architectural maps directly in your project folder.

📋 System Requirements

  • Node.js: >= 18.0.0
  • Git: Installed and initialized in your project.
  • Python (Optional): Required for the Graphify-powered project map mode.

📦 Installation

npm install -g @mediaflux-in/fluxtrail

🛠 Quick Start

  1. Initialize your project:

    fluxtrail init
  2. Run a diagnosis:

    fluxtrail doctor
  3. Capture progress:

    fluxtrail capture "Finished the user login logic"
  4. Switch AI tools:

    fluxtrail continue claude

🧠 Basic Mode vs. Graphify-Powered Mode

FluxTrail works in two modes:

Basic Mode (Standalone)

Manages task handoffs, project memory, and Git changed files. No additional setup required.

Full Mode (Graphify-Powered)

Includes a compact project-map summary in your context. This gives the AI an "Architectural Brain" of your codebase structure.

To enable Full Mode:

  1. Install Graphify: pip install graphifyy
  2. Run setup: fluxtrail setup full
  3. Map your project: fluxtrail graph build
  4. Sync everything: fluxtrail sync

🔗 Relationship with Graphify

FluxTrail is developed and maintained by MediaFlux and is designed to pair with Graphify (an independent project by safishamsi).

  • Graphify builds the structural project map.
  • FluxTrail manages the handoff trail and AI CLI synchronization.
  • Together, they provide a unified Brain + Memory for your AI assistant.

🧠 AI Assistant Support

FluxTrail automatically updates context for:

  • Gemini CLI: (GEMINI.md)
  • Claude Code: (CLAUDE.md)
  • Codex / general agents: (AGENTS.md)

🛡 Privacy & Local-First

  • 100% Local: Data is stored in your project's .capsule/ folder.
  • No Telemetry: We do not collect data on your code or usage.
  • Offline First: No cloud sync or databases required.

⚖ License

Distributed under the MIT License. See LICENSE for more information.