Your First Capture
Once the extension is installed and your BYOK keys are configured, you are ready to capture your first piece of knowledge.
Capture an Articleβ
- Navigate to any article or blog post in Chrome.
- Click the Nexus icon in the toolbar.
- Click the "Capture" button in the popup.
- The extension will:
- Scrape the main article text from the page.
- Call your LLM API to generate a summary and extract entities (people, tools, concepts).
- Save the node to your Supabase database.
- Generate a text embedding and auto-link it to related existing nodes.
The popup displays a progress indicator with the current step (e.g., "Extracting contentβ¦", "Processing with AIβ¦", "Saving to databaseβ¦").
Capture a YouTube Videoβ
- Navigate to any YouTube video that has captions enabled.
- Click the Nexus icon and then "Capture".
- The extension extracts the video transcript from the page, then processes it the same way as an article.
If a YouTube video has no captions, the extension will display an error: "No transcript available to capture." This is expected β the video cannot be processed without text content.
View Your Capture in the Dashboardβ
After a successful capture:
- Open the web dashboard.
- Your new node appears at the top of the Feed list on the left panel.
- If it shares semantic similarity with any existing nodes (cosine similarity > 0.8), edges are automatically created and visible in the Graph tab.
The Capture Counterβ
The extension popup header shows a daily capture count badge (e.g., "3 today"). This resets at midnight local time.
Capture Historyβ
The extension popup also shows a short list of your recent captures with their titles. Clicking on a history item does not navigate anywhere β it's a quick reference for what you've captured.