rat haven studios website

$ studio website for my indie game studio

overview

The official website for Rat Haven Studios, a small indie game studio formed by myself and some friends in 2025. The site covers all studio output: game showcases with playable itch.io embeds, devlogs documenting each project, a workshop section for tutorials and writeups, and individual developer profiles.

tech stack

  • HTML/CSS/JS: pure hand-written markup and styles
  • GitHub Pages: static hosting

links

showcase

Rat Haven Studios Website

how it works

Each content type has its own nav listing (games.html, devlogs.html, workshop.html) backed by the same filter.js script. Cards carry data-tags attributes; each .filter-group operates independently and all active filters must match, so genre and type filters can be combined without any OR logic.

Game pages use a lazy iframe loader: a .game-embed-placeholder div with a data-src attribute renders a thumbnail and play button; clicking it replaces the placeholder with the live itch.io iframe. The lightbox injects a single overlay and wires all [data-lightbox] images to it, with Escape-key dismiss.

features