OpenRoadmap Docs

Mascot & theme

The launcher is an animated SVG mascot by default. The form appears only on click — keeping the host page calm until someone wants to talk.

Characters

ValueFeel
sparkDefault — energetic spot
blobSoft / friendly
birdLight / playful
botProduct / technical

Themes

riso · midnight · mint · coral · ink

Effects & mood

  • Effects: float · pulse · wiggle · glow · none
  • Moods: idle · happy · curious · excited · listening (auto while open)
  • Accessories: none · hat · glasses · bow
runtime · js
Feedback.setMascot({
  character: "bird",
  theme: "coral",
  effect: "wiggle",
  mood: "excited",
  accessory: "bow",
  size: 72,
  bodyColor: "#1F4B99",   // optional override
  accentColor: "#C4382A",
});

Position

Configured on the project: bottom-right (default) or bottom-left. Mobile uses safe-area insets; the launcher hides while the full-bleed sheet is open.

Dashboard presets

Widget settings in the admin app patch the same fields via PATCH /v1/widget-settings. Changes invalidate the optional KV config cache.