Are.na Exporter

A client-side web tool to sync your Are.na channels and export blocks as CSV, JSON, or SQLite. Everything runs in your browser with no backend.

Tags

are.na, indexeddb, sqlite, data export

Are.na Exporter is a browser-based tool for syncing and exporting your Are.na channels. It fetches your channels and blocks via the Are.na API, stores everything locally using IndexedDB, and lets you export as CSV, JSON, or SQLite — all without a backend.

Dashboard view showing synced channels with selection and export controls
Dashboard view showing synced channels with selection and export controls

Use Cases

Are.na doesn't have a built-in bulk export. Are.na Exporter opens up your bookmarked content for workflows that weren't possible before.

🤖

AI-Powered Discovery

Export your bookmarks as CSV or JSON, feed them to an LLM like Claude, and ask it to find similar content online — cutting out the manual search step entirely.

💾

Local Backup

Keep an offline copy of your channels as CSV, JSON, or a queryable SQLite database. Your research archive, independent of any platform.

🔀

Cross-Platform Migration

Move your Are.na blocks into other tools — spreadsheets, databases, custom scripts — by exporting structured data with the fields you actually need.

🔒

Privacy-First

Everything runs in the browser. Your API token stays in localStorage, synced data lives in IndexedDB, and nothing is ever sent to an external server.

How It Works

The workflow is three steps: sync, browse, export. Enter your Are.na user slug and access token, sync your channels (with automatic rate-limit handling and retry), browse blocks in a gallery overlay, then export with configurable field selection and date filtering.

SQLite in the Browser

The SQLite export uses sql.js, a WebAssembly port of SQLite, to generate a valid .sqlite database file entirely client-side — no server needed.

Back to top