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.