Use ZappJS to generate a Tauri desktop app that runs in your menu bar
By default, this project is specced to generate an MBA for Vercel.
To run this project as-is:
npm install
npm run tauri devIf you want to generate an MBA for another web app, edit the spec in .zapp/spec.yml.
Here is an example for ChatGPT:
name: chatgpt-mba
title: ChatGPT
domain: dev.ctate
version: 0.1.0
license: MIT
url: https://chat.openai.com
window:
width: 600
height: 800Then run:
npm run generate
npm run tauri dev
To change the icon, swap out .zapp/icon.svg for another SVG icon.
ZappJS is released under the MIT License.