This is a fork of the original project that is way ahead now.
You must log in or register to comment.
So basically a browser extension? Actually it would be preferable in the Firefox sidebar vs a standalone site…
There are lots of options:
- extension, as you mentioned
- Tauri app - like election, but uses system web view instead of baking in a browser
- PWA - service workers to make it work offline in the browser
Each is pretty easy, and the PWA means you can basically get the Tauri app feel for free.