Why We Built Wumty
Most website templates solve the wrong problem. They give you a pretty design, then leave you to figure out performance, SEO, accessibility, and deployment on your own. Or worse — they run on WordPress, where every plugin is a security risk and every theme update is a gamble.
We built Wumty because agencies and developers deserve better. The system generates static HTML at build time using Astro, which means no server, no database, no security patches, and no monthly hosting costs. Every page loads in under one second. Every page scores 100/100 on Google Lighthouse. Every page includes proper Schema.org structured data, Open Graph tags, and XML sitemaps — configured from day one.
How Wumty Works
Wumty is a collection of production-ready website templates organized as a monorepo. Each template is built with Astro 5, SolidJS for interactive components, and Tailwind CSS 4 for styling. Content is managed through type-safe content collections with Zod validation.
The Starter Kit is free and open source — perfect for learning Astro or building personal projects. The Pro Kit adds content collections, blog, contact forms, FAQ with structured data, and everything needed for production client sites. The Agency Kit adds monorepo architecture with shared packages, per-site theming, and migration tooling for unlimited client websites.
The Technology Stack
- Astro 5 — Static site generation with island architecture. Zero JavaScript by default.
- SolidJS — Reactive UI for interactive islands like theme switchers and mobile menus.
- Tailwind CSS 4 — Utility-first styling with custom design tokens from
theme.json.
- pnpm + Turborepo — Monorepo package management with build caching.
- Zod — Runtime schema validation for content collections and config files.
Every tool in the stack was chosen for developer experience, build performance, and output quality. No page builders. No databases. No plugins. Just files.