Deep dive: M3E Canvas turns a real M3 component canvas into a 4,000-char prompt #3
Closed
LAIguapi
started this conversation in
Show and tell
Replies: 1 comment
|
Thank you so much for the deep dive and the kind words! If the Chinese write-up is published somewhere, I'd love a link. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I spent an evening with M3E Canvas and wrote up a hands-on deep dive (in Chinese): pulled the code, read through the architecture, and built a 3-screen expense-tracker prototype to see what the generated prompt actually looks like.
A few things that impressed me:
lib/prompt.ts) is fully hand-written in three languages. No API key, deterministic output, works offline.Friction points I hit: default language is Japanese (browser locale saves you), default light theme gets baked into the prompt ("light mode only" — easy to miss), and it locks to preview-only mode below 1200px width.
Great work — this fills a real gap between freeform whiteboards (tldraw/Excalidraw) and black-box generators (v0). The readable, editable prompt as an intermediate layer is an underrated design choice.
All reactions