Experidium

Settings

Configure your outreach system

API Keys
Configured via environment variables (.env file)

Groq AI (Llama 3.3 70B)

GROQ_API_KEY

Configured

Resend (Email)

RESEND_API_KEY

Configured

Database

DATABASE_URL

Configured
Email Configuration
Sender identity for outreach emails

Must be verified in Resend. Edit in src/lib/resend.ts to change.

AI Prompt Template
The prompt sent to the AI model for generating cold emails. Use {{placeholders}} for contact data.

Variables: {{firstName}}, {{lastName}}, {{companyName}}, {{position}}, {{companyIndustry}}, {{companySize}}, {{companyDescription}}

Send Pacing
Control sending speed for domain warm-up

Currently fixed at 2 seconds between sends in bulk mode

Resend free tier: 100/day. Start with 5-10 for new domains.