Live data from Hacker News

Show HN: Extend UI – open-source UI kit for modern document apps

extend.ai

41–50 of 88 posts

Re: Show HN: Extend UI – open-source UI kit for modern document apps

#41
post #38

Looks cool but your home page heavily lags on my mbp m3 pro - you should maybe be lazy loading vs loading all your components upfront

Valid feedback a few other comments have mentioned , I’m going to try improving the home page tomorrow

Re: Show HN: Extend UI – open-source UI kit for modern document apps

#42

These should really be web components. Leaving out every framework other than React is really bad for the web.

Then build it yourself. They do work for free, give it to the world, and your response is: do it differently the way I want.

let's all try to be nicer

Re: Show HN: Extend UI – open-source UI kit for modern document apps

#45
post #38

Looks cool but your home page heavily lags on my mbp m3 pro - you should maybe be lazy loading vs loading all your components upfront

Valid feedback a few other comments have mentioned , I’m going to try improving the home page tomorrow

The performance of the "Layout blocks" component is particularly bad. It consumes tons of CPU when scrolling.

Re: Show HN: Extend UI – open-source UI kit for modern document apps

#47
post #15

Super cool. Working on a local AI tool specifically for document workflow automation (where context = screen/web/folders/files), and this could come in super useful. I do most of the PDF/DOCX/etc. parsing natively in Rust, but having a nice way to see the output without spinning up Word or Powerpoint is a huge leap. Thanks for releasing publicly.

nice - did you write a custom parser for PDF/DOCX? we wrote one for XLSX after running into event loop issues with sheet JS

First of all thanks for the great library. It is so much more thay an UI kit!

We wrote (should say are writing) our own xlsx parser in Rust on IronCalc:

https://github.com/ironcalc/IronCalc/tree/main/xlsx

Post reply on HN