$ studio website for my indie game studio
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.
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.