Code Compass is a lightweight browser extension that helps you understand highlighted code snippets instantly.
code-compass/
├── backend/ ← Vercel serverless function
│ ├── index.js
│ ├── package.json
│ └── vercel.json
└── frontend/ ← Chrome extension
├── manifest.json
├── icons/
└── src/
├── background/
├── content/
├── options/
└── shared/