https://github.com/brianium/hiccupad
AI generated slop to convert html to hiccup
https://github.com/brianium/hiccupad
clojure clojurescript hiccup
Last synced: 4 months ago
JSON representation
AI generated slop to convert html to hiccup
- Host: GitHub
- URL: https://github.com/brianium/hiccupad
- Owner: brianium
- Created: 2025-03-11T21:24:36.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-11T22:12:45.000Z (4 months ago)
- Last Synced: 2025-03-11T22:27:33.414Z (4 months ago)
- Topics: clojure, clojurescript, hiccup
- Language: Clojure
- Homepage: https://brianium.github.io/hiccupad/
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hiccupad
Convert HTML to Hiccup
Use at: https://brianium.github.io/hiccupad/
## About
Really just an excuse to deploy something small with [squint](https://github.com/squint-cljs/squint), [tailwindcss](https://tailwindcss.com/), and [daisyui](https://daisyui.com/).
app.cljs almost entirely written using [Cursor](https://www.cursor.com/) and [Claude 3.7 Sonnet](https://www.anthropic.com/claude/sonnet).
## Features
- Convert HTML to Hiccup
- Entirely client side
- Copy to clipboard
- Dark mode
- Mobile friendly
- Wraps multiple root elements in a `(list)` form## Dev
Requires
- [babashka](https://github.com/babashka/babashka) for building and development.
- [vite](https://vite.dev/)To develop, just run the `bb dev` task:
```bash
$ bb dev
```This will start squint's watch mode and the vite dev server. View the app at [http://localhost:5173](http://localhost:5173).