Skip to content

get-trystk/find-solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Trystk — /find-solution

AI-powered tool that finds, compares, and recommends the right SaaS/API/library for your task. Works as a Claude Code skill.

Install

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

Usage

In Claude Code:

/find-solution email API with templates, budget under $50/mo

The agent will:

  1. Scan your project stack (package.json, etc.)
  2. Search for matching services
  3. Fetch pricing and feature data
  4. Present a comparison table
  5. Recommend the best fit

Example Output

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.

How It Works

  • 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

Links

About

AI-powered tool that finds, compares, and recommends the right SaaS/API/library for your project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors