TrustCheck is a lightweight web app that evaluates written content for credibility signals and helps users identify unsupported claims, weak sourcing, and what to verify before relying on it.
- Next.js (App Router)
- React
- TypeScript
- Node.js 20+ (LTS recommended)
- npm 10+
npm installnpm run devOpen:
Build:
npm run buildStart:
npm run startOpen:
No environment variables are required for V1.
Optional:
NEXT_TELEMETRY_DISABLED=1to disable Next.js telemetry in local/CI environments.
- Push this project to GitHub/GitLab/Bitbucket.
- Go to https://vercel.com/new.
- Import the repository.
- Framework preset should auto-detect as Next.js.
- Leave environment variables empty for V1.
- Click Deploy.
After deploy:
- Vercel will provide a production URL.
- Future pushes to your default branch will auto-deploy.
Install CLI:
npm i -g vercelDeploy:
vercelFor production deploy:
vercel --prod- URL extraction supports public text-based webpages.
- Social video URLs are intentionally not supported in V1.
- If URL extraction fails, users can paste text manually and analyze it.