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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@replyke/core

v6.1.1

Published

Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.

Readme

Replyke Core

Note: It is recommended to use the framework-specific package instead of this core package. Use @replyke/react, @replyke/react-native, or @replyke/expo for better integration, as they include @replyke/core under the hood.

Overview

Replyke Core is the foundational package that powers the Replyke platform, providing developers with an easy-to-integrate solution for adding social and interactive features to their applications. It includes all the core client functionality needed to interact with Replyke’s backend services, allowing for seamless authentication, entity management, commenting, voting, notifications, and more.

This package is designed to be flexible, efficient, and developer-friendly, offering powerful hooks and methods to streamline the integration process.

Key Features

  • Authentication – Secure user authentication with support for external user management systems.
  • Entities – Create, update, delete, and manage content such as posts, products, or other user-generated items.
  • Comments – Full-featured comment system with replies, voting, and user mentions.
  • Voting System – Upvote/downvote functionality for both entities and comments.
  • Entity Lists – Fetch and display dynamic feeds with various filtering and sorting options.
  • Lists – Enable users to create collections of entities, including nested sublists.
  • Reporting – Allow users to report inappropriate content, enhancing moderation.
  • App Notifications – Generate in-app notifications for key user actions.
  • Follows – Establish follow relationships between users to build social connections.

Why Use Replyke Core?

Replyke Core eliminates the complexity of building essential social features from scratch. Instead of developing authentication, feeds, comments, and notifications independently, developers can leverage Replyke’s streamlined API and prebuilt functionality, saving time and ensuring best practices in security and performance.

Installation

Install the package via NPM:

npm install @replyke/core

Documentation

Full documentation, including API references and integration guides, is available at Replyke Documentation.

License

Replyke Core is licensed under the Apache 2.0 License.