Every UIXDraft template works as an Astro component out of the box. Copy the markup, add frontmatter, ship zero-JS static pages.
Get 180+ Templates — $35Astro's architecture is built around HTML-first content. Its .astro component format is essentially enhanced HTML — paste any template markup directly into an Astro file and it ships as static HTML with zero runtime JavaScript by default.
Astro ships zero JS by default. HTML templates become fully static pages — fastest possible load times.
Pair blog templates with Astro Content Collections for type-safe, auto-routed markdown-powered pages.
Add Astro's built-in View Transitions API to any HTML template for silky page animations without writing animation code.
Build static with SSG or enable SSR per-route. HTML templates work identically in both modes.
Create src/components/Hero.astro. The file is split into a frontmatter block (---) and HTML template below.
Copy the HTML body content into the template section. Move <style> tags to the bottom — Astro scopes them automatically.
Define props in the frontmatter: const {'{ title, subtitle }'} = Astro.props. Use in template with {'{title}'}.
Import into any src/pages/*.astro file. Astro handles routing, SSG, and asset optimization automatically.
Article and blog templates combined with Astro Content Collections create fully type-safe, SEO-optimized blogs.
Astro ships zero JS — marketing templates load instantly and score perfect Core Web Vitals right out of the box.
Static portfolio templates deploy to any CDN with astro build. No server required, no cold starts.
Product listing templates work with Astro SSR adapters for Vercel/Netlify with dynamic cart islands.
| Metric | Astro + HTML Template | Next.js | Nuxt |
|---|---|---|---|
| Default JS shipped | 0 KB | ~85 KB | ~95 KB |
| HTML template compatibility | Direct paste | JSX required | Minor changes |
| Lighthouse score (static) | 100 / 100 | 85–95 | 85–95 |
| Build output | Pure HTML files | JS bundles | JS bundles |
Commercial licence · No subscription · Instant download · Lifetime updates
Download All 180+ Templates — $35