Scaffold and ship HTMX + Express apps fast — from your terminal.
go install github.com/pnpancholi/ship-htmx-app@latestRequires Go 1.21+
ship-htmx-app new myappFollow the prompts to pick your CSS framework, then:
cd myapp
npm install
npm run devYour app is running at http://localhost:3000 🎉
myapp/
├── server.js
├── package.json
├── index.html ← HTMX wired up, CSS included
└── src/
└── public/
├── css/
├── js/
└── partials/
| Option | Details |
|---|---|
| None | Plain CSS, zero dependencies |
| Pico CSS | Minimal, semantic — perfect for HTMX |
| Tailwind v4 | Utility classes, no build step |
- Express + HTMX scaffolding
- CSS framework selection
- Better Auth + Drizzle integration
- Hono backend support
- Go backend support