Convert HTML to Hiccup
Use at: https://brianium.github.io/hiccupad/
Really just an excuse to deploy something small with squint, tailwind 635A css, and daisyui.
app.cljs almost entirely written using Cursor and Claude 3.7 Sonnet.
- Convert HTML to Hiccup
- Entirely client side
- Copy to clipboard
- Dark mode
- Mobile friendly
- Wraps multiple root elements in a
(list)
form
Requires
To develop, just run the bb dev
task:
$ bb dev
This will start squint's watch mode and the vite dev server. View the app at http://localhost:5173.