Welcome to Setu
RookDuel Setu is a documentation foundation for projects that need polished pages for people and predictable text output for AI systems.
It uses Astro for the site, Starlight for documentation features, and Markdown or MDX as the content source.
Setu was created by Atharva Sen Barai and is published through RookDuel, his personal brand.
What is included
Section titled “What is included”- A responsive documentation interface with navigation, search, and theme support
- A custom landing page that can introduce your product or project
- Markdown and MDX content collections with validated frontmatter
- Built-in playgrounds and knowledge-check quizzes for MDX pages
- A plain-text endpoint for each documentation page
- A JSON index that lets automated systems discover those endpoints
How content flows
Section titled “How content flows”- You write a Markdown or MDX file in
src/content/docs/docs/. - Starlight renders it as a human-facing page under
/docs/. - Setu strips interface-only MDX and exposes the useful text under
/ai/. /ai/index.jsonlists every available AI-readable page.
Start with Getting Started to run and rename the template.