Library
Your library is where every transcript you make while signed in is saved. It's the home for your work — one place to find, edit, and organise transcripts long after you closed the tab you made them in. Anonymous extractions aren't saved; a free account is what turns a one-off download into a library.
Editing keeps the original
You can edit any transcript — fix a name, clean up a passage — and the original is never overwritten. INDXR stores your edits separately from the transcript it produced, so there are two versions: the original and your edited copy. You can switch between them, and reset back to the original at any time.
Collections group related transcripts
A collection is a named folder for transcripts that belong together — one course, one research project. Each transcript can sit in a collection, and the library can filter to show just that collection.
Search finds a transcript by title
Search matches on the transcript's title and its video ID — the string of characters that identifies a YouTube video — not the body text. It's for finding the right transcript quickly, not searching inside them — type a few letters of the title and the list narrows as you go.
Deleting, and how much space you use
Delete a single transcript from its page, or select several in the list and delete them together; both ask you to confirm first. A storage meter on your account page shows how much your saved transcripts add up to, so you can see your library's footprint at a glance.
Sources
- INDXR (own code) — original vs edited stored separately; reset to originalVerified against supabase/migrations/20260630155944_baseline.sql:41,52 (transcript / edited_content); apps/app/src/components/library/TranscriptViewer.tsx:440-443,618-647
- INDXR (own code) — collections, search by title/video_id, single + bulk deleteVerified against supabase/migrations/20260630155944_baseline.sql:64-70 (collections); apps/app/src/app/dashboard/library/page.tsx:79-82; apps/app/src/components/library/TranscriptList.tsx:252-264,355-356
- INDXR (own code) — account-page storage meter (real library_bytes)Verified against apps/app/src/components/dashboard/account/StorageMeterCard.tsx; apps/app/src/app/dashboard/account/page.tsx



