Israstat
February 22, 2026 ยท View on GitHub
Immaculate real estate intelligence for the Israeli market.
Israstat Explorer is a high-end, data-driven platform designed to identify personalized property opportunities across Israel. By intersecting Bank of Israel (BoI) regulations with granular market data, it provides users with a "Purchasing Power" first approach to real estate.
๐จ Visual Identity & UX
Designed with a "Modern Heritage" aesthetic, the application prioritizes visual excellence and tactile feedback:
- Palette: A curated trifecta of English Racing Green, Cream, and Metallic Gold.
- Typography: A sophisticated blend of Playfair Display (Serif) for headings and Inter (Sans) for data nodes.
- Interaction: Micro-animations powered by Framer Motion, noise-overlay textures, and gold micro-glows.
Interface Preview

โก Core Features
๐๏ธ BoI-Compliant Mortgage Engine
- Dynamic Profiles: Accurate LTV (Loan-to-Value) modeling for First-time Buyers (75%), Upgraders (70%), and Investors (50%).
- DSR Monitoring: Real-time Debt-Service Ratio tracking with visual alerts at the critical 33% threshold.
- Net Income Estimation: Sophisticated Israeli tax bracket approximations to convert gross income to realistic purchasing power.
๐ Opportunity Explorer
- Neighborhood Granularity: Matches your specific budget to transaction-level data across 17+ high-growth neighborhoods.
- Regional Trends: 6-region growth ribbon displaying annual appreciation and price-per-sqm metrics.
- Market Pulse: Real-time ticker for CPI (Consumer Price Index) and construction cost fluctuations.
๐ Deal Analysis Modal
Click any neighborhood card to open an immersive split-view modal:
- Trend Chart: Interactive Recharts area graph with rolling-average trend line, color-coded dots per deal category, and a dashed median reference line.
- Category Filters: Instantly filter by Below Market, Market Rate, Above Market, or Luxury classifications.
- Deal List: 40 generated deals per neighborhood โ each showing address, date, price, โช/sqm, size, floor, and category badge.
- Hover-to-Highlight: Hovering a deal card in the list enlarges and glows its corresponding data point on the chart.

๐๏ธ Premium Animation System
- Staggered Reveals: Smooth sequence-based loading for opportunity cards.
- Blur-Scale Transitions: High-fidelity visual feedback on value updates.
- Glassmorphism: Layered depth with backdrop blur and border-glow effects.
๐๏ธ Technical Stack
- Framework: Next.js 16 (App Router)
- Language: TypeScript
- Styling: Tailwind CSS + Custom CSS Design Tokens
- Charts: Recharts
- Animations: Framer Motion
- Icons: Lucide React
๐ Getting Started
Prerequisites
- Node.js 20+
- npm or yarn
Installation
- Clone the repository
- Install dependencies:
npm install - Run the development server:
npm run dev
Open http://localhost:3000 with your browser to explore the intelligence.
๐ Project Structure
src/
โโโ app/ # Next.js Routes & Layouts
โ โโโ globals.css # Premium Design System (CSS Tokens + Modal Styles)
โ โโโ page.tsx # Main Interactive Intelligence Dashboard
โโโ components/
โ โโโ DealModal.tsx # Split-View Deal Analysis Modal (Recharts + List)
โโโ lib/
โ โโโ mortgage-engine.ts # BoI Regulatory & Amortization Logic
โ โโโ deal-provider.ts # Seeded PRNG Deal Generator & Category Engine
โโโ data/
โโโ market-snapshot.ts # Filtered Real Estate & Economic Data
Important
Disclaimer: Israstat Explorer provides estimates based on current Central Bureau of Statistics data. Always consult with a licensed mortgage advisor for final financial decisions.