Chrome Extension · v1.4

Research at the speed of reading

TinyWorks Research turns any page you read into a structured research card — summary, key points, entities, and citation — without leaving the tab.

No account required · Works offline after capture

Browser contentResearch card
react.dev/blog/server-components

Understanding React Server Components

Words
2,840
Read
11 min
Selected
3 ¶

Boilerplate, navigation, and ads are discarded before the model ever sees the page.

Research card

Understanding React Server Components

RSC moves rendering and data access to the server, cutting client JavaScript without giving up composition.

  • Server Components render on the server and stream HTML to the client.
  • Client bundles shrink because component code never ships to the browser.
  • Data fetching moves next to the component that needs it.
React 19RSCStreamingBundle size
Source citedSaved to library

Capabilities

Built for people who read for a living

Every feature exists to shorten the path from source material to usable knowledge.

Selection-aware capture

Capture the whole article or just the passage you highlighted. Layout, ads, and navigation are stripped out.

Structured summaries

Every card gets a one-line thesis, key points, and open questions — never a wall of paraphrase.

Entity extraction

People, papers, libraries, and metrics are pulled out and linked across your library.

Clean Markdown export

Copy or sync to Obsidian, Notion, and plain files with front matter and source URLs intact.

Semantic search

Search what you meant, not what you typed. Results resolve to the exact paragraph you saveped.

Local-first storage

Cards live on your machine by default. Sync is opt-in, per workspace, and end-to-end encrypted.

Workflow

Three keystrokes, start to archive

Designed to disappear into your reading, not interrupt it.

  1. 01⌘ ⇧ K

    Trigger from the page

    Press the shortcut or click the toolbar icon. Research reads the article in place — no new tab, no copy-paste.

  2. 02Tab to edit

    Review the card

    The card appears in a side panel with the summary, points, and tags. Edit anything before it is stored.

  3. 03⌘ Enter

    Send it where you work

    Save to your library, or push Markdown straight into Obsidian, Notion, or a file in your repo.

Output

Portable by default, not locked in a panel

Cards are plain Markdown with front matter. Read them in any editor, diff them in Git, and keep them long after you stop using Research.

Formats
Markdown, JSON, plain text
Destinations
Local library, Obsidian, Notion, filesystem
Metadata
Source URL, timestamp, author, reading time
Storage
IndexedDB, opt-in encrypted sync
server-components.mdMarkdown
---
title: Understanding React Server Components
source: https://react.dev/blog/server-components
saved: 2026-08-01T09:24:00Z
tags: [react-19, rsc, streaming]
---

## Thesis
RSC moves rendering and data access to the server,
cutting client JavaScript without losing composition.

## Key points
- Server Components stream HTML to the client.
- Component code never ships to the browser.
- Data fetching lives beside the component.

## Open questions
- How does caching interact with streaming boundaries?

FAQ

Details that matter

Straight answers about scope, privacy, and portability.

Which browsers are supported?
Chrome, Edge, Arc, and Brave — anything on Chromium 120 or newer. A Firefox build is in review.
Does my page content leave the device?
Only the text you save is sent for summarization, over TLS, and it is never retained for training. Cards themselves are stored locally.
Can I use my own model or API key?
Yes. Bring your own key for OpenAI, Anthropic, or any OpenAI-compatible endpoint, including a local one.
What happens to paywalled or logged-in pages?
Research reads the rendered DOM you already have access to, so anything you can read in the tab can be captured.
Is there a free tier?
Unlimited local research cards are free. Pro adds encrypted sync, semantic search across the full library, and integrations.
Can I export everything and leave?
One click exports the whole library as Markdown files in a folder structure. No migration tooling needed.

Install TinyWorks Research

Add it to Chrome, read something worth keeping, and press the shortcut. That is the entire onboarding.

Free for unlimited local research cards · Pro from $6/mo