About this project
HUSHFUSION Mute Plan is a zero-build static brand site project implemented in pure HTML/CSS/JS, with no npm, no bundler, and no framework. The project includes four dark exhibition-style pages (Home, About, HIBS Team, Progress), supports night/day dual theme switching, saves the theme choice in localStorage, and changes the browser icon with the theme.
The project provides a complete asset management workflow: all visual assets come only from two source images, with posters and brand slices generated through a deterministic slicing script (tools/slice_assets.py), and icons generated from the second source image by tools/make_icons.py. Each slice records a sha256 checksum and the source image crop box, ensuring assets are traceable and reproducible.
The project also includes a zero-dependency real-browser acceptance script (scripts/verify-site.mjs), which drives headless Chrome through the Chrome DevTools Protocol to execute 105 assertions across the four pages and automatically generate full-page screenshots. The submission backend is implemented based on a Cloudflare Worker, including form validation, honeypot protection, and direct email sending.
The documentation system is comprehensive, covering the design brief, frontend design plan (DESIGN-PLAN.md), content source table, asset inventory, public record layer design, fund freezing plan, and GUARDIAN candidate mechanism, making it suitable as a reference for quickly building brand sites and managing design specifications.
Comments
0 Rating appears after 10 ratings
Sign in to join the discussion.