# Project export: Credify.ai

This document was generated by HackStack to give an AI agent context about a hackathon project. Sections are labeled with their provenance; content marked as truncated was cut to keep this document small.

## Project metadata

- Hackathon: Cal Hacks 12.0
- Tagline: Fact-check Reddit news instantly: Credify cross-references 1000s of articles from trustworthy sources in <3 sec, delivers 0-1 credibility scores + flags. Stop spreading misinformation, start verifying
- Devpost: https://devpost.com/software/credify-ai
- GitHub: not linked
- Video: https://www.youtube.com/embed/MvvWzX-fLfc?enablejsapi=1&hl=en_US&rel=0&start=&version=3&wmode=transparent
- Team: contributor stats unavailable

## Devpost submission (written by the team)

### Inspiration

Fake news during wars, elections, and crises affects millions of lives, swaying public opinion, fueling conflicts, and eroding institutional trust. From Ukraine to COVID-19, false narratives spread faster than facts with devastating real-world consequences. We were motivated to battle this and fight for the truth, ugly or not. Personally, as an avid Reddit user, I was frustrated by endless debates where everything felt clouded and confusing. In the age of AI and digital overload, at times everything feels like a lie. We built Credify.ai to standardize credibility checking, giving people a fighting chance to distinguish fact from fiction before they engage. ABOUT CREDIFY.AI is a Chrome extension that fact-checks Reddit posts in real-time. With a convenient UI injection in the reddit DOM, the user just clicks the "Credify Post" button and they get: Credibility Score (0-10): Quantified trustworthiness based on thousands of archives/keyword search Smart Summary Flags: "heated debate", "insufficient sources", "biased coverage", etc. Evidence-Based Analysis: 2-3 sentence explanation with supporting evidence Multi-agent architecture with four microservices: News-API Search Agent - Queries Article Search API, returns relevant articles LLM Scoring Agent - GPT o4-Mini analyzes credibility, outputs structured data Gateway Agent - Orchestrates communication, exposes REST API Chrome Extension - Uses MutationObserver to inject buttons into Reddit's Shadow DOM, calls the gateway via Axios, and displays results in a polished modal/dashboard. CHALLENGES We faced a lot of bumps in the road, and are definitely proud to have gotten through it at the end Reddit's Shadow DOM: Dynamic and complex web components required sophisticated injection strategies Multi-agent coordination: Error handling and timeout management across three services Real-time Concern: Balancing comprehensive analysis within reasonable time and good accuracy scores OUR ACCOMPLISHMENTS Built a working multi-agent system from scratch in 48 hours Integrated News API's, OpenAI, and Chrome APIs seamlessly Modular design allows easy expansion to Bloomberg, AP, Reuters Beautiful UX with robust error handling and graceful fallbacks WHAT'S NEXT FOR CREDIFY Short-term: X support, local caching, add compatibility to more browsers 6 months: AWS deployment, expand to Bloomberg/AP/Reuters, user reporting, analytics dashboard 1 year+: Mobile apps, community-contributed fact-checks, broaders searches, and less compute times, enterprise API, multi-language support, real-time claim tracking Our focus is to create as much impact as possible and hand people the strongest weapon of all, TRUTH!

## README (from the GitHub repository)

No README available.

## Detected evidence (automated analysis)

No repository was indexed for this project. Claimed technologies below could not be checked against code.
- Python (language) — claimed on Devpost, not found in the code
- React (technology) — claimed on Devpost, not found in the code

## Codebase structure

No repository index available.

## Key source files

No repository index available; no source files included.