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

@ikenga/pkg-research

v0.3.0

Published

Research — Reports (list+detail), Sources (monitored register), Personas (ICP grid) over the research_notes + research_sources schema. Multi-file iframe pkg; deterministic CSS vendoring build.

Readme

@ikenga/pkg-research — com.ikenga.research

The Research domain pkg — Ikenga's knowledge surface. A no-build srcdoc iframe pkg built on the atelier app-kit (the same pattern as com.ikenga.tasks and com.ikenga.content).

Three views, all driven by the shell side-menu (not in-pane tabs):

| View | Shape | Data | |------|-------|------| | Reports | list + detail split (.ip-split, --ip-list-w: 380px) | research_notes | | Sources | dense monitored-source register table | research_sources | | Personas | 2-up ICP card grid (.rs-persona-*) | local fixture (ICP grid) |

Architecture (the 8-step recipe)

See plans/atelier-design-system/08-pkg-retrofit-recipe.md and plans/atelier-design-system/parts/screens/research.md.

  1. Manifestcapabilities.sqlite.db: "ikenga.local"; permissions.sqlite.tables: [research_notes, research_sources, sales_deals] (research reads research_notes + research_sources; sales_deals is the write target for the cross-domain "Hand to sales" link).
  2. CSS vendoringscripts/build.mjs copies tokens-css.js + app-kit-css.js from @ikenga/tokens and codegens research-css.js from dist/research.css.
  3. Inject ordertokens → app-kit → research (inline <style>; <link>/ @import fail inside the shell's about:srcdoc).
  4. Appearance mirrorsetupTheme() copied verbatim from tasks; mirrors the four parent <html> attrs. data-workspace="agents" static (teal tint).
  5. Kit primitives + slim residue — kit classes from the start; only .rs-* residue (persona grid, source register, freshness pill, cross-domain badge, Fit bar) + the .ux-dot.ux-* mode-dot colours live in research.css.
  6. Datahost.dbQuery / host.dbExec only; TanStack Query; refresh on db-updated.
  7. Side-menu publishsetMenu() keyed on [activeView, reports]. The "By type" filter group dims (disabled) on Sources / Personas (R23 list-only).
  8. Migration0053_research_domain.sql (registered by the shell migration runner): extends research_notes (next_action, next_action_target, agent_cycle_id, is_stale, word_count, owner), creates research_sources, adds sales_deals.research_item_id (soft TEXT link, no FK).

Provisional fallback (before 0053 lands)

The pane renders against real research_notes from day one:

  • word_count derives from body length when the column is absent/empty.
  • research_sources reads fall back to the canonical fixture register.
  • Hand-to-sales prefers UPDATE sales_deals SET research_item_id = ?; falls back to appending the link into sales_deals.notes when the column doesn't exist yet.

Build

node scripts/build.mjs   # vendors tokens + app-kit, regenerates research-css.js

dist/lib/tokens-css.js and dist/lib/app-kit-css.js are git-ignored (vendored from @ikenga/tokens@^0.3.0); dist/lib/research-css.js is regenerated from dist/research.css (the source of truth).

License

Apache-2.0 (per ADR-009).