> For the complete documentation index, see [llms.txt](https://docs.anitrend.co/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anitrend.co/project/master.md).

# Welcome to AniTrend v2

{% hint style="info" %}
**AniTrend v2** is a complete rewrite of the AniTrend Android application in Kotlin. This documentation covers the v2 architecture, module system, and development workflow.
{% endhint %}

## What is AniTrend?

AniTrend is a free [AniList](https://anilist.co) Android client for discovering and tracking anime and manga. It offers lookup, tracking, recommendations, and social features - all powered by the AniList GraphQL API and enriched by multiple data sources through a serverless edge infrastructure.

## Key Features

* **Multi-module architecture** - 50+ Kotlin modules organized by layer (domain, data, feature, common, task)
* **MVVMP pattern** - Model-View-ViewModel-Presenter with Koin dependency injection
* **Offline-first** - Room persistence with DataState-driven reactive flows
* **Multi-source data** - AniList primary API enriched via edge functions (TMDB, Trakt, AnimeThemes, etc.)
* **Three build flavors** - googlePlay, github, fdroid with different analytics configurations

## How to Use These Docs

| Section                                                                 | For                                                          |
| ----------------------------------------------------------------------- | ------------------------------------------------------------ |
| [Getting Started](/project/getting-started/getting-started.md)          | New contributors setting up the project for the first time   |
| [Architecture](/project/architecture/domain-layer.md)                   | Understanding the module layers and their responsibilities   |
| [Guides](/project/guides/dependency-injection.md)                       | Cross-cutting patterns: DI, networking, persistence, testing |
| [Ecosystem](/project/ecosystem/ecosystem.md)                            | In-house libraries that anitrend-v2 consumes                 |
| [Module Development](/project/module-development/module-development.md) | Creating new modules following established patterns          |
| [Contributing](/project/contributing/contributing.md)                   | Branch naming, PR process, translations                      |

## Quick Links

{% content-ref url="/pages/WYEjFm2jJ84PideNDiZ9" %}
[Getting set up](/project/getting-started/getting-started.md)
{% endcontent-ref %}

{% content-ref url="/pages/jM38uVzEniBoGYQxNEfB" %}
[Architecture](/project/overview/architecture.md)
{% endcontent-ref %}

{% content-ref url="/pages/kHsVzETDLF5jOCeXfVQs" %}
[Key Libraries](/project/overview/key-libraries.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.anitrend.co/project/master.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.
