Create books on any topic with ChatGPT
This weekend wanted to try out the streaming ChatGPT API. As test project, created a simple website, which allows you to create whole books by providing just the title (with optional extra instructions). Given the title of the book, table of contents, chapters and sections with text content are generated. All books are listed on the home page, sorted into topic categories. As a bonus, when reading a specific section of a chapter, you can use the chat interface to ask for clarifications, request more content, list relevant topics, etc. The system does quite well with knowledge based books…
In plain words
This website generates complete books using ChatGPT by accepting only a title and optional instructions. The system automatically creates a table of contents, chapters, and sections with text content, which are organized by topic on the homepage. Readers can ask follow-up questions about specific sections through a built-in chat interface to request clarifications, additional content, or related topics. The tool works well for knowledge-based books like history but requires more prompt adjustments for literary works.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
This weekend wanted to try out the streaming ChatGPT API. As test project, created a simple website, which allows you to create whole books by providing just the title (with optional extra instructions). Given the title of the book, table of contents, chapters and sections with text content are generated. All books are listed on the home page, sorted into topic categories. As a bonus, when reading a specific section of a chapter, you can use the chat interface to ask for clarifications, request more content, list relevant topics, etc. The system does quite well with knowledge based books (history for example) and not so good with literature, where more prompt tweaking is needed. What books would you create? # Examples: The Bible https://the-bible.yo.link Child Psychology for Parents https://child-psychology-for-parents.yo.link ChatGPT: A step towards Artificial General Intelligence https://chatgpt-a-step-towards-agi.yo.link The World History from a global point of view https://the-world-history.yo.link The History of Ukraine https://the-history-of-ukraine.yo.link Art of War: A modern perspective https://art-of-war-a-modern-perspective.yo.link Kamasutra: A modern perspective https://kamasutra-a-modern-perspective.yo.link
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Launched alongside, August 2023
the whole month →



Lottielab▲871Create and ship lottie animations to sites and apps faster
Dev tools · 2023 · lottielab.com
- LC
Outlines is a Python library that focuses on text generation with large language models. Brandon and I are not LLM experts and started the project a few months ago because we wanted to understand better how the generation process works. Our original background is probabilistic, relational and symbolic programming. Recently we came up with a fast way to generate text that matches a regex (https://blog.normalcomputing.ai/posts/2023-07-27-regex-guide...). The basic idea is simple: regular expressions have an equivalent Deterministic-Finite Automaton (DFA) representation. We…
AI · 2023 · github.com