Version 3.0 - A better, faster, and cheaper solution than ads to reach your audience.
ReacherX is an AI-powered search engine that helps you find potential customers on X (Twitter) and LinkedIn. Instead of spending money on ads, you can directly reach people who need your product or service right now.
Right now, you can:
- AI keyword suggestions - Describe what you offer, get intelligent search queries
- Multi-platform search - Search X (Twitter) and LinkedIn simultaneously
- Direct outreach - Reply directly to potential customers from the platform
- Smart filtering - AI-powered filtering to surface high-intent opportunities
- Workspace management - Organize searches for different products/services
- Learning system - Upvote/downvote results to improve suggestions over time
ReacherX Home Page
| Traditional Approach | ReacherX Approach |
|---|---|
1. Create ad campaigns2. Set targeting parameters3. Pay for impressions/clicks4. Hope people see and engage5. Wait for conversions |
1. Describe what you offer2. Get AI-generated search queries3. Find people actively expressing need4. Reply directly with solutions5. Build relationships, not just clicks |
- Node.js: 20.0.0 or higher
- Package Manager: pnpm 9.15.4 or higher (npm and yarn not supported)
- Next.js 15 with TypeScript
- Convex (reactive database)
- WorkOS AuthKit for authentication
- shadcn/ui + Tailwind CSS for UI
- Twitter API v2 + LinkedIn API for social search
- OpenAI, xAI (configurable AI providers)
git clone https://github.com/noobships/reacher-x.git
cd reacher-x
pnpm install- Copy
.env.exampleto.env.localand fill in your values:
cp .env.example .env.local-
Edit
.env.localand add your API keys:- Required: Convex URL, WorkOS Client ID, X (Twitter) OAuth credentials, Exa API key, Resend API key, Encryption password
- Recommended: At least one AI provider (OpenAI or xAI) for keyword generation
- Optional: LinkedIn API, SocialAPI, PostHog analytics
-
Set up Convex:
npx convex dev- Start the development server:
pnpm devOpen http://localhost:3000 to see the app.
pnpm dev # Start development server
pnpm build # Build for production
pnpm start # Start production server
pnpm lint # Check for linting issuesThis is an open source project and contributions are welcome! Whether you:
| Find bugs | Have feature ideas | Want to contribute code | Know about AI/ML |
|---|---|---|---|
| Report issues you discover | Suggest new features | Submit pull requests | Share AI expertise |
All skill levels welcome.
| Status | Feature |
|---|---|
✓ |
AI keyword generation working |
✓ |
X (Twitter) search and filtering |
✓ |
LinkedIn search support |
✓ |
Direct reply functionality |
✓ |
Workspace management |
✓ |
AI-powered result filtering |
✓ |
Keyword pinning and reuse |
✓ |
Production deployment on Vercel |
○ |
Enhanced LinkedIn features (planned) |
○ |
Additional social platforms (planned) |
Built by @noobships
MIT License - use it however you want.
Like this project? Give it a ⭐