Note Polish turns messy notes into a clean, one page study sheet you can actually review. Upload a screenshot or paste text, pick a style, and generate a print ready summary in seconds.
Demo Video: YouTube link
Before and after example (heart notes):

Pick from 1 to 5 styles to customize the output:

Accessibility Settings: Large text + spacing, bold text, high contrast, and reduced motion.

- Next.js (TypeScript)
- Tailwind + shadcn/ui
- MongoDB (local via Docker)
- OpenAI API
- Create your local env file with OpenAI key:
bash ./setup_local.sh sk-your-openai-keyOptional: Write your OpenAI key in .env.local manually:
bash ./setup_local.sh- Start everything:
bash ./run_local.shOpen:
Your .env.local should include:
OPENAI_API_KEY=your_key_here
MONGODB_URI=mongodb://127.0.0.1:27077
MONGODB_DB=note_polish| Version | Date | Notes |
|---|---|---|
| 0.1.0 | 2025-12-17 | Launch: paste or upload notes and generate a clean one page study sheet. Playground with 5 style presets (including exam or cheat sheet focused formats). Preview and download export with saved History. |
| 0.2.0 | 2025-12-26 | Accessibility settings page added. Toggles for large text and spacing, bold text, high contrast, and reduced motion are saved in localStorage and applied globally via html classes. |