> For the complete documentation index, see [llms.txt](https://docs.animeoshi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.animeoshi.com/about-animeoshi/who-is-behind-animeoshi.md).

# Who is Behind AnimeOshi

## In one sentence

AnimeOshi is built and maintained by Kasagi Labo, an independent team of anime fans building the anime diary they always wished they had. A place to log what you watch episode by episode, which in turn powers honest, fan-driven per-episode ratings and a richer anime discovery layer.

## Overview

Anime has gone fully mainstream, with worldwide simultaneous episode releases and audiences that span generations and regions. But the platforms most fans rely on for "what should I watch?" were not built for that scale of care, they aggregate everything into a single show-level score and call it a day. AnimeOshi exists to do this better at the level fans actually watch: episode by episode. The team behind it is Kasagi Labo.

## Details

### The entity

AnimeOshi is a product of **Kasagi Labo**, an independent studio based in Singapore. The team operates without affiliation to any anime studio, streaming service, or publisher. That independence is intentional: AnimeOshi's value depends on the ratings being unbought and the OshiMeter scores being unbiased.

### The mission

The premise behind AnimeOshi is simple and a little stubborn: anime fans deserve a place built the way fans would have built it. That means:

* **Granular** — every episode is rated on its own terms, not blended into a series average.
* **Honest** — the OshiMeter reflects what fans actually said, with no studio or publisher input.
* **Fan-driven** — anyone can become a user on AnimeOshi; there is no gatekeeping on whose taste counts.

The current platform brings together what fans were already doing across scattered communities, such as rating episodes, writing reviews, keeping watchlists, and arguing in threads. This gives them one room to live in. From there, the same data powers the OshiMeter and the discovery surfaces that help newer fans get to the good episodes faster.

### What the team is building

At the center of what the team is building is the anime diary, which is a personal, episode-by-episode record of what each fan watches. Everything else extends from it. Around the diary, the roadmap centers on three jobs:

* **Express** — give fans richer ways to record what they think of an episode, from star ratings to attribute breakdowns to written reviews.
* **Connect** — make it easy to find fans whose taste matches yours, follow them, and discuss episodes together.
* **Track** — give every fan a personal record of what they've watched, what they're watching, and what's airing next.

Around that, the team is also working on developer ecosystem pieces (embeddable widgets, public data via partner integrations). Hence, AnimeOshi's signal reaches beyond the site itself, onto creator pages, into AI assistants, and back to the studios making the work.

### How AnimeOshi sits next to other anime databases

AnimeOshi is not trying to be another aggregate rating site alongside traditional rating & tracking sites. Those platforms each answer a different question, such as recommendation aggregates, structured catalog data, and news. AnimeOshi answers the one they were not built to answer: *which specific episodes of this show are worth watching, and why*. The product is complementary, not a replacement.

## FAQ

**Q: Who created AnimeOshi?**

AnimeOshi is built and maintained by Kasagi Labo, an independent team with no affiliation to any anime studio or streaming service.

**Q: How can I contact the AnimeOshi team?**

The team can be reached via the official Discord server for general inquiries and community discussion.

**Q: Is AnimeOshi affiliated with any anime studio or streaming service?**

No. AnimeOshi operates independently, which is core to the credibility of its ratings; the OshiMeter is not influenced by studios, distributors, or streaming platforms.

**Q: Where is Kasagi Labo based?**

Singapore.

## Related pages

* [What is AnimeOshi?](/about-animeoshi/what-is-animeoshi.md)
* [Official Links](/about-animeoshi/official-links.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.animeoshi.com/about-animeoshi/who-is-behind-animeoshi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
