Skip to content

751K/holland2stay-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

204 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlatRadar

Website User Guide Support GitHub Sponsors License Release Python iOS Android

Chinese version: README_cn.md

FlatRadar is a self-hostable rental listing monitor for the Dutch housing market. It watches supported housing platforms, tracks new listings and status changes, sends real-time alerts, and provides a web dashboard with listings, map, calendar, charts, and account management.

It currently supports Holland2Stay, OurDomain, and Xior. Holland2Stay listings can optionally use the built-in auto-booking flow; OurDomain and Xior are notify-only.

FlatRadar is an independent, unofficial tool. It is not affiliated with, endorsed by, sponsored by, maintained by, or operated by any housing platform it monitors. Use it only for personal, non-commercial purposes and follow each platform's terms.

Website: flatradar.app
User guide: flatradar.app/guide
Support: flatradar.app/support

Contact: surrport@flatradar.app

The demo environment has auto-booking disabled for user accounts. To enable it, please contact us via email or deploy locally.

What It Does

  • Monitors listings across Holland2Stay, OurDomain, and Xior.
  • Sends alerts through Web, Telegram, Email, WhatsApp, iOS push, and Android push.
  • Lets each user keep independent filters, notification channels, and account settings.
  • Shows listings in list, map, calendar, dashboard, and chart views.
  • Supports guest, user, and admin roles.
  • Supports English and Chinese in the web dashboard.
  • Can auto-book eligible Holland2Stay listings and return the payment URL.
  • Runs locally, on a VPS with Docker, or as pre-built desktop packages.

Supported Platforms

Platform Coverage Notes
Holland2Stay Dutch cities configured in Settings Listings, alerts, filters, and optional auto-booking
OurDomain Amsterdam Diemen / South-East Listing alerts and dashboard views
Xior 30 Dutch buildings across 15 cities Listing alerts and dashboard views

Platform coverage changes over time as third-party websites change. Always verify listing details, prices, eligibility, and booking status on the official platform before making decisions.

Apps And Interfaces

Interface Status Notes
Web dashboard Stable Primary admin and self-hosted interface
iOS app Maintenance Available on the App Store; feature-complete for current scope
Android app Beta Kotlin + Compose client, feature-complete (57 files, ~9.5k lines), FCM push verified, Play Store prep in progress
Desktop packages Available macOS .dmg and Windows .zip from GitHub Releases

Download on the App Store · Download Android App

Quick Start

Docker

Docker is recommended for a VPS or always-on home server. Minimum 1 GB RAM required (CloakBrowser ~190 MB + Python/Gunicorn).

cp .env.example .env
mkdir -p data logs logs/caddy
# Edit Caddyfile and .env before exposing the service publicly.
docker compose up -d

Then open your domain, sign in, add users and notification channels, choose monitored platforms/cities, and start the monitor from the dashboard.

For public deployments, set at minimum:

WEB_PASSWORD=change-me
SESSION_COOKIE_SECURE=true
PUBLIC_BASE_URL=https://your.domain.com
SUPPORT_EMAIL=support@example.com

Local Run

pip install -r requirements.txt
# Install CloakBrowser patched Chromium for H2S Cloudflare bypass (~300MB)
python -m cloakbrowser install
cp .env.example .env
python web.py

Open http://127.0.0.1:8088.

macOS note: CloakBrowser on macOS uses a slightly older Chromium build (v145, 26 patches vs v146, 58 patches on Linux). For production use, Docker (Linux) is recommended.

Desktop Releases

Download the latest release from GitHub Releases:

  • macOS: .dmg
  • Windows: .zip

Notification Channels

FlatRadar can send alerts through:

  • Web dashboard notifications
  • Telegram bot messages
  • Email, including the shared Resend sender mode
  • WhatsApp through Twilio
  • iOS push through APNs
  • Android push through FCM
  • iMessage on macOS hosts

Each user can have separate filters and channels.

Auto-Booking

Auto-booking is available only for Holland2Stay. It uses the configured user account, attempts eligible directly bookable listings, and stops at the payment URL. It does not complete payment.

OurDomain and Xior remain notify-only because their booking flows involve third-party forms and anti-abuse protections.

Configuration

Most day-to-day settings are managed from the web dashboard:

  • monitored sources, cities, and buildings;
  • polling interval and peak-hour behavior;
  • user notification channels;
  • user filters;
  • auto-booking settings;
  • theme, language, and account management.

Global deployment settings live in .env. Start from .env.example, then edit values for your server and notification channels.

Before a production deploy, run:

python -m tools.doctor --no-network

Documentation

Contributing And Support

FlatRadar is a solo-driven open source project. Server costs, push infrastructure, and App Store maintenance are paid out of pocket.

License

This project is licensed under the terms in LICENSE.

About

Multi-platform rental listing monitor for Holland2Stay, OurDomain & Xior — real-time alerts via iMessage, Telegram & WhatsApp, multi-user support, H2S auto-booking, and web/iOS/Android dashboards with map, calendar & charts.

Resources

License

Stars

11 stars

Watchers

1 watching

Forks

Sponsor this project

  •  

Packages

 
 
 

Contributors