whatisgithub

What is lucerne-geo-ai-searching?

cws6206/lucerne-geo-ai-searching — explained in plain English

Analysis updated 2026-05-18

65JavaScriptAudience · generalComplexity · 3/5LicenseSetup · moderate

In one sentence

A web app that combines official Swiss land registry data with AI-generated reports so users can understand what is permitted at a specific Lucerne address or plot.

Mindmap

mindmap
  root((Lucerne Geo AI))
    What it does
      Map-based parcel lookup
      Pulls OEREB data
      AI summary reports
      Compare two locations
    Tech stack
      JavaScript
      Docker Compose
      Gemini or OpenAI API
    Architecture
      Frontend port 3000
      Backend API port 8000
    Use cases
      Land parcel research
      Property due diligence

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Click a point on a map to pull official Lucerne land registry and ownership data for that parcel.

USE CASE 2

Generate an AI-written summary report explaining what is permitted on a specific plot of land.

USE CASE 3

Compare two locations side by side using official cantonal geographic data.

What is it built with?

JavaScriptDockerDocker Compose

How does it compare?

cws6206/lucerne-geo-ai-searchingpolyhelper/polyhelperkiddo-pwn/ffffirefox
Stars656564
LanguageJavaScriptJavaScriptJavaScript
Setup difficultymoderatehardhard
Complexity3/54/55/5
Audiencegeneraldeveloperresearcher

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires Docker Compose and an API key for Google Gemini or OpenAI.

Source code is freely available, any modifications must also be shared under the same GPLv3 terms.

So what is it?

This is a web application for analyzing land parcels and locations in the Swiss canton of Lucerne. It was built to combine official government geographic data with AI-generated reports, making it easier for individuals or businesses to understand what is permitted or relevant at a specific address or plot of land. The core idea is to let a user click a point on an interactive map, and have the app automatically pull together all the official data layers for that spot: ownership records, land registry information (called OEREB in Switzerland), and various cantonal geographic datasets. The AI component then reads that collected data and produces a written summary report. You can analyze a single location or compare two locations side by side. On the technical side, the app is written in JavaScript and runs as a two-part system: a frontend served at port 3000 and a backend API at port 8000. Both are started together using Docker Compose with a single command, so you do not need to configure each piece separately. The only prerequisites beyond Docker are an API key for either Google Gemini or OpenAI, which the app uses to generate the AI summaries. The project is released under the GNU General Public License v3.0, meaning the source code is freely available and any modifications must also be shared under the same terms. The README is fairly concise and covers setup steps but does not go into detail about the data sources or how the AI prompts are structured.

Copy-paste prompts

Prompt 1
Help me set up this Lucerne land parcel app using Docker Compose with a Gemini API key.
Prompt 2
Explain what OEREB data this app pulls for a given address in canton Lucerne.
Prompt 3
How do I compare two land parcels side by side using this tool?
Prompt 4
What does the AI-generated report for a selected location typically include?

Frequently asked questions

What is lucerne-geo-ai-searching?

A web app that combines official Swiss land registry data with AI-generated reports so users can understand what is permitted at a specific Lucerne address or plot.

What language is lucerne-geo-ai-searching written in?

Mainly JavaScript. The stack also includes JavaScript, Docker, Docker Compose.

What license does lucerne-geo-ai-searching use?

Source code is freely available, any modifications must also be shared under the same GPLv3 terms.

How hard is lucerne-geo-ai-searching to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is lucerne-geo-ai-searching for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.