Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I’ve been trying to build a way to allow for more scripts to get automatically turned into UIs. Then can be built, shared and run in web browsers. It’s amazing how far browsers have come especially with the addition of ES modules.

Its basically a JavaScript DSL to create little web apps with reactive, understandable code. For example:

const age = input(“what is your age?”)

text(“your age is” + age)

Would automatically create a UI around this.

Can see it at https://trytoolkit.com

I’ve been surprised how much I’ve personally been getting value from this little app.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: