diff --git a/README.md b/README.md
index 74270047c..ffaf9a70f 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Features:
3. Run `npm run serve` or `./hugow --get-extended serve`
4. Open the URL which is printed in the terminal
-After making any changes, make sure to run `npm run format`.
+After making any changes, make sure to run `npm run format` and `npm run format-check`.
## Building for Production
diff --git a/content/authors/ramyaragupathy/index.md b/content/authors/ramyaragupathy/index.md
new file mode 100644
index 000000000..ed971147f
--- /dev/null
+++ b/content/authors/ramyaragupathy/index.md
@@ -0,0 +1,4 @@
+---
+title: Ramya Ragupathy
+github: ramyaragupathy
+---
diff --git a/content/news/2024-09-30-maplibre-newsletter-september-2024/gl-js-roll-angle.jpg b/content/news/2024-09-30-maplibre-newsletter-september-2024/gl-js-roll-angle.jpg
new file mode 100644
index 000000000..36c3c895e
Binary files /dev/null and b/content/news/2024-09-30-maplibre-newsletter-september-2024/gl-js-roll-angle.jpg differ
diff --git a/content/news/2024-09-30-maplibre-newsletter-september-2024/globe.html b/content/news/2024-09-30-maplibre-newsletter-september-2024/globe.html
new file mode 100644
index 000000000..db0d72f33
--- /dev/null
+++ b/content/news/2024-09-30-maplibre-newsletter-september-2024/globe.html
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/content/news/2024-09-30-maplibre-newsletter-september-2024/globe.jpg b/content/news/2024-09-30-maplibre-newsletter-september-2024/globe.jpg
new file mode 100644
index 000000000..79ac7a4f8
Binary files /dev/null and b/content/news/2024-09-30-maplibre-newsletter-september-2024/globe.jpg differ
diff --git a/content/news/2024-09-30-maplibre-newsletter-september-2024/index.md b/content/news/2024-09-30-maplibre-newsletter-september-2024/index.md
new file mode 100644
index 000000000..9903e29fd
--- /dev/null
+++ b/content/news/2024-09-30-maplibre-newsletter-september-2024/index.md
@@ -0,0 +1,75 @@
+---
+title: "MapLibre Newsletter September 2024"
+date: "2024-09-30"
+categories: ["newsletter"]
+authors: [ramyaragupathy, ianthetechie, harel, bart]
+draft: false
+---
+
+# MapLibre Newsletter - September 2024
+
+We’re delighted to begin the September newsletter with a heartfelt THANK YOU to Microsoft for their unwavering support as a sponsor of MapLibre in 2024!
+
+
+
+
+
+
+
+## MapLibre GL JS
+
+In this month three versions were released: 4.7.0, 4.7.1 and 5.0.0-pre.1.
+
+The pre-release of version 5 is meant to get some feedback on the newly added globe feature!
+
+
+
+
+
+
+
+Feel free to try out our v5.0.0-pre.1 globe demo.
+
+We are also planning some breaking changes as part of this version which you can find below, most of them are not disruptive:
+
+- https://github.com/maplibre/maplibre-gl-js/issues/3834
+
+Apart from the exciting news about the globe finally making its way to the main branch there are also some experiments to allow controlling the roll angle of the map to facilitate for some aviation use cases.
+
+
+
+More about it can be found in the linked issue below, there are bounties related to this effort as well if you are interested in developing this, or if your company needs this feature you can chip-in for the costs:
+
+- https://github.com/maplibre/maplibre-gl-js/issues/4717#issuecomment-2368502154
+
+## MapLibre Native
+
+- The most significant development this month was the [MapLibre Native Android pre-release](https://github.com/maplibre/maplibre-native/releases/tag/android-v11.3.0-vulkan-pre0) that uses [Vulkan](https://www.vulkan.org/) for rendering. We did some benchmarks and the results [look promising](https://github.com/maplibre/maplibre-native/issues/2787#issuecomment-2368938676). Especially newer devices seem to benefit from this modern graphics API, although we are still validating these results and exploring opportunities to take advantage of Vulkan's capabilities. Since the Vulkan backend is still in development, now is the best time to try it out and to let us know any regressions you encounter (either as an issue or in the [pre-release thread](https://github.com/maplibre/maplibre-native/issues/2787)). You can test it by using `11.3.0-vulkan-pre0` as a version (or the latest Vulkan version from [Maven Central](https://central.sonatype.com/artifact/org.maplibre.gl/android-sdk/versions)).
+
+- Support for [`textFitWidth` and `textFitHeight`](https://maplibre.org/maplibre-style-spec/sprite/#text-fit-properties) properties landed in [#2780](https://github.com/maplibre/maplibre-native/pull/2780) this month. Support for specifying [padding for icons](https://maplibre.org/maplibre-style-spec/types/#padding) on all sides separately landed in [#2845](https://github.com/maplibre/maplibre-native/pull/2845). Both features are used in Bing Maps, and were implemented by Microsoft engineers (among which Alexey Kon). We are thankful for these contributions that work towards [feature parity with MapLibre GL JS](https://github.com/maplibre/maplibre-native/issues?q=is%3Aissue+is%3Aopen+label%3Ajs-parity).
+
+- MapLibre Native Android [11.3.0](https://github.com/maplibre/maplibre-native/releases/tag/android-v11.3.0), [11.4.0](https://github.com/maplibre/maplibre-native/releases/tag/android-v11.4.0) and [11.5.0](https://github.com/maplibre/maplibre-native/releases/tag/android-v11.5.0) were released. This last release inadvertently included a small API change, which will mostly be resolved again by [#2880](https://github.com/maplibre/maplibre-native/pull/2880#pullrequestreview-2336900203). A pesky bug in the emulator was plaguing MapLibre Native Android ever since 11.0.0, but we added a workaround in the latest release, so that working with the emulator should be viable again.
+
+- MapLibre Native iOS [6.6.0](https://github.com/maplibre/maplibre-native/releases/tag/ios-v6.6.0) and [6.7.0](https://github.com/maplibre/maplibre-native/releases/tag/ios-v6.7.0) were released.
+
+- MapLibre Node.js 6.0.0 was released which brings support for Metal on macOS, and uses the new [drawable](https://github.com/maplibre/maplibre-native/blob/main/design-proposals/2022-10-27-rendering-modularization.md) renderer architecture.
+
+- Support for [PMTiles](https://github.com/protomaps/PMTiles) may come to MapLibre Native soon! There is an open PR ([#2882](https://github.com/maplibre/maplibre-native/pull/2882)) from Tiago Costa with a request to try it out.
+
+## SwiftUI DSL
+
+MapLibre has a new hosted project: the [SwiftUI DSL for MapLibre native](https://github.com/maplibre/swiftui-dsl)! Originally started by Ian Wagner from [Stadia Maps](https://stadiamaps.com/), the goal of the project is to give MapLibre developers on iOS an experience that rivals the latest MapKit for SwiftUI APIs.
+
+[Jacob Fielding](https://github.com/archdoog) ([Rallista](https://rallista.app/)), [Patrick Wolowicz](https://subzero.eu/) and [Patrick Kladek](https://github.com/Patrick-Kladek) ([HudHud](https://hudhud.sa/en)) shared the same vision, and have each contributed significantly to the ongoing development over the last year. This is a great example of the collaboration that MapLibre seeks to enable across the industry, and the authors are excited to have the project officially hosted under the MapLibre organization.
+
+If you'd like to help shape the future of MapLibre in SwiftUI, join us in the `#maplibre-swiftui-compose-playground` channel on [Slack](https://slack.openstreetmap.us/).
+
+## Meetings and Events
+
+The upcoming monthly meetings will be held as usual on the second Wednesday of the month, which falls on October 9th, 2024. These calls are open to everyone, and we encourage you to join us and say hello!
+
+- MapLibre Navigation: October 9th, 2024, 6:00–7:00 PM CEST
+- MapLibre Native: October 9th, 2024, 7:00–8:00 PM CEST
+- MapLibre GL JS: October 9th, 2024, 8:00–9:00 PM CEST
+
+Zoom links for these meetings can be found in the MapLibre Slack channel. If you’re not already a member, you can easily join by getting an automated invite at https://slack.openstreetmap.us/.
diff --git a/content/news/2024-09-30-maplibre-newsletter-september-2024/msft-sponsor-sep-newsletter.svg b/content/news/2024-09-30-maplibre-newsletter-september-2024/msft-sponsor-sep-newsletter.svg
new file mode 100644
index 000000000..55a58b8e3
--- /dev/null
+++ b/content/news/2024-09-30-maplibre-newsletter-september-2024/msft-sponsor-sep-newsletter.svg
@@ -0,0 +1,352 @@
+
+