Note: This package is designed for React applications. It provides seamless integration with React projects, including optimized hooks and components. It includes
@replyke/core
under the hood, so you do not need to install it separately.
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.
- 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.
- Feeds – 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.
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.
Install the package via NPM:
npm install @replyke/core
Full documentation, including API references and integration guides, is available at Replyke Documentation.
Replyke Core is licensed under the Apache 2.0 License.