←back to thread

634 points david927 | 1 comments | | HN request time: 0.207s | source

What are you working on? Any new ideas that you're thinking about?
1. spirodonfl ◴[] No.41348208[source]
I'm cooking... Essentially a way to mock up any layout with design for any interface (web, mobile, desktop, whatever) and then save the layout in a portable format so anything can read it. The data is formatted so that you can re-create the layout natively.

https://youtu.be/P_4mhMB-0L8

-Uses WASM under the hood (blazingly fast) -Exportable into a simple format for desktop, mobile or web use - @htmx_org integration included -Pluggable into any existing front-end or back-end (React or Laravel, etc...)

For now, the work of re-creating the layout lies on programming but I will start building plugins so that it lessens or removes that need.

Website soon!