AI-powered outbound sales platform for SMBs. Remes monitors the web for buying signals, finds decision-makers, and generates personalized outreach — automatically.
- Detect signals — Job postings, funding rounds, hiring surges, and product launches
- Find contacts — Match signals to decision-makers with verified emails via Apollo
- Draft outreach — Personalized emails grounded in the exact signal detected
- Framework: Next.js App Router, TypeScript, Tailwind, shadcn/ui
- Auth & Database: Supabase
- AI: Anthropic Claude API
- Data: Apollo API
- Email: Gmail OAuth
cp .env.example .env.local
npm install
npm run devOpen http://localhost:3000.
| Command | Description |
|---|---|
npm run dev |
Start dev server |
npm run build |
Production build |
npm test |
Run tests |
npm run lint |
Lint with ESLint |