Hacker News

Subscribe to Hacker News feed
Hacker News RSS
Updated: 10 min 20 sec ago

Elliot Smith on Freaks [video]

Sun, 11/10/2024 - 1:30pm
Categories: Hacker News

Play Abuse SDL port in the browser

Sun, 11/10/2024 - 1:19pm

Article URL: https://midzer.de/wasm/abuse/

Comments URL: https://news.ycombinator.com/item?id=42101603

Points: 1

# Comments: 1

Categories: Hacker News

Show HN: Auto generated form UI for backend actions

Sun, 11/10/2024 - 1:11pm

https://github.com/claceio/clace is a project I have been building as a way for teams to easily deploy internal tools. As part of that, I added the ability to create simple auto generated UI for backend actions. The goal is to build a easy way to deploy automations, instead of using Rundeck or Jenkins to run scripts.

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...).

Comments URL: https://news.ycombinator.com/item?id=42101571

Points: 1

# Comments: 1

Categories: Hacker News

Pages