Sota Misaki Projects

Meijo University Athletics Association Soccer Club Website

August 1, 2025
  • TypeScript
  • Next.js
  • Tailwind CSS
  • Cloudflare Workers
  • microCMS
meijosoccer.com

The official website for the Meijo University Athletics Association Soccer Club, a university soccer club based in the Tokai region. This project involved a full redesign and rebuild from scratch.

Background

The club had an existing site, but it offered little control over markup, performance, or content structure. Several issues were making it harder to maintain and harder for visitors to find.

Key problems with the old site:

Tech stack

The new site is built with Next.js and TypeScript, deployed on Cloudflare Workers via the @cloudflare/next-on-pages adapter. Styles are written in Tailwind CSS.

Cloudflare Workers was chosen for its global edge network — pages are served from the datacenter closest to the visitor, minimizing time to first byte. The free tier is generous enough to run a club site with no infrastructure cost.

SEO

Every page now includes:

Images are served in WebP format with explicit width and height attributes, preventing layout shift and improving CLS scores.

Site structure

The site is organized around three main areas:

Content is managed through microCMS, a Japanese headless CMS with a clean, form-based editor. Because updates require no code or technical knowledge, any club member can publish match results, edit schedules, or update the roster directly from a browser — without involving a developer.