← All work
Web Development

rezidencesobin.cz

A website for showcasing a housing project.

CategoryWeb Development
Updated14. 10. 2025
RepositorySource code is not publicly available
Stack
JavaScriptGatsby.JSAPICMS

rezidencesobin.cz

Overview

rezidencesobin.cz was a website I developed for a housing project in Prague.

The website is no longer online, but the screenshot above shows the final design. I can also provide a demo on request.

Interactive floor plan

I built an interactive floor plan from scratch with HTML canvas and JavaScript. Moving the pointer over a flat highlights it and displays its details.

Content management system (CMS)

I integrated Cockpit CMS so the site administrators could update the content without modifying the code. I chose it because its headless setup is simple to work with as a developer.

Technologies used

  • JavaScript
  • Gatsby.JS (I would probably use Next.JS nowadays, but back then Gatsby was my go-to framework for React-based static sites)
  • HTML Canvas (for the interactive floor plan)
  • Cockpit CMS (for content management)