mortspace/animaps — reverse-engineered prompt

Reverse engineered prompt

Build me a React component for making animated travel route videos on a map, the kind people could use for trip recaps, reels, or travel posts. I want it to be simple to drop into an app, with a default UI where someone can type in cities or import a GPX or GeoJSON route, choose a map look like satellite, streets, dark, or light, and then watch the camera fly along the route while the trail draws itself.

It should let people customize the route color, pick a marker sticker and size, and start with prefilled stops if I pass them in. I also want a record and export flow that gives back MP4 or WebM, with square, landscape, and vertical presets, plus 30 or 60 fps options. If the browser supports better video export, use that, otherwise fall back gracefully. This only needs to work in the browser, not on the server. Look up current docs online if you need to.

Want more depth? Deep Reverse