Show HN: Auto generated form UI with HTMX and Starlark(utils.demo.clace.io)
utils.demo.clace.io
Show HN: Auto generated form UI with HTMX and Starlark
https://utils.demo.clace.io/dict
2 comments
Clace allows you to build simple reports and automations without writing any UI code. Error handling is supported for invalid inputs, all updates are done without any full page refresh.
https://utils.demo.clace.io/list_files is another demo, source is at https://github.com/claceio/apps/tree/main/system/list_files. The docs are at https://clace.io/docs/actions/
https://utils.demo.clace.io/list_files is another demo, source is at https://github.com/claceio/apps/tree/main/system/list_files. The docs are at https://clace.io/docs/actions/
[deleted]
Clace is implemented in Go. Starlark (python dialect) is used to configure backed actions. You define the params and what action should run (like run a shell script, run a HTTP API or a database call). Clace will show an auto-generated UI. The UI uses HTMX for interactivity, using OOB swap. The results are shown as text, table, JSON tree or even custom HTML reports.
https://utils.demo.clace.io/dict is demo dictionary app (app source is at https://github.com/claceio/apps/blob/main/misc/dictionary/ap...).