Skip to content

siwonnn/article-prism

Folders and files

NameName
Last commit message
Last commit date

Latest commit

09cc724 · · Jun 4, 2026

History

20 Commits
May 31, 2026
May 30, 2026
Jun 3, 2026
Jun 4, 2026
Jun 3, 2026
May 30, 2026
May 30, 2026
Jun 4, 2026
May 30, 2026
May 30, 2026
May 30, 2026
Jun 4, 2026
Jun 4, 2026
May 30, 2026
May 31, 2026
May 30, 2026

Repository files navigation

Article Prism

Article Prism is an app that helps you fully understand any article with detailed analysis, key vocabularies and its meanings, and a comparison with relevant articles. I built this app because in my English class, I found that reading relevant articles help understand an article and the context deeply. This app does that automatically for you, and it guides you to have balanced perspectives.
View Demo

Screenshots

Analysis


Relevant Articles


Deep Dive


Try it out yourself with this article!

Tech Stack

  • Next.js 16
  • Typescript
  • Tailwind CSS, shadcn/ui
  • Gemini API
  • Jina Reader API
  • exa-js
  • react-markdown

How it works

  1. Paste in an Article URL
  2. The app fetches the article's content and analyzes it
  3. Get a detailed analysis including main claim, evidences, assumptions, logical structure, framing, rhetorical moves, etc.
  4. Understand it better with vocabulary help
  5. View relevant articles and their explanations, with a deep dive feature offering key differences, shared ground, unique contribution, etc.

AI use

Github Copilot and Claude was partly used in the making of this app. I used it for app design help - writing boilerplate UI code like component structure and layouts and asking for design advices, as well as fixing bugs whenever I can't figure it out by myself.