GD Level Blueprint Lab
An AI sidekick for Geometry Dash creators that proposes level layouts synced to a song, predicts difficulty curves, and playtests uploaded levels to flag unfair spikes or impossible jumps before players ever see them.
Teen and young-adult Geometry Dash level creators using Geode who want to design harder, more creative levels without weeks of trial and error
- Music-synced obstacle generator: paste a track and get a level blueprint whose hazards align with beats and drops
- 'Would I clear this?' simulator that runs hundreds of AI runs at different skill levels and shows the fail rate per section
- Difficulty slider (Easy → Extreme Demon) that auto-rewrites a level to match a target difficulty band while keeping its identity
- Community remix mode: drop in a popular level ID and the AI suggests a thematic variation the creator can publish to Geode
Geometry Dash's modding scene is resurgent thanks to Geode's ease of installation, but level creation still takes dozens of hours; an AI design partner fits the moment when more casual players want to publish content.
Geode is self-described as 'the most popular GD mod loader across all platforms' and a real creator ecosystem exists (GD Creator School Discord ~36k members, Geode trending on GitHub at 117 stars), but the target user is teen/young-adult hobbyists — a real but narrow audience.Geode - Mods for Geometry Dash ↗Geometry Dash Creator School - Discord ↗
EditorAI is essentially a direct competitor: 22 stars, 13 releases, MIT-licensed, distributed via Geode, free, with AI text-to-level generation, BPM/waveform song sync, difficulty/style/length controls, and session refinement — overlapping the core pitch. Multiple other AI GD tools exist (DashAI, websim AI Level Maker, YouTube AI level generator).GitHub - entity12208/EditorAI: Allowing AI to use the Level Editor! ↗GitHub - jarvisdevlin/DashAI: AI that generates Geometry Dash Level Data ↗
EditorAI is free and MIT-licensed, GD creators skew young with limited disposable income, and Geode's official index guidelines 'don't allow AI-placed objects' which blocks the obvious distribution/monetization channel — no evidence of GD creators paying for level design tools.GitHub - entity12208/EditorAI ↗
Geometry Dash has been active since 2013 (~12 years) and the Geode modding scene is currently resurgent (GitHub trending), but the niche is dependent on RobTop's continued support and the hobbyist modding community's stability.Geode - Mods for Geometry Dash ↗GD Statistics - GitHub Pages ↗
EditorAI proves the AI-in-Geode integration is technically tractable (C++ mod hooking the GD editor, multi-provider LLM support, level format parsing); however the 'playtest for unfair spikes/impossible jumps' differentiator requires GD physics simulation or learned difficulty models, which is significantly harder than the generation side.GitHub - entity12208/EditorAI ↗