← Back to blog
September 14, 2026

Character Design: How to Create Custom Characters with AI

Characters are the heart of games, stories, and animations. Creating them used to require specialized illustration skills. AI can create custom characters in seconds. Here's how on Crevisto.

What the Character Design tool does

The Character Design tool generates custom characters from your description. The result includes:

  • Custom design — unique, one-of-a-kind characters
  • Multiple styles — realistic, cartoon, anime, chibi, and more
  • Full body — complete character with body and pose
  • Consistent design — the character looks coherent
  • High resolution — print-ready for merchandise

How to create a character

1. Visit the Character Design tool

2. Enter your character description

3. Click "Generate"

4. Download your character

Tips for best results

  • Be specific — "cyberpunk warrior with neon sword" is better than "warrior"
  • Include the style — "realistic", "anime", "cartoon" helps
  • Describe the pose — "standing confidently" or "in action pose" helps
  • Generate multiple times — each character is unique
  • Pick the best one — choose the one that fits your needs

Using the CLI

curl -fsSL https://crevisto.com/install.sh | sh
crevisto trial
crevisto generate character-design --input text="cyberpunk warrior with neon sword" --output ./character.webp

Batch processing

for char in "cyberpunk warrior" "fantasy mage" "sci-fi explorer"; do
  slug=$(echo "$char" | tr ' ' '-' | tr '[:upper:]' '[:lower:]')
  crevisto generate character-design --input text="$char" --output "./characters/$slug.webp"
done

Why character design matters

Characters are the emotional anchor of stories and games. They affect:

  • Engagement — great characters draw audiences in
  • Brand identity — iconic characters become brand mascots
  • Storytelling — characters drive the narrative
  • Merchandise — popular characters sell merchandise

Use cases

  • Games — characters for video games
  • Stories — characters for novels and short stories
  • Comics — characters for comic books
  • Animation — characters for animations
  • Tabletop RPGs — characters for D&D and other RPGs
  • Merchandise — characters for products

Try it free

5 free credits, no credit card required. Visit crevisto.com to get started.

Links: Web app · All 100 tools · CLI docs · GitHub

Enjoyed this post?

Follow for more on agent-first engineering, self-hosted systems, and building for autonomy.

Follow @javimosch