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

@bayanmunkhcom/flowdock

v0.5.0

Published

Adaptive Work Context Platform — preserve and restore developer context with minimal interruption

Readme

FlowDock

Documentation-first, local-first adaptive workspace platform.

FlowDock helps people continue their current work with less friction by keeping the most relevant information, tools, and actions within reach.


Project Status

v0.1.0 — MVP released with CD-02 Recovery Anchor and CD-03 Active-Work Companion.

| Level | Phase | Status | |-------|-------|--------| | 0–7 | Governance → Implementation | ✓ Complete | | 8 | Validation | ✓ PASS WITH DEBT — 46/55 evidence | | 9 | Open Source Release | ✓ PASS WITH DEBT — release ready |

Implementation: 144 tests passing (23 files), typecheck passing. CD-02 Recovery Anchor (idle/lock → auto-interrupt → recovery notification). CD-03 Active-Work Companion (live panel).


Quick Start

git clone https://github.com/bayanmunkh-com/flowdock.git
cd flowdock
pnpm install
pnpm build

# Record work context
pnpm cli:run focus "Your task"
pnpm cli:run record info "Notes"
pnpm cli:run record tool "VS Code"
pnpm cli:run record action "Next step"

# View
pnpm cli:run view
pnpm cli:run panel watch   # CD-03: live companion panel
pnpm cli:run status

# Recovery anchor (CD-02)
pnpm watch &               # auto-interrupt on idle/screen lock
./install.sh               # systemd auto-start on login

# After interruption
pnpm cli:run recover

Development

FlowDock uses pnpm as its package manager. Node.js 18+ required.

pnpm install
pnpm build
pnpm test        # 144 tests
pnpm typecheck   # strict TypeScript
pnpm cli:run status

Vision

FlowDock augments existing workflows.

It does not replace existing tools.

Its purpose is to reduce workflow interruption by continuously surfacing the most relevant context for the user's current work.


Development Process

FlowDock follows a documentation-first development process.

Every major decision follows the approved project workflow:

| Level | Phase | |-------|-------| | 0 | Project Governance | | 1 | Product Discovery | | 2 | Product Definition | | 3 | Product Planning | | 4 | Architecture | | 5 | Repository Design | | 6 | Iteration Planning | | 7 | Implementation | | 8 | Validation | | 9 | Open Source Release |

The canonical development workflow is defined in:


Repository Structure

docs/
├── process/
├── product/
│   └── iteration-3/    # CD-02, CD-03
├── architecture/
├── adr/
├── repository/
├── iteration/
├── validation/
└── reviews/

Documentation

Process

Product

Architecture

Architecture Decision Records

Repository Design

Iteration Planning

Validation

Iteration 3 (CD-02, CD-03)

Release

Reviews


License

This project is licensed under the Apache License 2.0.

See the LICENSE file for details.