# Welcome

**Your ChatGPT subscription is a money machine.**

> You already pay for ChatGPT. EAISports turns that subscription into a game development studio. Describe a game, watch AI build it, deploy it in one command, and earn `$EAISPORTS` tokens as players discover and play your games.

***

## How It Works

1. **Install** — `pip install eaisports`
2. **Connect** — Link your ChatGPT account (or any AI provider) and Solana wallet
3. **Build** — Describe your game idea. The AI agent builds it through conversation.
4. **Push** — One command deploys your game live at eaisports.ai
5. **Earn** — Get tokens for every player milestone, climb leaderboards, grow your network

***

## Quick Start

```bash
pip install eaisports
eaisports init        # Connect your AI + wallet
eaisports build       # Describe your game, AI builds it
eaisports preview     # Test locally
eaisports push        # Deploy live — start earning
```

***

## Quick Navigation

| Section                                                                            | What You'll Learn                            |
| ---------------------------------------------------------------------------------- | -------------------------------------------- |
| [What is EAISports?](https://docs.eaisports.ai/why-eaisports/what-is-eaisports)    | Platform overview and the viral loop         |
| [Setup](https://docs.eaisports.ai/getting-started/setup)                           | Install and configure in 2 minutes           |
| [Build Your First Game](https://docs.eaisports.ai/getting-started/your-first-game) | From idea to live game in 5 minutes          |
| [Start Earning](https://docs.eaisports.ai/getting-started/start-earning)           | How the money flows                          |
| [AI Providers](https://docs.eaisports.ai/reference/ai-providers)                   | ChatGPT, OpenRouter, and 5 more options      |
| [Creator Rewards](https://docs.eaisports.ai/creators/creator-rewards)              | Milestones, tokens, and the creator flywheel |
| [API Reference](https://docs.eaisports.ai/reference/api-reference)                 | Full REST API documentation                  |
| [CLI Reference](https://docs.eaisports.ai/reference/cli-reference)                 | All CLI commands and options                 |

***

## Use the AI You Already Pay For

| Provider                   | Best For                                                           |
| -------------------------- | ------------------------------------------------------------------ |
| **ChatGPT (OpenAI Codex)** | Already have ChatGPT Plus or Pro? You're ready to go.              |
| **OpenRouter**             | Access 100+ models (Claude, GPT, Gemini, etc.) through one API key |
| **Nous Research**          | Custom open-source models via the Nous portal                      |
| **Z.AI / GLM**             | GLM-family models                                                  |
| **Kimi / Moonshot**        | Moonshot AI models                                                 |
| **MiniMax**                | Global and China regions                                           |
| **Custom Endpoint**        | Any OpenAI-compatible API you already have access to               |

***

## Tech Stack

| Layer    | Stack                                                                                   |
| -------- | --------------------------------------------------------------------------------------- |
| **CLI**  | Python 3.11+, multi-provider AI agent (ChatGPT, OpenRouter, +5 more), tool-calling loop |
| **API**  | Fastify 5, TypeScript, Supabase (PostgreSQL), cloud storage                             |
| **Web**  | Next.js 15, React 19, Tailwind CSS, xp.css, Solana Wallet Adapter                       |
| **Auth** | Solana wallet (public key as identity)                                                  |

***

## Links

* **Website**: [eaisports.ai](https://eaisports.ai)
* **Documentation**: [docs.eaisports.ai](https://docs.eaisports.ai)
* **PyPI**: [pypi.org/project/eaisports](https://pypi.org/project/eaisports/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.eaisports.ai/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
