QGIS-Website
Official Website for QGIS.org
QGIS-Website: Official Website for QGIS.org
Official Website for QGIS.org
What the project is
QGIS-Website is a Python project hosted on GitHub. Official Website for QGIS.org 👋 Welcome to QGIS.org! This repository hosts the source code for the official QGIS Project website: 🌍 https://qgis.org Here you'll find everything you need to build, develop, and contribute to the QGIS website. ⚠️ Note on Subdomain Websites This repository is only for the main QGIS website (qgis.org). If you are looking for the source code or want to contribute to QGIS subdomain websites, please visit their respective repositories below. Each subdomain has its own codebase and contribution process: - plugins.qgis.org (GitHub: QGIS-Plugins-Website) to QGIS Plugins Repository - hub.qgis.org (GitHub: QGIS-Hub-Website) to QGIS Resources Hub - feed.qgis.org (GitHub: qgis-feed) to QGIS Feed Manager - planet.qgis.org (GitHub: QGIS-Planet-Website) to QGIS Planet Blog Aggregator - members.qgis.org (GitHub: QGIS-Members-Website) to QGIS Sustaining Members Portal - certification.qgis.org (GitHub: QGIS-Certification-Website) to QGIS Certification Programme Platform - changelog.qgis.org (GitHub: QGIS-Changelog-Website) to QGIS Changelog Manager - conference.qgis.org (GitHub: QGIS-UC-Website) to QGIS User Conference Website The repository is maintained by qgis and tracks activity through its public issue tracker and commit history. Readers who want a working example rather than a bare library will find the documentation and the linked resources useful for getting a first build running.
What it offers
The QGIS-Website repository documents several concrete capabilities that shape how people use it. Internationalization and translation workflow: see I18N.md Development and production build guide (including incremental per-language builds and media dedup): see DEVELOPMENT.md Tim Sutton to Original author and lead maintainer of the QGIS Website project Kontur Team to Responsible for the design and development of the current website version Lova Andriarimalala to Core developer and ongoing maintainer These points are taken from the project README, so they reflect what the maintainers actually ship rather than marketing claims. Checking the file list and the example directories gives a fuller picture of how each piece fits together.
How to set it up
Getting QGIS-Website running starts with cloning the source from https://github.com/qgis/QGIS-Website. The README lists the commands needed to fetch the code and build or launch it. Representative steps from the documentation include: git clone https://github.com/qgis/QGIS-Website.git npm install npx playwright install --with-deps chromium ./run-tests.sh. After the code is on disk, the project instructions walk through configuration and any dependencies. Following the order shown in the README avoids the common setup mistakes that come from mixing steps.
License and project status
QGIS-Website is written primarily in Python and is released under the MIT license, which sets the terms for reuse and redistribution. The project reports around 70 stars on GitHub, a signal of how many developers have bookmarked it. The source was last updated on 2026-08-21. The canonical location is https://github.com/qgis/QGIS-Website, where the license file, the changelog and the open issues give the most current state of the work. Anyone planning to depend on it should read the license text directly before shipping it inside another product.
Editorial conclusion
The QGIS-Website source lives at https://github.com/qgis/QGIS-Website under the MIT license and is mainly written in Python. The README and the linked examples remain the place to confirm the current behaviour before adopting the project.
Community notes