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

freeuron

v0.0.7

Published

A CLI app to capture and categorize your thoughts without breaking your workflow.

Readme

Freeuron

Don't stop your workflow to write a note on a piece of paper, just switch a window and categorize your thought.

Free your brain, free your neurons...

freeuron-logo

Table of Content

Purpose

I built this app because I get distracted easily. Whenever a thought pops up, I feel the urge to follow it. I needed a way to give dignity to those intrusive thoughts while still keeping my workflow free from interruptions.

With Freeuron I can save my thoughts and categorize them, in order to get back to them whenever I want more easily. I don't grab my notebook, break out the zone, and leave a vague note. I type the thought in the app, tag it, and return to my work.

Freeuron becomes a part of the workflow, not something that stalls it.

Requirements

  • Node.js version 16 or higher

Install

npm install --global freeuron

Design

There are two ways you can work with freeuron:

  1. using the Tab key
  2. using shortcuts

The first option is super fast to learn (you already use it in your daily life... I guess), but the job you get done is quite slow.

The second option is the way to go, in my opinion. It requires a gentle learning curve, but it's absolutely worth it.

Help

If you are confused or you forget something you can ALWAYS type Ctrl + q, whenever and wherever you are. It brings you to the Help Page where all the keys are explained.

Pages

How to Navigate Pages

In order to navigate through Freeuron pages you can type Ctrl + f and use the keys h/j to go to the previous page, and k/l to move to the next page.

Dashboard Page (Default)

This is the first page you see when entering Freeuron. On this page you can:

  • save and categorize thoughts
  • navigate through days to check previous thoughts
  • visualize all the thoughts of a specific day by searching for that day

dashboard-page

Overview Page

On this page you can visualize ALL the thoughts by category. You can view all your todos, all your questions or all your insights.

overview-page

Help Page

On this page you can view all the shortcuts and how to navigate Freeuron. You can access this page everywhere in the app just by pressing Ctrl + q.

help-page

How-To Page

Here you’ll find step-by-step explanations for common actions.

howto-page

Customize Categories

All categories are stored in the ~/.freeuron/config.json file. To add or remove a category, simply edit this file and restart Freeuron.

Each category must have a name and a placeholder, which is displayed in the empty text field.

Category example:

{
	"name": "call",
	"placeholder": "Enter who you want to call..."
}

Known Bugs

Unfortunately, I haven’t been able to replicate the following bugs, so I couldn’t fix them:

  • The Ctrl + o shortcut doesn’t work when a thought is created (couldn’t replicate).
  • Sometimes the Ctrl + p shortcut doesn’t work. You must press Ctrl + f and select another page to reset the focus.

Limitations

  • Checking or deleting a thought in the Dashboard resets the pointer to the beginning of the list.
  • Creating too many thoughts in a single day can break the interface (re-rendering glitch). Possible fix: add pagination.
  • Letting the user customize the thought categories by giving them access to a .json file is quite a concern regarding data integrity, I know. I thought the standard categories were quite enough, so I didn't create a new feature just for some hypothetical users. If you want me to implement a category management form, please text me.

Contributing

Want to help improve Freeuron? Contributions are welcome! You can:

  • Report bugs or suggest features via GitHub Issues.
  • Fork the repo, make changes, and submit a pull request.
  • Improve documentation, examples, or add new shortcuts.

Please follow the existing code style (TypeScript ^5.0.3+ React ^10.9.1) and write clear commit messages.