yes, projects are saved to local storage in the demo.
HN user
theRealestAEP
14 karma
Posts2
Comments4
Show HN: Word in Web – Near MS Word Parity Docx Editor in Web 9 hours ago
No this was built ground up.
edit: not to toot my own horn here - but I am definitely squeezing out more perf on longer documents. My upper end bench mark document was ~500 pages and key presses, new line creation etc. all sits around 20ms with this package.
I had this problem too - I just found that the inconsistency of the the LLM vision + pressure of either having to write OOXML from scratch, or control the app via computer use just didn't really give great results (mostly words fault). Ultimately, for non browser DOCX creation I had more success using some kind of IR that compiles to OOXML.
Yep all of that was exactly my problem too lol - if you have any docs that render poorly make an issue and I'll work on supporting it.