Create your own Living Books for the Quarex community
Use the Quarex Seed Creator to generate a quarex seed, then expand it using an AI assistant (ChatGPT, Claude, etc.).
Paste your seed into ChatGPT, Claude, or another AI. The seed contains the instructions below:
Please expand this Quarex book seed into a complete book. Create as many chapters as necessary to cover the subject matter thoroughly.
Within each chapter:
{
"name": "Your Quarex Title",
"created_by": "Your Name and/or AI Assistant",
"chapters": [
{
"name": "Chapter Name",
"topics": [
"What is the main concept?",
"How does this work in practice?",
"Why is this important?",
"What are common misconceptions?"
],
"tags": []
}
]
}
| Field | Description |
|---|---|
name |
Quarex title - a focused subject area |
created_by |
Author name(s) and/or AI assistant used |
chapters |
Array of chapters within this book |
chapters[].name |
Chapter title - a specific aspect of the book topic |
chapters[].topics |
Array of 4-8 topic strings - clickable questions users can explore |
Write topics as questions that spark curiosity:
Each chapter should cover a distinct aspect:
Do not add tags, tags will be generated by Quarex after submission.
Include all contributors in created_by:
Once your book JSON is complete:
your-book-name.json (lowercase, hyphens for spaces)Your book will be reviewed and added to the Quarex library!