Tailwind OS
Agency template with complete Tailwind design system. The Tailwind setup you wish existed.
Deloryen Studio
Tailwind CSS is only as good as the configuration behind it. A `tailwind.config.ts` with an empty theme extension and default breakpoints is not a design system — it is a shortcut that creates inconsistency the moment a second developer touches the project. Every Deloryen Next.js Tailwind template ships with a complete design token architecture: colors as CSS variables for easy brand swapping, a typography scale from 12px to 96px, spacing tokens, border radius constraints (no border-radius above 4px — sharp is engineered), shadow layers, and dark mode via class strategy. The result is Tailwind done correctly — consistent, maintainable, and ready for a team.
Available Templates
Agency template with complete Tailwind design system. The Tailwind setup you wish existed.
Dark theme Tailwind template with complete token system and Framer Motion.
SaaS landing template with Tailwind design system and Stripe integration.
What Every Template Includes
| Specification | Other Marketplaces | Deloryen Studio |
|---|---|---|
| Lighthouse Performance | 62–74 | 95–100 |
| Next.js Architecture | Pages Router common | App Router only |
| TypeScript Coverage | Partial or absent | 100% strict mode |
| CSS System | Bootstrap (200kb+) | Tailwind (10kb purged) |
| Structured Data | Rarely included | Every page |
| GEO Optimization | None | Built-in |
| Performance Guarantee | None | Documented + testable |
| License | Complex, tiered | Clear commercial terms |
FAQ
Each template includes a complete tailwind.config.ts with brand colors as CSS variables, a named typography scale, spacing tokens, shadow system, border radius constraints, and animation duration/easing tokens. All design decisions are made once and applied consistently.
Brand colors are defined as CSS custom properties in globals.css and referenced in tailwind.config.ts. Changing the primary color requires editing one line — the CSS variable value.
With Tailwind's content purging configured correctly, production CSS is typically under 10kb gzipped. This directly contributes to the 95+ Lighthouse score.
Yes. Every reusable component is documented with its available Tailwind class variants, prop interface, and usage example.
Your move