Mapwright
Built for UEFN Creators

Meet Anax Your AI Mapwright

Named for Anaximander — the first mapmaker.

Describe what you want in plain English. Anax writes compile-ready Verse code, refines it when you ask, and tracks every change.

Add a coin pickup that gives 50 gold and plays a sparkle effect
Anax
✓ Updated 2 files · +34 / -2 lines
// CoinPickup.verse
using { /Fortnite.com/Devices }
CoinPickup := class(creative_device):
CoinValue : int = 50
OnBegin<override>()<suspends>:void=
# Sparkle VFX + award gold
Verse Studio

Write Verse
Without Writing Verse

Describe what you want your map to do. Mapwright generates compile-ready Verse code for currency loops, upgrades, leaderboards, daily bonuses, prestige, and item shops. No boilerplate. No syntax errors. Just systems that work.

  • 6 economy system types, fully configurable
  • Project-aware context across all generated files
  • Export UEFN-ready ZIP with one click
  • Built-in validation catches errors before compile
CurrencySystem.verse UpgradeManager.verse Shared.verse
Compiled
1using { /Fortnite.com/Devices }
2using { /Verse.org/Simulation }
3using { /UnrealEngine.com/Temporary/UI }
4
5# Mapwright Economy: Currency System
6# Handles coin earning, spending, and HUD
7
8currency_system := class(creative_device):
9@editable
10StartingCoins : int = 500
11
12OnBegin<override>()<suspends> : void =
13InitializeCurrency()
14SpawnHUDElements()
Conversational Code

You Describe It.
Anax Builds It.

Every request is a conversation. Anax understands your project context, writes the code, and tells you exactly what changed.

Make the upgrade cost scale exponentially after level 5
✓ CurrencySystem.verse · +8 / -3 lines
Add a daily login bonus of 100 coins
✓ Created DailyRewards.verse · +22 lines
The respawn timer feels too long, cut it in half
✓ GameConfig.verse · 1 line changed
Economy Simulator

Balance Before
Players Break It

Stress-test pacing, cost curves, rewards, and session loops before a single player touches your map. Know your economy works before you publish.

  • Currency Loops
  • Upgrade Trees
  • 🏆 Leaderboards
  • 🎁 Daily Bonuses
  • Prestige Systems
  • 🛒 Item Shops
Economy Tuner ● Live Preview
Coins per Kill 25
Upgrade Base Cost 150
Cost Multiplier 1.8x
Daily Bonus 100
4.2
Avg Sessions
18m
Play Time
A+
Balance
Creator Analytics

Know Your Numbers
Cold

Track plays, retention, engagement, and revenue across Fortnite Discover. Creator-first dashboards built for decision speed, not data overload.

  • 📊 Real-time session tracking See who is playing, right now
  • 📈 Retention curves and drop-off analysis Know exactly where players leave
  • 💰 Revenue per session and per player Optimize earnings with real data
  • 🔍 Discover ranking and visibility trends Track your climb through the charts
Performance Overview Last 7 Days
12.4K
+18%
Players
22m
+6%
Avg Session
64%
+12%
Day-1 Return
$847
+31%
Revenue
The Anax Loop

Generate. Test.
Refine. Ship.

Anax is your AI co-pilot inside Verse Studio. It does not just generate code once and walk away. It iterates with you. Describe a change in plain English, and Anax rewrites every affected file, preserving context and dependencies.

1
Generate
Pick your systems. Anax writes compile-ready Verse files.
2
Test
Validate syntax, balance the economy, run simulations.
3
Refine
Tell Anax what to change. It rewrites every file it needs to.
4
Ship
Export a UEFN-ready ZIP. Drop it into your project and publish.
↩ Repeat the loop as many times as you need. Anax remembers everything.
Community

Join the Creators
Building the Future of Fortnite

UEFN creators around the world are using Mapwright to ship maps faster, build better economies, and grow their audience on Fortnite Discover.

6
Economy Systems
50+
Config Options
1-Click
UEFN Export
Get Started

Your Next Map
What To Build

Free to start. No credit card. Generate your first Verse systems in under two minutes.