
Wiremi
A full website rebuild for Wiremi, including a public marketing site and an admin dashboard for managing news content.
Role
Frontend Engineer — Built the marketing website, built the admin dashboard, integrated the CMS/news workflow
Duration
Nov 2024 – Dec 2024
Problem
The client's previous site couldn't support their needs going forward, and non-technical team members had no way to publish news updates without going through a developer each time.
Solution
Rebuilt the site from scratch across all required pages (About, Contact, News, Pricing, Services, Privacy Policy, Terms), and added an admin panel scoped specifically to news content — giving the team a self-serve way to publish without touching code or waiting on a dev.
Key Engineering Decisions
Kept the admin surface intentionally narrow — scoped to news management only, rather than a full CMS, to match what the client actually needed rather than over-building.
Engineering Highlights
- Built and shipped a full multi-page marketing site from scratch
- Built a scoped admin panel for non-technical content management
- Site stayed in production for 1.5+ years
Tech Stack
Results
Live in production for 1.5+ years.
Lessons Learned
Access control for the admin panel was handled with a single hardcoded set of credentials rather than a proper auth system — a reasonable shortcut for a small, single-admin use case on a short timeline, but it's the first thing I'd replace with real authentication if the scope grew or more people needed access.