Tauri v2 desktop browser with AI-powered fact-checking, source reputation scoring (100+ domains), and accuracy-ranked search. Deploys verification-api and search-api to Cloudflare Workers backed by D1. - Rust backend: Ollama AI client, claim extraction/verification pipeline, domain reputation database, weighted scoring (0.4*source + 0.6*claims) - React frontend: tabs, navigation, verification sidebar with accuracy ring, source category/bias display, claim-level reasoning and verdicts - Cloudflare Workers: verification-api (D1 + Hono), search-api with accuracy re-ranking (0.4*Relevance + 0.3*Accuracy + 0.2*Source + 0.1*Fresh) - 60+ seeded domains: academic, journals, government, wire services, news, fact-checkers, tech docs, social media, low-credibility sources Accurate info. Period. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
19 lines
366 B
JSON
19 lines
366 B
JSON
{
|
|
"name": "@blackroad/search-api",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "wrangler dev",
|
|
"deploy": "wrangler deploy",
|
|
"types": "wrangler types"
|
|
},
|
|
"dependencies": {
|
|
"hono": "^4.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "^4.20250124.0",
|
|
"wrangler": "^4.4.0",
|
|
"typescript": "^5.7.0"
|
|
}
|
|
}
|