Home

Modern static frontend stack

This partial showcases the boilerplate stack: plain HTML partials, Tailwind 4 utility classes, TypeScript, Vite bundling, and lightweight Alpine.js interactivity.

Partials only

This card lives in the features-demo partial. Reusable fragments live in partials/ and are pulled in via <load src="partials/name.html" /> from vite-plugin-html-inject.

Tailwind 4 utilities

Layout and spacing use Tailwind 4 utilities and design tokens (see assets/tailwind.css). Partials are styled directly with utility classes using shared design tokens.

TypeScript, Vite & Alpine.js

The interactive counter below comes from partials/counter.html and runs on Alpine.js bundled through assets/main.ts.

Clicks:

Next page

Continue to the secondary template: About us.