Turn any webpage into beautiful, study-ready Notion pages with one click.
Synthra_clip_edited.mp4
- Extracts clean content using enhanced parsing (no ads or clutter)
- AI-powered content summarization with key points
- Smart term highlighting with explanations
- Multi-tab and URL research for comparing sources
- Formats perfectly for Notion (headings, bullets, code blocks)
- Students saving lecture notes and research
- Developers documenting tutorials and code
- Researchers organizing articles
- Anyone building a knowledge base in Notion
npm run install:allnpm run devcd extension
npm run build- Open
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked" → Select
extension/dist
- Click Synthra icon in Chrome to open the side panel
- Go to Settings tab
- Configure Gemini AI:
- Get your API key from Google AI Studio
- Paste it in the Gemini API Key field
- Click "Save" and test the connection
- Configure Notion (Optional):
- Create integration → Copy token
- Paste token and connect your account
- Select a database to save content to
- Browse to any webpage
- Summarize: Get AI-powered summary with key points
- Highlight: Identify and explain key terms on the page
- Research: Compare multiple tabs or URLs
- Save to Notion: Export summaries and content to your Notion workspace (if configured)
cd backend
pip install -r requirements.txt
uvicorn main:app --reloadOptional: For development, you can create backend/.env with GEMINI_API_KEY=your_key to avoid configuring it in the extension each time. The extension will fall back to environment variables if no API key is configured in settings.