Active projects
MapsCreative ToolFull-stack

Travel Map Creator

A travel-map poster generator that discovers nearby points, lets users edit routes and places, and renders social-ready map images.

Demo generation loop

Public progress

58%

Updated
2026-07-02

Next.jsPython GIS workerAmap APIOpenAI optionalImage rendering

Current focus

  • Wrapping a Python/GIS map-rendering engine with a practical web interface.
  • Supporting city and location search, nearby attraction discovery, and editable points.
  • Generating map posters suitable for social sharing formats.

Next steps

  • Harden the worker installation and generated-image pipeline.
  • Add more layout templates and export sizes.
  • Decide whether to keep it as a demo or turn it into a hosted product flow.

Product idea

Travel Map Creator wraps a Python/GIS rendering engine in a web interface for generating social-ready travel map posters. A user enters a city and location, discovers nearby points of interest, edits the candidate route or places, and renders a map image for sharing.

The project sits between practical trip planning and lightweight creative production: it should feel faster than hand-building a map poster, but still leave enough control for the user to edit the final story.

Current progress

The first-stage demo includes location input, nearby attraction discovery, editable point data, and a render API that can produce generated images through the worker pipeline.

It supports a no-key demo path for interaction testing, while real map discovery and optional AI polishing can be enabled with external service keys in the development environment.

Engineering focus

  • Keep geocoding, discovery, editing, and rendering as distinct steps.
  • Make generated files easy for the static Next.js frontend to expose.
  • Support multiple social export sizes and visual templates over time.
  • Decide whether the project remains a local demo or becomes a hosted product flow.