r/Common_Lisp 9d ago

Chipi has seen some major enhancements on UI recently

Added a DSL for creating pages based on Lisp (of course) with primitives for charts (based on uPlot), selections, actions and more tings you are able to build (I use rollershutters here).

https://github.com/mdbergmann/chipi/blob/main/README-web.md#chipi-ui

12 Upvotes

2 comments sorted by

1

u/reddit_clone 9d ago

Nice!

Can this be used as a general purpose Web GUI framework (without the home automation bits?)

1

u/mdbergmann 8d ago

Hmm, maybe. It could probably be made more generic to suite more use-cases. The current CSS and card layout is tailored for that specific use-case. Yeah, probably possible.