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

Actually my journey was quite similar. I started to build a bindings and web components framework in Pure Go so that I can build user interfaces with webview/webview.

My apps just go:embed all their assets and spawn a local webview as their UI, which is quite nice because client and server use the same schemas and same validations for e.g. web forms and the fetch/REST APIs.

Server-side-rendered components are implemented using a web components graph whose components can be String()ified into HTML.

It's a bit Experimental though, and the API in the components graph might change in the future:

https://github.com/cookiengineer/gooey



Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

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

Search: