> For the complete documentation index, see [llms.txt](https://docs.oshi.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oshi.co/start-here/mahoseka-coming-soon.md).

# MahoSeka: Coming Soon

### The Story

Oshi's next project started as a short anime by a solo creator, and it's only getting bigger.

In the town of Urgalz, witches live quietly among ordinary people. But high above the rooftops, on an island that floats in silence, one witch lives far from the world below.

One rainy night, she finds a lost boy named Haru and brings him home. She sets a hot meal in front of him. She doesn't ask where he came from.

Days turn to weeks. The quiet between them softens.

But Sara harbors a secret she was never meant to share. One that will pull them both into a past the world would rather forget.

[Watch the original short on YouTube](https://www.youtube.com/watch?v=-RxE_7uSDVg)

***

### About the Creator

*Living in a World without Magic* (MahoSeka) was created by Akiwashi as her university graduation project. She built nearly everything herself: the scenario, the animation, the visuals. What started as a student film went on to reach over 6 million viewers worldwide.

The project earned an award at the Akihabara International Film Festival and was adapted into a light novel published by Kadokawa, written by Mamoru Iwasa and praised by voice actress Ayane Sakura and Gom of HoneyWorks.

Akiwashi is an illustrator, animator, and storyteller who leads the creative team Euluca Lab. Her work blends melancholy, warmth, and imagination into dreamlike worlds. Euluca Lab's YouTube channel has surpassed 190,000 subscribers, and Akiwashi's following continues to grow.

***

### Why it's on Oshi

MahoSeka started with one artist and an audience that showed up because they believed in her work. Creator-driven, community-grown. That's the kind of story Oshi exists to support.

There's more to come. We'll share details when the time is right.

***

### Right now: GATE 2 is live

Oshi's first campaign is live right now. If you're curious what it looks like when fans show up for anime they believe in, GATE 2: Tides of Conflict is where it's happening.

Full details are on [GATE 2 Campaign](/gate-2-campaign/gate-2-overview.md).

***

### Follow MahoSeka

* Join our [Discord](https://discord.gg/oshi)
* Follow [@mahoseka\_en](https://x.com/mahoseka_en) and [@mahoseka\_jp](https://x.com/mahoseka_jp) on X
* Visit [mahoseka.com](http://mahoseka.com)

***

{% hint style="info" %}
**Still need help?** Join our [Discord](https://discord.gg/oshi) or email <support@oshi.co>
{% endhint %}


---

# 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.oshi.co/start-here/mahoseka-coming-soon.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.
