Find the right SaaS, API, or library — before you waste days on integration.
curl -sL trystk.dev/i | sh
/find-solution in Claude CodeA plain prompt gives you a generic list. This skill:
$ /find-solution email API with templates
I understand you need: an email API with template support
Use case: sending templated emails from your app
Looking for: email API solutions with built-in templates
Is this correct?
> yes, transactional emails like order confirmations
Questions:
1. Expected volume? (emails/month)
2. MVP or production?
3. Hard constraints? (compliance, self-hosted, etc.)
> ~5k/mo, MVP, no constraints
Scanning stack...
Your stack: TypeScript + React + Supabase
Comparison: Email API
Weighted for: MVP (DX prioritized)
| Service | Free Tier | Price | SDK | Score |
|---|---|---|---|---|
| Resend | 3,000/mo | $20/mo | JS, Py | 9/10 |
| Postmark | 100/mo | $15/mo | JS, Py | 8/10 |
| SendGrid | 100/day | $15/mo | JS, Py | 7/10 |
Recommendation: Resend
Native TS SDK, generous free tier, excellent docs.
Quick start: npm install resend
curl -sL trystk.dev/i | sh
Or manually:
mkdir -p ~/.claude/skills/find-solution
curl -sL https://raw.githubusercontent.com/get-trystk/find-solution/main/SKILL.md \
> ~/.claude/skills/find-solution/SKILL.md