Documentation now on GitHub for effective “Vibe Coding” with AI
25. 11. 2025

To simplify working with our REST API, we have now made the documentation available on GitHub as well: github.com/mapycom/developer. This documentation is provided as standalone Markdown (.md) files. This format is useful, among other things, for leveraging the modern development approach called vibe coding, where instead of writing code, you simply describe the application using an AI prompt.
Since AI models may not know the details of our continuously updated API, it is necessary to give them the current context to generate correct and functional code. Just attach the appropriate .md files from our repository to your AI prompt (such as Gemini, ChatGPT or Copilot). For example, to work with the map, attach map-tiles.md; for route planning, attach routing.md. Thanks to this, you can obtain a functional application prototype within a few minutes, even without deep programming knowledge.
You can find a detailed guide to this method in the article Vibe coding with the Mapy.com REST API.