whatisgithub

What is telestudy?

eranshir/telestudy — explained in plain English

Analysis updated 2026-05-18

6HTMLAudience · generalComplexity · 2/5Setup · easy

In one sentence

A Claude Code skill that turns any book, PDF, or article into an interactive HTML study guide with a zoomable depth control and an ideas dependency graph.

Mindmap

mindmap
  root((Telestudy))
    What it does
      Study guides
      Idea graphs
      Zoomable depth
    Tech stack
      HTML
      JavaScript
      Python
      Claude Code
    Use cases
      Book summaries
      Library building
    Audience
      Readers
      Lifelong learners

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Turn a long non-fiction book into a study guide you can skim in minutes or explore in depth idea by idea.

USE CASE 2

See how a book's core arguments connect to each other through an interactive dependency graph.

USE CASE 3

Generate study guides for an entire personal library of books or PDFs in one batch.

What is it built with?

HTMLJavaScriptPythonClaude Code

How does it compare?

eranshir/telestudyabderazak-py/retro-homepageacoyfellow/zero-cloudflare-hello
Stars666
LanguageHTMLHTMLHTML
Setup difficultyeasyeasyeasy
Complexity2/52/52/5
Audiencegeneralops devopsdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Requires Claude Code installed to run the skill.

The README does not state a license, so reuse permissions are unclear without asking the author.

So what is it?

Telestudy is a skill for Claude Code, the AI coding assistant, that turns a book, PDF, paper, or article into a single interactive HTML study guide. The idea behind it is that most non-fiction books contain only a handful of genuinely new ideas, stretched across hundreds of pages of anecdotes and examples, and Telestudy tries to surface those core ideas without forcing you to read the whole book to find them. Each guide lets you choose how deep to go. You can skim every key idea as a single sentence and get the gist of a whole book in a couple of minutes, expand any idea to see the book's own examples and numbers behind it, dig deeper into evidence and counterarguments for the ideas you care about most, or jump straight to the original chapter, either through an Apple Books link or the source URL. The guide the author considers most useful is an interactive graph showing which ideas depend on which, so you can see how a book's argument is actually built rather than just its table of contents. Under the hood, each guide is a plain HTML file paired with a JSON block describing the book's ideas and how they connect, rendered by one shared set of CSS and JavaScript files with no build step and no external network calls, so guides keep working indefinitely. The author reports generating guides for 75 non-fiction books in one evening by running many agents in parallel, each one grounded in the actual text of its book and checked by a validator that rejects disconnected ideas, invented chapters, or quotes that run too long. To use it, you clone the repository and symlink it into your Claude Code skills folder, then invoke it in a session by pointing it at a file or a book title. The project has 6 stars, and the README does not state a license, so anyone wanting to reuse the code should check with the author first.

Copy-paste prompts

Prompt 1
Help me install Telestudy as a Claude Code skill and point it at a PDF I have downloaded.
Prompt 2
Walk me through running /telestudy on a book from my Apple Books library.
Prompt 3
Explain how the ideas dependency graph in a Telestudy guide is structured and validated.
Prompt 4
Show me how to run Telestudy across an entire folder of PDFs to build a study guide library.

Frequently asked questions

What is telestudy?

A Claude Code skill that turns any book, PDF, or article into an interactive HTML study guide with a zoomable depth control and an ideas dependency graph.

What language is telestudy written in?

Mainly HTML. The stack also includes HTML, JavaScript, Python.

What license does telestudy use?

The README does not state a license, so reuse permissions are unclear without asking the author.

How hard is telestudy to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is telestudy for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.