886 Studios Website Redesign

Screenshot of the 886 Studios website redesign project

This project is a rebuild of the 886 Studios website as a maintainable Astro site. The goal was to reinvent the brand and make the underlying structure easier to work with. The previous website was just a Notion page, which was difficult to maintain and not visually appealing.

GitHub Live preview

What it is

An Astro static-site codebase for my company with route-level pages, reusable page components, shared layouts, centralized content data, and a production-style Vercel preview.

Why I made it

Together with my colleague, we wanted a cleaner way to iterate on the site without treating every page as a one-off file. Moving the structure into Astro makes local preview, component reuse, events/content updates, and future changes more straightforward.

What I learned

  • How to structure a small Astro site around reusable page sections.
  • How to separate site copy from visual layout.
  • How to preserve an existing visual identity while improving maintainability.