Studio Marketing Landing Site
Overview
The studio’s own marketing landing page, a lightweight static site bundled with Vite. It serves as the public front door for the practice.
Why It Exists
A studio needs a fast, no-dependency marketing presence it fully controls. This project keeps the footprint minimal: plain HTML/CSS/JS with a modern build step rather than a heavyweight CMS or framework.
What We Built
A single-page static site (index.html plus a public/ asset folder) compiled
through Vite. The dependency surface is intentionally tiny, Vite as the only build
tool, so the output is a small, cache-friendly bundle that deploys to any static
host. Maintained iteratively across multiple years.
Technologies & Approach
Vite provides fast local development and an optimized production build without the overhead of a SPA framework. Hand-authored markup keeps the page lean and easy to edit.
Outcome / Impact
A maintained, self-owned marketing landing page demonstrating that a polished web presence doesn’t require a heavy stack.
Capabilities Demonstrated
- Fast static marketing sites
- Modern build tooling (Vite) without framework lock-in
- Lean, deploy-anywhere frontend delivery