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.
Quick Start Guide
This guide will have you up and running with Replyke comment components in under 5 minutes.Before You Begin
- ✅ Node.js 18+ installed
- ✅ A React, React Native, or Expo project
- ✅ A Replyke project created
Step 1: Initialize the CLI
Run the init command in your project directory:Answer the prompts:
The CLI creates a
replyke.json configuration file and checks for required dependencies.
Step 2: Install Dependencies (if needed)
- React (Web)
- React Native
- Expo
The CLI will prompt you to install these automatically if they’re missing.
Step 3: Add a Component
- Threaded Comments
Step 4: Set Up ReplykeProvider
Wrap your app (or the relevant section) withReplykeProvider:
- React (Web)
- React Native / Expo
For authentication setup and obtaining
signedToken, see the Authentication guide.Step 5: Use the Component
- Threaded Comments
Complete Example
- Threaded Comments
What Gets Installed
Troubleshooting
Import errors after adding component
Import errors after adding component
Make sure the import path matches your
paths.components in replyke.json:Components not rendering
Components not rendering
- Check that
<ReplykeProvider>wraps the component - Verify
projectIdandsignedTokenare correctly set - Check the browser console for errors
TypeScript errors
TypeScript errors
Ensure your
tsconfig.json includes the components directory:Dark mode not working (Tailwind)
Dark mode not working (Tailwind)
Set
darkMode: 'class' in tailwind.config.js and add a dark class to a parent element:Next Steps
Props API
Learn about available props and options
File Structure
Understand the installed file organization
Customization
Customize colors, layout, and functionality
Styling Variants
Inline styles vs Tailwind CSS

