DalmatiaStay
Travel and accommodation

Problem
Travelers need a clear way to compare coastal properties without digging through crowded listing pages. Hosts also need their availability and property details to stay in sync with the system they use every day.
Approach
DalmatiaStay presents selected apartments through a visual map and focused property details, including availability and direct booking links. The site keeps the browsing experience simple on both phones and larger screens.
DalmatiaStay runs as a Next.js 15 and React 19 application, written in TypeScript and styled with Tailwind CSS. It is deployed as a Node application on Railway, not as a static Astro or Cloudflare Pages site.
The website reads live property data from Gazda through protected server-side requests. It has no separate database: Gazda remains the source of truth. That keeps the public listings current without exposing the private connection between the two products in the browser.