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

@hasnatools/socializer

v0.0.5

Published

Socializer (socializer.co) — AI-native social media management. API + CLI + MCP control plane, Postgres-backed, multi-profile, with an assistive AI layer behind human approval and an immutable audit log.

Readme

Socializer

AI-native social media management — API + CLI first, Postgres-backed, multi-profile, publish across every major network with an assistive AI layer gated by human approval and a full audit trail.

Domain: socializer.co · Repo: hasnatools/platform-socializer

Design phase. Full spec lives in docs/ — vision, features, architecture, data model, API, CLI, per-network posting matrix, AI design, security/compliance, roadmap, and the open strategic decisions (incl. greenfield-vs-fork-Postiz).

What it does

  • Manage many social profiles across X, LinkedIn, Instagram, Facebook, Threads, TikTok, YouTube, Reddit, Pinterest, Bluesky, Mastodon, and more.
  • Compose once → AI adapts per network → human approves → schedule / post-now / queue.
  • Drive it all from a REST API, a first-class CLI, an MCP control plane, or (later) a Next.js + shadcn/ui web app.

See docs/README.md for the full design.

Status

MVP (v0.1): REST API + CLI + MCP control plane, PostgreSQL with Row-Level Security, durable scheduler/worker, envelope-encrypted credentials, per-account token-bucket rate limiting, approval gate + immutable audit log, AI per-network reformat (Claude), Bluesky + Mastodon adapters, and the Chrome-extension backend channel.

Known limitations (planned for v0.2)

  • Cursor pagination: list endpoints return { data }; the documented { data, next_cursor } cursoring and ?limit/?cursor are not yet wired.
  • Idempotency-Key on publish: post-now currently relies on target-level dedup (already-published targets are skipped); header-keyed idempotency is pending.
  • X-RateLimit-* response headers: per-account posting rate limits are enforced internally, but API-level rate-limit headers are not yet surfaced.
  • Webhooks, analytics warehouse, mentions inbox, and networks beyond Bluesky/Mastodon (LinkedIn/Instagram/Facebook/X/…) land per the roadmap.