Inspiration

Every day, millions of people turn to the internet for health advice — and millions are misled.
From “miracle fruit diets” to “detox cures,” online misinformation often disguises itself as medical truth. A close family member begins following a fruit-only diet after reading online that it can cure hypertension. Within weeks, he experiences severe muscle and body mass loss, becoming weak and malnourished. When we try to intervene, he says the same words many others repeat every day:

“It’s on the internet — it must be true.”

That moment changes everything. It shows how easy it is for people to mistake information for truth — and how digital misinformation can harm just as much as a wrong diagnosis.

I realize that even though we live in the most connected era in history, access to information is not the same as access to truth. Most people don’t know how to fact-check health advice online because lateral reading — opening multiple sources, comparing evidence, and verifying authors — is time-consuming and requires specific skills.

I want to create something that makes verification effortless — a way for anyone to know what’s true, instantly.

That idea becomes VeriCura.
The name comes from two Latin roots:

  • Veritastruth
  • Curacare or healing

Together, they form VeriCura — “The Cure of Truth.”

The name perfectly reflects the mission: to make truth itself a form of healthcare.
VeriCura represents the belief that accuracy is care and verification is healing. It’s not just about identifying falsehoods — it’s about protecting people with the power of verified knowledge.
In an age where misinformation spreads faster than medicine, VeriCura stands for one simple idea:

Healthcare begins with truth.


What It Does

VeriCura is a Chrome extension that analyzes online health articles for credibility in real time. It helps users distinguish between trustworthy medical information and potentially misleading claims — directly from their browser, in just one click.

When a user opens a health-related webpage and activates the extension, VeriCura performs a full multi-layered scan:

1. Heuristic Scanning (Local Analysis)

VeriCura first evaluates the page using built-in heuristics. It checks:

  • The presence of medical authorship or “Medically reviewed by” indicators
  • The source domain’s credibility (e.g., NIH, CDC, WHO, Mayo Clinic, or peer-reviewed sites)
  • The use of risky or exaggerated language, such as “miracle cure,” “instant results,” or “doctors don’t want you to know”
  • Commercial bias, detecting promotional or affiliate product links
  • Mentions of medical disclaimers, like “consult your doctor”

This stage generates a heuristic credibility score based on content structure, tone, and domain reputation.

2. AI-Powered Verification (Deep Analysis)

Once the heuristic analysis is complete, the page content is securely summarized and sent to OpenAI’s model for deeper evaluation.

The AI:

  • Reads the full text of the webpage and extracts key health claims
  • Cross-checks these claims against verified public health sources (CDC, NIH, WHO, Mayo Clinic)
  • Rates the evidence strength for each claim
  • Suggests reputable links for users to verify the information themselves

The AI then refines the final score and returns structured results in JSON format, which VeriCura translates into clear, human-readable verdicts.

3. Dynamic Scoring and Verdict System

The final credibility score is displayed instantly within the popup:

  • Credible (90–100)
  • 👍 Looks Credible (80–89)
  • ⚠️ Be Cautious (51–79)
  • 🚫 Misleading (≤50)

The popup also highlights why a page received that score — showing detected issues like missing sources, risky phrases, or lack of authorship transparency.

4. Evidence and Education

VeriCura doesn’t just flag problems — it teaches users how to verify facts responsibly.
For each scanned page, it provides:

  • Official evidence links from the CDC, NIH, Mayo Clinic, or WHO
  • Explanations of why the claim may be risky or valid
  • Guidance on how to approach similar content in the future

By automating fact-checking and surfacing credible evidence, VeriCura transforms how people consume health information. It turns misinformation from a passive risk into an active learning experience, empowering users to make safe, informed decisions about their health.

In a world where misinformation spreads faster than medicine, VeriCura makes truth accessible — one click at a time.


How We Built It

VeriCura is built using Vanilla JavaScript, HTML5, and CSS3 for a lightweight, efficient design.
It consists of three main components:

  1. Content Script: Extracts webpage text, metadata, and links.
  2. Heuristic Analyzer: Evaluates language, author presence, domain credibility, and references.
  3. AI Integration: Connects to OpenAI’s API to analyze health claims and verify them against trusted sources.

The Chrome Extensions API enables seamless communication between the popup, background worker, and content script, ensuring real-time analysis.

To combine both analytical approaches, we use the equation:

[ S_{final} = \alpha S_{heuristic} + (1 - \alpha) S_{AI} ]

where ( S_{heuristic} ) represents the rule-based credibility score and ( S_{AI} ) is the AI-refined score.

The UI features smooth animations, soft gradients, and color-coded feedback for a clean, intuitive user experience — inspired by Apple Health’s design language.


Challenges We Ran Into

  • Managing API inconsistencies and ensuring valid JSON responses from xAI.
  • Balancing speed and accuracy — analyzing large webpages without slowing down performance.
  • Designing an unbiased credibility system that distinguishes misinformation from incomplete content without penalizing cultural or alternative perspectives.
  • Simplifying complex medical reasoning into a single, understandable score for everyday users.

Accomplishments That We're Proud Of

  • Built a fully functional Chrome extension capable of real-time misinformation detection.
  • Successfully integrated AI reasoning (OpenAI) with heuristic analysis.
  • Designed a minimalist, polished UI with dynamic color-coded verdicts.
  • Developed a tool that genuinely promotes digital health literacy and safeguards users from medical misinformation.
  • Created a project that merges ethics, empathy, and engineering to serve a global public need.

Technologies Used

Category Technologies / Tools Purpose / Description
Frontend Vanilla JavaScript Core extension logic and DOM parsing for real-time analysis
HTML5 / CSS3 Modern, minimalist popup interface with color-coded verdicts
Motion.js Smooth animations and micro-interactions for enhanced UX
AI & Verification xAI API Deep reasoning on medical claims and evidence-based verification
Heuristic Scoring Engine Rule-based credibility evaluation using linguistic and source analysis
JSON Parsing Layer Handles structured AI responses and integrates with the UI
Build & Development Chrome Extensions API Secure communication between popup, background, and content scripts
Manifest v3 Enhanced browser security and modular extension architecture
ESBuild Fast bundling, optimization, and deployment workflow
Health Data & Evidence CDC / NIH / WHO / Mayo Clinic Databases Trusted sources for medical fact-checking and claim validation
Design & UI Figma (Wireframing) Prototype layout for popup and scoring visualization
Apple-Inspired Design System Focused on clarity, balance, and simplicity
Security & Privacy Local Heuristic Analysis Ensures basic scoring can occur offline for user privacy
Mathematical Model Weighted Scoring Formula ( S_{final} = \alpha S_{heuristic} + (1 - \alpha) S_{AI} ) — combines heuristic and AI scores

What We Learned

Learned that detecting truth requires more than algorithms — it requires empathy.
Discovered how UX, design, and AI ethics intersect in public health contexts.
Learned to explain complex AI-driven decisions in a way that builds user trust.

Ultimately, VeriCura teaches us that technology can be a force for truth, safety, and care — that healthcare begins not with data, but with understanding.


What's Next for VeriCura

  • 🌍 Multilingual Support: Expand analysis to multiple languages and cultural contexts.
  • 🧠 Offline Heuristic Mode: Local credibility scanning for privacy-first users.
  • 🧾 Fact-Check Reports: Export AI credibility reports for journalists and educators.
  • 🧩 Search Engine Integration: Display credibility indicators directly in Google results.
  • 🤝 Partnerships: Collaborate with health organizations to refine scoring and expand verified data sources.

VeriCura isn’t just a Chrome extension — it’s a movement to rebuild trust in digital healthcare.
Because no matter how advanced technology becomes,

Healthcare always begins with truth.


Discord: singh_89223

Built With

Share this project:

Updates