Non-developer builds resale scoring tool with Claude and eBay API

How a non-developer built a practical resale scoring tool
A detective without software engineering experience created FlipIQ, a resale scoring tool to help evaluate whether items are worth flipping for passive income. The tool addresses the research grind of checking sold comps, estimating margins, and determining listing viability.
Technical implementation
FlipIQ pulls sold data from the eBay Browse API and feeds it into a Claude-powered scoring layer. The setup is free to run locally using Flask and SQLite. Users need their own eBay API key and Ollama running. There are no paid tiers or subscriptions.
Key features
- Confidence scoring based on real comp data before purchase commitment
- Photo ID feature for snapping items in the wild and getting fast evaluations
- Local Flask/SQLite setup requiring only eBay API key and Ollama
How Claude contributed
The developer's workflow involved describing what they wanted, then having Claude and Codex generate code, followed by review and redirection. The scoring logic is particularly interesting: Claude demonstrates strong reasoning about margin risk when given structured comp data. Instead of simply averaging prices, it flags variance, outliers, and thin markets in a way that mirrors how experienced flippers think.
The developer is asking others about using Claude for domain-specific scoring tools in non-tech fields and how they structure prompts for evaluation logic.
📖 Read the full source: r/ClaudeAI
👀 See Also

Emergency coding setup: Claude Code on OCI free VM with Termux on Android
A developer shares a setup using Oracle Cloud Infrastructure's free VM (24GB RAM, 4 vCPUs) with Claude Code installed, accessed via Termux on Android for emergency coding when a laptop isn't available. The setup requires Claude Pro ($20/month) or Max ($100/month) subscription.

Developer Switches from Cursor to Claude for Unlimited Opus Access
A developer migrated from Cursor to Claude's $100 Max plan to get unlimited Sonnet and Opus usage, finding it more cost-effective than Cursor's $120 monthly expense with credits.

Understanding AI Agent Autonomy in Real-World Applications
Anthropic's recent research analyzes millions of human-agent interactions to measure the autonomy of AI agents like Claude Code in various domains.

OpenClaw Reconciles Garmin Device Worksheet Against Real Activity History
A user fed OpenClaw a stale Garmin app screenshot and a blank worksheet; it fetched real activity history, reconciled each entry, and populated the exact 3-tab spreadsheet support required.