Analysis updated 2026-05-18
Rewrite a plain email into executive-level corporate language at four intensity levels with one button click in Outlook.
Deliver a corporate translation alongside the original email text so readers see both versions.
Use the Gemini free tier to run the corporate translator at zero cost by supplying your own API key.
| jimdawdy-hub/outlook-corporate-translator | acip/slack-claude-agent | alexanderdaly/neurofhe-relay | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | writer | developer | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires Node.js v16+ and an API key from OpenAI or Google Gemini, npm start handles HTTPS setup and Outlook sideloading automatically.
Corporate Jargon Translator is an Outlook add-in that adds a button to your email ribbon for converting plain English into corporate buzzword prose using an AI model. After installing it, you open any email in Outlook, click Translate to Corporate, pick a jargon intensity level, and get back a rewritten version you can insert into the email or copy to the clipboard. The add-in offers four intensity levels. Mild adds light corporate phrasing. Medium introduces alignment and deliverable language. Extreme pushes into paradigm shifts and synergies. Unhinged produces the kind of text that wins awards in internal communications. You supply your own API key from either OpenAI or Google Gemini, both of which offer cheap or free-tier access for this kind of short-text task. The key is saved locally in your browser's storage and is only ever sent directly to the AI provider you choose, never to any intermediate server. There is no analytics or data collection. The add-in works in Outlook on Windows, Mac, Outlook on the Web, and the newer Outlook for Windows. Setup requires Node.js version 16 or later. You clone the repository, run npm install, then npm start, which starts a local HTTPS development server and automatically sideloads the add-in into Outlook. If automatic sideloading does not work, the README includes step-by-step manual instructions for the Windows desktop version. When you use the translator, you can keep both the original text and the corporate version stacked in the email, or replace the original with the translation alone. The underlying mechanism uses Office.js, Microsoft's library for reading and writing email content from add-ins, combined with a call to the AI API using a system prompt tuned to the chosen jargon level. The project is released under the MIT license.
An Outlook add-in that rewrites plain emails into corporate buzzword prose at four intensity levels, using your own OpenAI or Gemini API key stored locally.
Mainly JavaScript. The stack also includes JavaScript, Node.js, Office.js.
Use freely for any purpose including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly writer.
This repo across BitVibe Labs
Verify against the repo before relying on details.