WoalzCraft

Welcome to WoalzCraft

WoalzCraft is an AI agent for Unreal Engine 5 that turns plain-language descriptions into working Blueprint graphs.

Under the hood it combines:

  • A UE5 editor plugin (C++) that runs inside your project and drives Blueprint creation/editing through the Unreal reflection system.
  • WoalzCraft Brain: a hosted knowledge service that retrieves relevant few-shot examples, validates UE-version compatibility, and translates cryptic compile errors into plain English.
  • MCP integration so Claude Code, Cursor, and other MCP-aware hosts can drive the editor programmatically.

Where to go next

| If you want to... | Go to | | ------------------------------------------------------- | ---------------------------------------- | | Try it without installing anything | Browse the knowledge base | | Install the plugin and generate your first Blueprint | Getting started | | Sign up for an account (300 req/hr, free) | Sign up | | Wire up Claude Code / Cursor as an MCP host | MCP integration | | Call the Brain API from your own tools | API reference | | Submit node references, patterns, or corrections | Contributing |


Design principles

Zero-friction first run. The plugin auto-provisions a community-tier Brain key on first launch. No paste, no signup, no payment. You can start generating immediately.

Bring-your-own AI. WoalzCraft doesn't ship with a mandatory AI provider. Use OpenAI, Anthropic, Gemini, or Ollama (local, free). Switch anytime.

Local-first where possible. Blueprint lookup tables, few-shot examples, and fallback templates ship in the plugin so it works offline. The Brain enriches when reachable; never blocks when not.

Community-driven knowledge. Every accepted Blueprint with 90%+ quality flows back to the Brain. Over time the corpus grows, which makes future generations sharper for everyone.


Current version

WoalzCraft is in public alpha (v0.9.0-alpha4 plugin, Brain v0.7.x).

What's stable:

  • Blueprint generation for common patterns
  • Few-shot retrieval from Brain
  • MCP server (Claude Code, Cursor)
  • Plain-English diagnostic translator
  • User accounts with email + password (since Phase 2.16) — sign up, verify, change password, magic-link recovery
  • Public knowledge-base browsing at /search — no account required
  • Profile dashboard with sessions list, recent activity, and GeoIP-enriched audit trail

What's still moving:

  • Real-time session sharing between plugin chat and Claude Code
  • Marketplace / Fab listings
  • Suspicious-activity flag system (admin review queue for security signals)
  • "Save to favourites" on knowledge-base entries

Expect sharp edges in alpha. File issues generously at support@woalz.com.