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

# About TokiMake

### Turn your ideas into illustrations and manga.

TokiMake is an AI-powered platform for creating and publishing content such as illustrations and manga.

Today, you can use Illustration Creation for flexible image generation and Vertical-Scroll Manga Creation to build works from novels or story concepts. We plan to support more formats in the future, including one-panel, two-panel, four-panel, and horizontal manga.

Create your work, publish it, and meet your audience, all from one creative studio.

***

### Six Features of TokiMake

#### 1. Create both illustrations and manga

From the Creative Studio, you can choose Illustration Generation or Vertical-Scroll Manga Creation.

Illustration Generation supports Text-to-Image, which creates a new image from text, and Image-to-Image, which creates a new image using reference material.

With the Mythic plan, you can create a vertical-scroll manga by importing a completed novel or beginning with a story concept. Character design, scenario creation, artwork, and publishing can all be managed in one studio.

***

#### 2. Create from examples without writing prompts

In **Preset** mode, you can select an image created by another user as an example and generate a new image from it using Image-to-Image.

This lets you begin with an example you like, without needing to write a complex prompt.

***

#### 3. Direct image generation freely

In **Custom** mode, enter a description of the visual you want to create. Add a reference image to generate from both text and image input.

You can either upload an image you already have or generate a reference image directly in the studio. Generated images are saved to your gallery so you can compare results and continue creating.

***

#### 4. Refine individual images and manga panels

Generated illustrations can be adjusted from the editing screen. Current tools include adding mosaic censorship, undo, redo, and reset.

For vertical-scroll manga, dialogue, speech bubbles, panel images, and backgrounds can be adjusted individually. To change the overall direction of the artwork, edit the art prompt and regenerate.

***

#### 5. Publish your work and reach an audience

You can publish generated illustrations with a title, description, tags, and age rating. Published works display a Share button, allowing you to copy the work's public link or share it on X.

Vertical-scroll manga can also be serialized after artwork and publishing information are complete. TokiMake supports not only making your work, but also publishing it and meeting readers.

***

#### 6. Publishing controls for a safer experience

Works containing sexual expression must be marked R18 when published. R18 works are visible only to users who are at least 18 years old and have enabled the display of R18 content in their settings.

Before publishing an R18 work depicting genitals or intimate areas, you must apply mosaic censorship. Works without the required censorship may be removed.

When posting, confirm that the work is your own or that you are permitted to post it under the rights holder's authorization, applicable guidelines, or similar permission.

***

### Formats Available Today

* Illustration generation
* Vertical-scroll manga creation (Mythic plan only)

### Planned Formats

* One-panel manga
* Two-panel manga
* Four-panel manga
* Horizontal manga
* Other content formats

{% hint style="warning" %}
Planned features and release timing are subject to change.
{% endhint %}

***

### Plans and Stella

TokiMake calls the units used for content generation <mark style="color:$primary;">**Stella**</mark>. Each Rare, Epic, Legendary, and Mythic plan includes a monthly Stella grant.

On Legendary and Mythic, image generation does not consume Stella when the aspect ratio is 1:1, 3:2, or 2:3 and the output count is set to one image, up to a limit of 1,000 images per day.

Only the Mythic plan can create vertical-scroll manga projects.

***

### TokiMake Is For

* People who want to create AI illustrations without needing prompt-writing expertise
* Creators who want to combine text and reference images freely
* Writers and idea-holders who want to turn their stories into manga
* Creators who want to publish their work and reach other users
* Anyone who wants to create, edit, publish, and share in one place

***

### Getting Started

#### Create an illustration

```
Step 1: Select Illustration Generation from Creative Home
   ↓
Step 2: Choose Preset or Custom
   ↓
Step 3: Edit and publish your generated image
```

#### Create a vertical-scroll manga

```
Step 1: Select Vertical-Scroll Manga from Creative Home
   ↓
Step 2: Import a novel or enter a story concept
   ↓
Step 3: Characters → Scenario → Artwork → Publish
```

***

### Let's Begin

Turn your idea into a work and share it with the world.

{% hint style="info" %}
**System requirements**: TokiMake is designed for use on PC (Windows / macOS) with Google Chrome, Safari, or Microsoft Edge (latest versions). Smartphones and tablets are not currently supported.
{% 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.tokimake.app/about.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.
