AI-powered tool that finds, compares, and recommends the right SaaS/API/library for your task. Works as a Claude Code skill.
curl -sL trystk.dev/i | shOr 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.mdIn Claude Code:
/find-solution email API with templates, budget under $50/mo
The agent will:
- Scan your project stack (package.json, etc.)
- Search for matching services
- Fetch pricing and feature data
- Present a comparison table
- Recommend the best fit
Your stack: TypeScript + React + Supabase
| 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 — best DX, native TS SDK, generous free tier.
- Reads your project files to understand your stack
- Uses web search for current pricing and features
- Fetches actual documentation — no hallucinated data
- Scores based on: SDK compatibility, free tier, feature match, DX, pricing
- Website: trystk.dev
- Concept: IDEA.md