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

@0xhoneyjar/freeside-storage-stickers

v0.0.1

Published

Sealed StickerProfile Effect Schema + service interface for the freeside-storage asset plane. Profile-scaffolds-all sticker resolution; client/server agnostic; composes with @0xhoneyjar/freeside-storage-client URL_CONTRACT_V1. Phase-0 Schema substrate per

Readme

@freeside-storage/stickers

Sealed StickerProfile Effect Schema + service interface for the freeside-storage asset plane. Profile-scaffolds-all sticker resolution; client/server agnostic; composes with @freeside-storage/client URL_CONTRACT_V1.

Status

Phase-0 substrate (composable-sticker-substrate-2026-05-01 cycle · sprint-1). Package skeleton landed; Schema · Service · Lookup land in subsequent sprint tasks (T-3 · T-4 · T-5).

Design

Three-tier pyramid (structure precedes behavior precedes material):

  1. StickerProfile Schema — sealed Effect Schema · branded primitives · reserves V0.7+ daemon-stage axes (daemonState · lifecyclePhase · voicePointer · experimentPointers) as Schema.optional · contract is Schema.Literal("1.0")-versioned for additive bumps.
  2. StickerService — Effect Layer · getProfile · lookupSticker · lookupCatalog · returns discriminated StickerLookupResult union (Resolved · NeedsCompose · Skipped).
  3. stickers-canvas companion package — DOM compositor · deferred indefinitely under earn-weight gate (5+ consumers OR multi-runtime pull).

Composition

StickerService.getProfile(tokenId, world)
  ├── lookupGrail(tokenId)              ← @freeside-storage/client (shipped v0.1.0)
  ├── fetch(manifestUrl)                ← URL_CONTRACT_V1.host (shipped)
  └── Schema.decodeUnknown(StickerProfile)
        │
        ▼
  StickerService.lookupSticker(profile, query)

Universality

Strict-universal (Node + browser + edge). Tests run under both node and jsdom environments per the workspace vitest.workspace.ts. No DOM imports, no Node-only imports.

DOM compositing (when Phase-3 ships) lives in optional sibling @freeside-storage/stickers-canvas OR is provided by caller as injected composeFn — core stays universal.

References

  • PRD: grimoires/loa/prd-composable-sticker-substrate-2026-05-01.md
  • SDD: grimoires/loa/sdd-composable-sticker-substrate-2026-05-01.md
  • Sprint plan: grimoires/loa/sprint-composable-sticker-substrate-2026-05-01.md
  • Architectural seed: grimoires/freeside/specs/composable-sticker-substrate-2026-05-01.md
  • Vault doctrines: [[contracts-as-bridges]] · [[url-contract-as-bridge]] · [[fallback-shape-divergence]] · [[migration-tail-as-bug-source]] · [[continuous-metadata-as-daemon-substrate]]

License

MIT