๐Ÿงฐ Schema Generator

Instantly generate a structured game schema using a story prompt, game concept, or guided form.

โœจ Prompt-Based Generation

Describe your game idea and let Gameer auto-generate the schema foundation:

POST /tools/generate-schema

{
  "prompt": "A sci-fi dungeon crawler with alien enemies and puzzles",
  "style": "top-down"
}

๐Ÿ“ Form-Based Input (Coming Soon)

  • Manually fill out player traits, level rules, enemies, tokens, and abilities
  • Helpful UI defaults and suggestions based on style (RPG, Platformer, Puzzle, etc.)

๐Ÿ“ฆ Output Format

All generated schemas follow the GameSchema v1 format. These are compatible with all Gameer tools and SDKs.