Crisp layout
Responsive grid, readable line length, and sensible spacing out of the box.
- Hero + KPIs
- Feature cards
- Pricing table
Built with Pico.css for styling, Alpine.js for interactive UI, and htmx for progressive enhancement. No build step required.
Sensible defaults for a modern, conversion-friendly page.
Responsive grid, readable line length, and sensible spacing out of the box.
Alpine handles toggles, accordions, and toasts without heavy frameworks.
htmx makes forms feel dynamic, while still working without JavaScript.
A simple 3-tier layout. Replace text and wire it to your checkout.
Note: The buttons trigger a toast for demo purposes. Replace with real links.
Accordion powered by Alpine.js.
Pico.css is a compact classless CSS framework. Alpine.js provides declarative interactivity. htmx enables small dynamic behaviors without a client framework.
Yes. It’s a single HTML file with external CDNs.
Point the form to your backend endpoint and return a small HTML fragment. htmx will swap the response into the page automatically.