Show HN: Extend UI – open-source UI kit for modern document apps
11–20 of 88 posts
Re: Show HN: Extend UI – open-source UI kit for modern document apps
#12Re: Show HN: Extend UI – open-source UI kit for modern document apps
#13Why doesn't it mention anywhere that they are React components?
Re: Show HN: Extend UI – open-source UI kit for modern document apps
#14Thanks, that looks awesome! We were looking to add DOCX and XLSX preview to our app, and were planning to do server-side conversion to PDF (which seems to be what most other apps resort to) due to the lack of good libraries to render it, and this is exactly what we were looking for! :)
i can't promise its visually 1:1 with Word/Excel but its pretty close on the corpus we tested with
Re: Show HN: Extend UI – open-source UI kit for modern document apps
#15Thanks for releasing publicly.
Re: Show HN: Extend UI – open-source UI kit for modern document apps
#16Earlier quoted context omitted.
Hi! I'm one of the engineers at Extend that worked on this - one of our other engineers created a Rust XLSX/XLS parser that we ported to WASM to our @extend-ai/react-xlsx package which handles the rendering/charts. It exposes some hooks so users can use their own components for the toolbar
How much was actual engineering and how much was telling an AI what to do?
Re: Show HN: Extend UI – open-source UI kit for modern document apps
#17Super 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.
Re: Show HN: Extend UI – open-source UI kit for modern document apps
#18Super 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
[1] https://github.com/J-F-Liu/lopdf
Re: Show HN: Extend UI – open-source UI kit for modern document apps
#19really like these - curious how the xlsx editor and viewer is built in that what kind of headless spreadsheet? could not have been easy
Hi! I'm one of the engineers at Extend that worked on this - one of our other engineers created a Rust XLSX/XLS parser that we ported to WASM to our @extend-ai/react-xlsx package which handles the rendering/charts. It exposes some hooks so users can use their own components for the toolbar