Skip to content
Sanghyun Kim
All projects
Live · I use it

UR check

Save the UR apartment you're looking for and get an email when a matching room opens up — so you don't have to keep refreshing the site.

UR check saved searches page with one search for Koto ward
What
Web service (Japanese UI)
Since
2026
Role
Solo — product to ops
Runs on
Azure Container Apps

About

UR rentals in Tokyo go fast, and the official site has no alerts. I kept checking it by hand, so I built a service that checks for me.

You can start with one saved search without signing up. Sign in with Google later and your searches and history come with you.

What it does

Saved searches
Area, rent, floor space, layout and walk time across Tokyo, Kanagawa, Chiba, Saitama and Ibaraki.
Scheduled checks
Each search is checked on its own interval between 08:00 and 20:00 JST.
Change-only emails
One summary when you turn alerts on, then only rooms that are new or listed again.
Guest to member
Searches and history move over in one step when you sign in with Google.
History
Every check and every email is listed with its result.
Creating a search step by step: area, rent, layout, size and walk time, checks and a name
Home page with saved searches, a newly found room with its floor plan, and recent checks

How it’s built

Backend
Java · Spring Boot · Spring MVC · Spring Data JPA · Scheduler
Frontend
React · TypeScript · Vite · TanStack Query · Tailwind CSS
Auth
Spring Security · Entra External ID · Google
Data
PostgreSQL · Flyway
Infra
Azure Container Apps · Container Registry · Key Vault · Terraform · Cloudflare DNS
CI/CD · Ops
Azure Pipelines · Workload Identity Federation · Application Insights

Notes

One container, on purpose

React and Spring ship as one image on a single replica. It keeps the scheduler and sessions simple for a service this size.

No transactions around the network

Calls to UR and the email service run outside database transactions, so a slow request or a failed email never rolls back a good scan.

A partial scan is a failed scan

If any page fails, the whole check fails and the previous state stays. Better to miss one run than to send a wrong “new room” email.

Not affiliated with UR (Urban Renaissance Agency). Always confirm availability on the official UR site.