How to Capture Your First Article
A practical, step-by-step guide to capturing your first article into Project Nexus.
What You Needβ
- Extension installed and loaded in Chrome (see Installation).
- At least one BYOK API key configured (see BYOK Setup).
- The extension connected to your account (via the Sign In button in the popup).
Stepsβ
1. Find an Article to Captureβ
Open any article page β a blog post, a news article, documentation, or a research paper. The extension works best on pages where the main content is wrapped in an <article> HTML element.
2. Open the Extension Popupβ
Click the Nexus icon in your Chrome toolbar. You will see:
- Your daily capture count.
- A Capture button.
- A short history of your recent captures.
3. Click "Capture"β
Click the Capture button. The popup status indicator will cycle through:
- Extracting contentβ¦ β scraping the article text from the DOM.
- Processing with AIβ¦ β calling your LLM API to generate a summary and extract entities.
- Saving to databaseβ¦ β storing the node and creating vector-similarity edges.
- Done! β β The capture is complete.
4. View in the Dashboardβ
Open the Project Nexus dashboard (http://localhost:3000/dashboard). Your article appears at the top of the Feed with:
- The page title.
- An AI-generated summary.
- Entity tags (people, tools, concepts).
- Timestamp.
Troubleshootingβ
| Problem | Solution |
|---|---|
| "Not authenticated" error | Your session has expired or is disconnected. Click Sign In in the extension popup to reconnect. |
| "No content extracted" | The page may not have a standard <article> element. Try a different article. |
| Capture button is greyed out | Check that your API key is configured and you are signed in to the extension. |
| AI processing error | Verify your API key is valid and has sufficient quota. |