Bklieger/infinite-bookshelf ? reverse-engineered prompt
Reverse engineered prompt
Build me a Streamlit app where I can type a simple book idea and instantly generate a full book around it using Groq and Llama.
I want it to feel like an actual bookshelf, with a clean reading view, nicely formatted markdown, chapters, headings, tables, and code blocks when the topic needs them. It should generate the book in sections so it feels fast, and it’s okay if you use one model for the outline and another for the chapter text to keep it quick and good enough.
I’d like to be able to change the prompt and regenerate the whole book, and to download the finished result as a text file or PDF. If you can, show basic generation stats while it runs, and make the app easy to run locally with an API key for Groq. Use sensible defaults for nonfiction topics like tech, learning, and tutorials, and keep the interface simple so someone non technical can use it right away. If you need current Groq or Streamlit docs, look them up online.
Are you gonna build this?
make sure you review the code using coderabbit