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

fieldnote

v0.2.0

Published

Local-first Claude Agent workbench for education — an adaptive learning loop that diagnoses, teaches, and verifies / 本地优先的 Claude Agent 教育工作台

Readme

fieldnote

A local-first Claude Agent workbench for education. It runs entirely on your own machine: an adaptive learning loop that diagnoses the misconception behind a mistake, teaches it with an explicit strategy, checks understanding with a freshly generated task, and revisits the same difficulty days later — plus cross-chat memory the agent reuses. An optional Feishu (Lark) channel lets you talk to the same agent from chat.

Quick start

npx fieldnote

That starts the server on http://127.0.0.1:8787, opens the web app, and creates the database on first run. No account, no cloud service, no telemetry — everything stays in a directory you own.

npx fieldnote --demo          # try the UI without Claude credentials
npx fieldnote --port 9000     # use a different port
npx fieldnote --data ./work   # keep data somewhere else
npx fieldnote doctor          # check the local environment
npx fieldnote data            # show the resolved data directory
npx fieldnote reset           # move the data directory aside (backup, never delete)

Requirements

  • Node.js 20 or newer.
  • Claude credentials — either a local claude login, or ANTHROPIC_API_KEY / ANTHROPIC_AUTH_TOKEN in your environment. Without credentials, start with --demo to explore the interface using a scripted runtime.
  • Optional: uv, python3, and LibreOffice for the bundled PDF/DOCX/XLSX document skills. fieldnote doctor reports what is missing and what each tool is used for.

Where your data lives

Everything is written under ~/.fieldnote by default — ~/.fieldnote/data/agent.db (SQLite) for conversations, memory and learning records, and ~/.fieldnote/data/workspaces/ for files the agent creates. Override the location with --data <dir> or the FIELDNOTE_HOME environment variable, and put optional settings such as ANTHROPIC_API_KEY or the Feishu app credentials in ~/.fieldnote/.env.

中文简介

fieldnote 是一个本地优先的 Claude Agent 教育工作台,核心是一条自适应学习闭环:诊断、讲解、检验、回访,可选接入飞书。运行 npx fieldnote 即可在本机 http://127.0.0.1:8787 启动,所有对话、记忆与生成的文件都保存在 ~/.fieldnote,不上传任何服务器。需要 Node.js 20+ 与 Claude 凭据(已 claude login 或设置 ANTHROPIC_API_KEY);没有凭据时可用 npx fieldnote --demo 体验界面。环境有问题时先运行 npx fieldnote doctor 查看诊断。

Links

Source, documentation and issues: https://github.com/YukunHe16/fieldnote

MIT licensed.