Mapbox component works without WeWeb Micro-Services?

Hey there,

is the Mapbox component working witout the WeWeb Micro-Services when i want to export the code?

In the docs its not mentioned and want to make sure.

Many thanks in advance.

Hi @IKR, welcome back :waving_hand:

I’ll ask the team!

Hey @IKR

Yes, the Mapbox component works without WeWeb Micro-Services, so it will also work when you export your project and self-host it.

In general, WeWeb Micro-Services are only used for plugins that need to store sensitive credentials securely on the backend, such as OpenAI or Stripe, where keys cannot be exposed in the frontend. Since Mapbox is not listed as using Micro-Services in the docs, it does not depend on them.​

If you want to double-check for your specific setup, you can also export the code and run it on your self-hosted environment; if it works there, that confirms it does not require Micro-Services.