HotBird Menu Editor

Upload, edit, and manage your menu JSON files with this tool

Upload JSON Files

Drag & drop your JSON files here or click to browse

JSON Text Editor

File Actions

JSON Structure Guide

Each menu item should have these properties:

  • name (string)
  • description (string)
  • image (string, path to image)
  • price (number, optional if options exist)
  • tags (array of strings)
  • mealPriceModifier (number)
  • showSlider (boolean)
  • sauces (boolean)
  • vegetables (boolean)
  • showDrinksDropdown (boolean)
  • options (array of objects, optional)