# Toread

> A cloud read-it-later library. Every saved web page, PDF and YouTube video was fetched once,
> segmented into paragraphs, summarised, classified and translated into the reader’s language,
> and is kept as Markdown — which is what every link below returns.

Each item links to one Markdown document: YAML frontmatter (title, source URL, category, tags,
saved date), a summary with key points, then the full text. Where a source was translated, the
link returns the translation; append `?view=original` for the source language, or
`?view=normalised` for a PDF’s repaired text. The same document is served by an item’s own
`/read/{id}` page when the request’s `Accept` header prefers `text/markdown`.

## Library

Libraries are per account, and this request carried no session. Sign in at `/login` (an
emailed code) and repeat the request with that session cookie to see the account’s items
listed here, one link per item.

## Optional

- [Sitemap](https://toread.app/sitemap.xml): every readable page
