Franz Developer Hub
Franz extensible architecture allows developers to add any given service via recipes. It is even possible to create standalone apps that do not require an external server for serving the app.
What is a Recipe?
Recipes are simple node modules that consist in a minimal setting of an package.json
, index.js
and webview.js
.
How do I install a Franz Recipe?
- To install a new integration, download the integration folder e.g
whatsapp
. - Open the Franz Plugins folder on your machine (note that this
dev
directory may not exist yet, and you must create it):
- Mac:
~/Library/Application Support/Franz/recipes/dev/
- Windows:
%appdata%/Franz/recipes/dev/
- Linux:
~/.config/Franz/recipes/dev
- Copy the
whatsapp
folder into the plugins directory - Reload Franz
How to develop, test and deploy recipes
To create a basic recipe you only need:
- Franz 5+ installed on your computer
- A code editor like Visual Studio Code