A visual novel maker you can actually finish a game in

Mimmo Engine is a drag-and-drop visual novel maker. Build scenes, branching choices, characters and endings without writing a line of code, and watch the story play back as you build it. The editor is free, with no project limit.

Is there a free visual novel maker that needs no coding?

Mimmo Engine is a free visual novel maker for Windows with no coding at all. Scenes are built from blocks you drag into place: dialogue, choices that branch, variables the choices change, conditions that read them later, sprite changes, music, transitions and mini-games. A live preview plays the scene while you edit it.

The free plan includes the whole editor, unlimited projects, the story generator and the on-device AI, and it does not expire. It needs a free account. Premium costs 19 EUR per month and adds exporting and distributing the finished game, inventory, gallery and custom scripts.

The interface is available in nine languages. macOS and Linux versions are in development, so today the editor runs on Windows only, and finished games play through the free Mimmo Player.

What a visual novel maker has to do

Most people looking for a visual novel maker are not looking for a game engine. They already have the story, or a chunk of it, and often the art. What they need is the machinery in between: a way to put dialogue on screen, swap sprites when a character reacts, branch when the player picks an option, remember that choice forty scenes later, and package the whole thing so someone else can play it.

That machinery is the entire job of a visual novel maker, and it is why picking a general-purpose engine usually backfires. In Unity or Godot you spend the first month building a dialogue system instead of writing dialogue. A dedicated tool ships that system on day one.

The dividing line between tools in this category is how you express the branching. Some make you write it as code. Some make you draw it. Mimmo Engine sits firmly in the second camp: choices, variables and conditions are blocks you drag onto a timeline, and the story map draws the resulting graph for you.

What you get in the free plan

The free plan is not a trial and not a feature-starved demo. It is the whole editor, and it stays free:

  • The complete drag-and-drop scene editor with 20+ block types
  • Unlimited projects, no time limit, no watermark
  • Up to ten characters, with sprite layers, outfits and expressions
  • Branching choices, variables and conditions
  • Live preview that plays the scene as you build it
  • The story generator and the sprite pipeline, including the on-device models that run without an API key
  • Mimmo Player, so you can play what you build
  • Free updates

Premium, at €19 per month and cancellable at any time, is what you buy when the game is finished and you want to ship it: .mimdisk export, mini-games, inventory and gallery, custom JavaScript, publishing on the Mimmo Engine Store, and characters beyond the first ten. Most of what you pay for is distribution, not creation.

How the main visual novel makers compare

ToolCoding neededPriceBest for
Mimmo EngineNone, JS optionalFree, €19/mo to publishWriters and artists who want to build visually and ship
Ren'PyYes, its own script languageFree, open sourceDevelopers who want total control and no licence cost
TyranoBuilderPartial, scripting returns quicklyOne-off purchaseFast prototypes, simpler projects
Visual Novel MakerPartial, JavaScript layerOne-off purchaseCreators already inside the RPG Maker ecosystem
NaninovelYes, plus UnityPaid Unity assetTeams already shipping in Unity

If licence cost is the only thing that matters and you are comfortable writing code, Ren'Py is the honest recommendation. Everything below that line is where a visual editor earns its keep.

From blank project to playable game

1. Bring in the art. Backgrounds, sprites, music and sound effects drop into the Asset Manager. PNG, JPG, WebP, MP4, MP3, WAV and OGG are all supported, and images are optimised on import.

2. Build the cast. Each character gets sprite layers for body, outfits and expressions, so you swap a mood without re-uploading a whole image. Personality fields feed the optional AI writing tools.

3. Write the scenes. Drag blocks onto the timeline: dialogue, choice, show sprite, play music, transition, set variable. The live preview plays back instantly, so you catch a pacing problem while you are still writing it.

4. Wire the branches. Choices set variables, variables gate later scenes, and the story map draws the resulting graph so you can see which endings are reachable and which are orphaned.

5. Ship it. Export to .mimdisk, a read-only package with SHA-256 integrity checking, and publish it on the Mimmo Engine Store. Players open it with the free Mimmo Player.

Where the AI fits, and where it does not

Every AI feature in Mimmo Engine is optional and every one of them has a manual equivalent. The tools that earn their place are the boring ones: rewriting a line that reads flat, translating a finished script into nine languages, tagging a sprite sheet, and scaffolding a first-draft outline you then throw half of away.

The models can run entirely on your own machine, with no API key and nothing sent to a server, or through Claude, OpenAI or Gemini if you already pay for one of them. Either way the AI proposes and you decide. A visual novel maker that writes the novel for you is not a tool, it is a slot machine.

Frequently asked questions

Is there a free visual novel maker?

Yes. Mimmo Engine has a free plan with no time limit and no project limit: the complete drag-and-drop editor, up to ten characters with their sprites, branching choices, live preview, the story generator and on-device AI are included at no cost. The paid Premium plan, €19 per month, is needed when you want more characters, or to export and distribute the finished game. Ren'Py is also fully free and open source, but it requires you to write code.

Do I need to know how to code to make a visual novel?

No. A visual novel is dialogue, characters, backgrounds and choices, and all four can be built by arranging blocks on a timeline. In Mimmo Engine you never open a script file: choices, variables, conditions and jumps are all UI. JavaScript exists as an optional escape hatch for unusual logic, and most projects never touch it.

What is the difference between a visual novel maker and a game engine?

A general game engine like Unity or Godot gives you a blank canvas and expects you to build the dialogue system, the save system, the menu and the branching logic yourself. A visual novel maker ships those systems already built, so the work you do is writing the story and dropping in art. That is why a solo writer can finish a visual novel in weeks with a dedicated tool and stall for months in a general engine.

How long does it take to make a visual novel?

A short one-hour visual novel with a handful of endings is a realistic first project: a few weeks of evenings if the art is commissioned or sourced from CC0 packs. The engine is rarely the bottleneck. Writing, art and testing are. Picking a tool where the production work is visual instead of code-based is the single biggest factor in whether a first project ships at all.

Is there a visual novel maker that works online with no download?

Yes, but not this one, and the difference is worth knowing before you pick. Browser-based makers like Rosebud or EscapeMaker need nothing installed and are the fastest way to see a first scene on screen. What you give up is where the project lives: it sits on someone else's server, it is bounded by what a browser tab can hold, and export usually means a web build rather than something a player installs. Mimmo Engine is a Windows download by choice, because that is what makes local AI models, gigabyte-sized art folders, offline work and a real installer possible. For a twenty-minute experiment, use a browser tool. For a project you intend to finish and sell, install something.

Can I sell a visual novel I make?

Yes. You own everything you create. With a Premium subscription you export the project as a .mimdisk file and publish it on the Mimmo Engine Store, which handles license verification and purchase tracking. There is no revenue cut on the engine licence itself and no royalty on what you build.

Start building tonight

The editor is a free download for everyone, with the story generator and on-device AI and no project limit. Premium unlocks export and Store publishing for €19/month, cancel anytime.

Download for free

Last reviewed:

Further reading