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

Non-developer builds Sleep Sound Mixer web app using Claude AI
A user with no coding background used Claude AI to build a fully functional Sleep Sound Mixer web app in one session. The app allows mixing six ambient sounds with individual volume controls through a clean, minimal browser interface.

Developer Considers Switching from DeepSeek to Grok for Finance AI Agent
A developer building a finance AI web app in FastAPI/Python reports DeepSeek V3.2 Reasoning has 70s TTFT and ~25 t/s output speed, making streaming feel terrible. They're considering Grok 4.1 Fast Reasoning with ~15s TTFT and ~75 t/s output.

Building a deterministic job-intel pipeline with OpenClaw assist
A developer built findmejobs, a Python pipeline for job hunting operations that uses OpenClaw only for profile bootstrap and sanitized review/drafting, with deterministic ranking and rerunnable stages.

Automating a Daily AI News Podcast with Claude Code and Three AI Agents
A developer built a fully automated podcast pipeline using Claude Code to orchestrate three specialized AI agents that curate AI news, write narration scripts, fact-check content, and generate audio with voice cloning. The system publishes daily episodes with minimal manual intervention.