Skip to content

ckr-rai73/ClaimSleuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🕵️ ClaimSleuth

An autonomous, 11-vector AI swarm for uncovering deep web financial assets. Powered by the TinyFish Accelerator.

The Problem

Every year, billions of dollars in unclaimed assets, federal pensions, and class-action settlements go unclaimed. This data is heavily fragmented, protected by hostile government WAFs (Web Application Firewalls), and buried inside unstructured, 500-page PDF documents. Traditional static web scrapers fail immediately when confronted with dynamic DOMs or CAPTCHAs.

The Solution

ClaimSleuth is a consumer FinTech platform that deploys a live 11-Vector AI Swarm to autonomously navigate the web on the user's behalf.

Instead of relying on brittle HTML parsers, ClaimSleuth utilizes TinyFish AI Agents combined with a proprietary OSINT (Open Source Intelligence) routing system. The orchestrator fires agents in strategic, rate-limited squads to bypass government timeouts, extract unstructured data from the deep web, and return perfectly formatted JSON payloads to a fault-tolerant React dashboard.

Key Features

  • 11-Vector OSINT Dragnet: Scrapes Class Actions, SEC Fair Funds, PBGC Pensions, Retail Bankruptcies, and Municipal Check registries simultaneously.
  • Batched Concurrency: A highly optimized Node/Express orchestrator that fires agents in "Squads of 3" with micro-cooldowns to prevent DDoS flags and CAPTCHA walls.
  • Fault-Tolerant UI: A React frontend that gracefully isolates agent timeouts without crashing the user's dashboard.
  • Day-1 Revenue Funnel: Converts the extracted JSON payloads into a high-contrast data visualization suite, paired with a scarcity timer and a secure Stripe checkout.

Tech Stack

  • Frontend: React, Tailwind CSS
  • Backend: Node.js, Express
  • Database & Auth: Supabase
  • AI Orchestration: TinyFish API (Veo/Swarm Models)

Running Locally

  1. Clone the repository.
  2. Run npm install in both the /frontend and /backend directories.
  3. Add your TINYFISH_API_KEY and Supabase credentials to the .env file.
  4. Run npm run dev to launch the API Gateway and React dashboard.

About

Autonomous 11-vector AI swarm for the TinyFish Accelerator. Uses batched concurrency & OSINT routing to bypass WAFs and extract unstructured unclaimed assets, pensions, and class actions into a fault-tolerant React dashboard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors