Skip to content

recallai/desktop-sdk-electron-webpack-sample

Repository files navigation

Recall.ai Desktop SDK Electron Example (with Webpack)

This is a minimal example application which can get you started quickly, and is ready to run npm start and npm run make on! This repo is intended to be used as a template for you to start off with. If you want a more feature-complete example application, take a look at Muesli.

Screenshot 2025-06-16 at 10 05 41 PM

Setup

Modify .env to include your Recall.ai API key:

API_KEY=<your key>

NOTE: In a production application, you'd keep your API keys on your backend and perform the POST requests there, however for sake of simplicity, we do it here in the application.

npm install
npm start

About

A short example of a recording application built with the Desktop SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published