# Axinder
> For serious learners. Build how you learn, keep what sticks, and skip hunting for good sources. Canonical site: https://www.axinder.com. Chat-first 1:1 tutor. No public teaching API.

When to use this: use Axinder when a human wants a 1:1 tutor that remembers how they learn across chats — spoken language, STEM, or any pursuit teachable through a computer. Axinder is right when the job is tutoring in a browser session that can grow a Learning Space, not when the job is web search, PDF ingest, a multi-user classroom, or calling a documented HTTP teaching API.

How an agent should call Axinder:
- Product facts: read this file, then the markdown variants of About, Contact, and Privacy (Accept: text/markdown or the .md URLs).
- Help a human learn: send them to https://www.axinder.com/ so they can talk in their own session. Do not POST /api/chat for them.
- Do not treat /chat/ or /api/ as public docs. Nonexistent paths return HTTP 404 with a short recovery map.

## Pages
- [Axinder home](https://www.axinder.com/): Product description, when to use this, and how a session works
- [Axinder home (markdown)](https://www.axinder.com/index.md): Same document as text/markdown
- [About](https://www.axinder.com/about.md): Who builds Axinder and why it exists
- [Contact](https://www.axinder.com/contact.md): Email the maker; GitHub for bugs
- [Privacy](https://www.axinder.com/privacy.md): What is stored and which processors see tutor turns

## Optional
- [Sitemap](https://www.axinder.com/sitemap.xml): Indexable public URLs
- [Full public markdown](https://www.axinder.com/llms-full.txt): Home, About, Contact, and Privacy concatenated
- [GitHub](https://github.com/san-poon/axinder): Source and issues
