← Back to Tools

Quarex Seed Instructions

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.).

Step 1: Generate a Seed

  1. Download the Quarex Seed Creator from Quarex.org
  2. Select your quarex context location:
    • Library Type (e.g., Knowledge Libraries, Practical Libraries)
    • Library (e.g., The Sciences, Digital Skills)
    • Shelf (e.g., Physics, Programming)
  3. Enter your Quarex Name and Created By
  4. Choose a seed mode:
    • Bare Bones: Minimal structure for manual completion
    • LLM-Ready: Includes instructions for AI expansion
  5. Click Generate Seed and copy the output

Step 2: Expand with AI

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:

Quarex JSON Example

{
  "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 Definitions

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

Guidelines

1. Topic Phrasing

Write topics as questions that spark curiosity:

Good: "Why do stars shine?"
Avoid: "Stars" or "Stellar physics overview"

2. Chapter Focus

Each chapter should cover a distinct aspect:

3. Tags

Do not add tags, tags will be generated by Quarex after submission.

4. Attribution

Include all contributors in created_by:

Example: "Jane Doe, ChatGPT 4, and Claude"

Submitting Your Book

Once your book JSON is complete:

  1. Save it as your-book-name.json (lowercase, hyphens for spaces)
  2. Email it to
  3. Include the placement path from your seed (Library Type → Library → Shelf)

Your book will be reviewed and added to the Quarex library!