
New Zealand School of Korea
The New Zealand School of Korea is a Korean language school for Korean families in New Zealand. This is its website, gathering the school's story, timetable, curriculum, and enrolment details into one calm, bilingual place.
How it's built
- Astro 5 with static output, so every route is a real HTML file.
- React 19 for the few interactive islands, with TypeScript throughout.
- Tailwind CSS v4, driven by a small set of pastel brand tokens.
- Hosted on Vercel, with the sitemap generated at build.
A few details worth noting
Each page renders to HTML and ships no JavaScript unless a piece needs it. The mobile menu, the scroll spy tabs, and the auto scrolling carousels are the only parts that hydrate, so the rest stays fast and static.
The home hero is a pure CSS photo mosaic, rows of school photos panning behind the name. Those photos are globbed and encoded to WebP at build time. Content is bilingual throughout, Korean alongside English, and the section tabs follow the reader down the about, education, and enrolment pages.
