Fabric Apps that do more than show a chart.

Photoreal 3D terrain twins, live transport maps, a flood reconstructed from open government data, and a few games to prove there is no UI ceiling. All of them run inside Microsoft Fabric, signed in with your Fabric identity, reading Lakehouse, Eventhouse or Direct Lake.

16apps, all open source
4categories
14with a live demo clip
0API keys required to try one

Run one in your own tenant

Nothing here is a hosted demo you can only look at. Each app carries its own README with the full deploy path, and every one of them builds and runs locally first.

git clone https://github.com/KornAlexander/Fabric-Apps.git
cd Fabric-Apps/industry/helsinki-public-transport
npm install
npm run dev

The geospatial apps rebuild their own terrain from open data rather than shipping it, so a clone stays small. Each of those has a documented pipeline, usually one command.

How they are built

Three things are true of every app in this repository.

Your identity, not a secret

Apps sign in with the Fabric identity of the person using them. No service principal, no shared key in a config file. Where an app queries Kusto, it does so as the signed-in user, so row-level security actually means something.

Open data, properly attributed

Terrain, buildings, orthophotos, vehicle feeds and weather records all come from open government sources. Each app reproduces the attribution its licence prescribes, verbatim, and streams from the publisher rather than redistributing a copy.

Checked before it ships

The repository gates itself: no tenant identifiers, no customer names, no broken links, a media budget, and a rule that a post about an app must name that app’s original author. The site you are reading is generated from the same source.