Remarq

I was too lazy to comment on my professor’s videos. So I built an AI Chrome extension to do it for me.

The story

Built for a Prompt Engineering for GenAI course at Northeastern University where daily comments on the professor’s posts counted toward the final grade. Instead of commenting manually, built a Chrome extension that reads page context and generates contextually relevant comments using Claude AI.

What it does

Tone options: Thoughtful, Enthusiastic, Professional, Concise, Curious

No API key required — just install and use. Limited to 10 comments per day.

Tech stack

Architecture

Chrome Extension → Railway Backend (private) → Anthropic Claude API

The backend is intentionally kept in a private repository. The extension communicates with a hosted backend endpoint — no API keys are needed on the client side.

Prompt engineering decisions

What I learned

Installation

This extension is available on the Chrome Web Store: [link coming soon]

To run locally you will need access to the backend — the hosted endpoint is rate limited and intended for personal use.

License

MIT