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

@meetreeve/module-sign

v1.0.0

Published

Reeve.Sign module extracted from the tenant template (DEV-8175, second module through the DEV-8166 extraction pattern): the SignConsole surface — the honest 'not provisioned' state plus the Documenso embed preview for an externally-issued signing token. V

Downloads

453

Readme

@meetreeve/module-sign

The Reeve.Sign tenant module, extracted from reeve-tenant-frontend as DEV-8175 (the second module through the DEV-8166 channels extraction pattern). Ships in lockstep with the Python reeve-module-sign package (reeve-services packages/reeve_module_sign): both always carry the same MAJOR.MINOR.PATCH — bump them together (manual discipline, same as the channels pair).

Naming note on the Python side: reeve-module-sign is NOT reeve-services' pre-existing packages/reeve_sign (dist reeve-sign, the substrate's own Documenso V2 server-side REST client). The module infix keeps the two apart.

Entry

  • @meetreeve/module-signSignConsole (client component; the build stamps "use client"). The honest "Signing not provisioned" state (DEV-3848) plus a Documenso embed preview for an externally-issued signing token. Takes no props: sign ships no server action (there is no substrate origination seam yet), so unlike @meetreeve/module-channels there is no injected action and no server-safe /client subpath — the BE substrate client is the Python package.

@documenso/embed-react is this package's OWN dependency: it is sign-specific, so it deliberately did not move into @meetreeve/ui with the DEV-8166 console-primitive hoist.

Template wiring

// app/(app)/modules/sign/page.tsx
import { SignConsole } from "@meetreeve/module-sign";
<SignConsole />

Peer deps: react, react-dom, lucide-react, and @meetreeve/ui (the /console primitives hoisted by DEV-8166 — sign's MonoEyebrow was already part of that hoist). Local build/test resolves @meetreeve/ui via the file:../ui devDependency, so this package builds in CI before @meetreeve/[email protected] is on npm.