Skip to content

recallai/muesli-public

Repository files navigation

Muesli

This is a demo application that shows off what you can build with the Recall.ai Desktop Recording SDK.

This repo is intended to be a mockup of the kind of experience you can build using the Desktop Recording SDK.

Need help? Reach out to our support team support@recall.ai.

Setup

  • Copy the env.example file to a .env file:

    • cp .env.example .env
  • Replace RECALLAI_API_URL with the base URL for the Recall region that you're using that matches your API key, example:

    • RECALLAI_API_URL=https://us-east-1.recall.ai
  • Modify .env to include your Recall.ai API key:

    • RECALLAI_API_KEY=<your key>

Required: This project also uses live transcription with Assembly AI. You'll need to configure your own Assembly credentials on the Recall.ai dashboard. Follow our AssemblyAI real-time transcription guide to set this up.

If you want to enable the AI summary after a recording is finished, you can specify an OpenRouter API key.

OPENROUTER_KEY=<your key>

To launch the Muesli application, start the server first, then the app:

npm ci
npm start

Screenshots

Screenshot 2025-06-16 at 10 10 57 PM Screenshot 2025-06-16 at 10 22 44 PM Screenshot 2025-06-16 at 10 14 38 PM

About

Public muesli sdk repo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published