Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.replyke.com/llms.txt

Use this file to discover all available pages before exploring further.

Social Comments

Instagram-style social comment system with hearts/likes, single-level nesting, and clean minimal design.

Key Features

Simple Nesting

Maximum 2 levels: comments and replies. Clean, easy-to-follow conversations.

Heart/Like System

Positive-only engagement. No downvotes — just likes.

Sorting Options

Top/New/Old sorting built-in. Users can switch on the fly.

Minimal Design

Clean, uncluttered interface perfect for mobile and visual content.

@ Mentions

Tag other users with autocomplete suggestions.

Real-Time Updates

Automatic updates when new comments arrive.

Use Cases

Perfect for:
  • Social media platforms
  • Photo/video sharing apps
  • Content creator platforms
  • Mobile-first experiences
  • Quick social interactions
  • Brand engagement
Not ideal for:
  • Deep technical discussions (use Threaded Comments instead)
  • Platforms that need voting/scoring
  • Content requiring complex threading

Platform Support

PlatformStatus
React (Web)✅ Fully supported
React Native✅ Fully supported
Expo✅ Fully supported

Styling Variants

Uses Tailwind utility classes. Requires Tailwind CSS (or NativeWind for React Native) installed.Best for projects using Tailwind or design system integration.
Choose your preference during npx @replyke/cli init.

Required Dependencies

React (Web):
{
  "dependencies": {
    "@replyke/react-js": "^7.0.0",
    "@replyke/ui-core-react-js": "^7.0.0"
  }
}
React Native / Expo:
{
  "dependencies": {
    "@replyke/react-native": "^7.0.0",
    "@replyke/ui-core-react-native": "^7.0.0"
  }
}

Next Steps

Installation

Add social comments to your project

Props & API

Learn about available props

File Structure

Understand file organization

Features

Explore all features