Hacker News new | ask | show | jobs
by krapht 883 days ago
This post is way less informative than the FAQ on your website. I clicked the links thinking I'd get an alternative to JavaFX, Qt, or Electron, but instead I found this which does a better job of explaining what this actually is:

EXT Technical FAQ

What is EXT?

EXT is a platform that allows third party developers to install, load, run, publish and monetize JavaScript-based extensions and native modules, while giving end-users complete control over each extension’s permissions. EXT also includes a store where end-users can find and purchase approved extensions (though the platform also allows side-loading private extensions and modules).

How do extensions work?

Internally, EXT uses the V8 engine to run extensions, which makes their execution extremely fast. Our build pipeline allows us to integrate the latest V8 engine versions automatically, which means you are always going to be up to date with the latest security updates when using EXT. The V8 engine itself does not provide any APIs to extensions, all it can do is run JavaScript code. This is why we allow developers to load EXT modules (which provide functionality) into their extensions. If an extension wants to use an API, it must do so via a module.

2 comments

Good point, thank you for bringing this up!

Our landing page is tailored more for end users, and our API docs are linked at the bottom of the website.

In case anyone else is looking, technical details can be found at http://docs.ext.store and the technical FAQ can be found at https://docs.ext.store/ext-technical-faq

Personally while I liked it at outset, and still looks cool (just not for what I thought it was) I got quite annoyed looking it over that you don't differentiate clearly that it is cross-platform VIA browser. Your description/headline make as if it's an installable shell for building a program on various OS, which it is not.
TY. I didn't feel like hunting around- clicked the link to go to their store page and got an ad and no explanation. I closed it out.