Writify

Your AI-powered grammar fixer for Firefox

Made with ❤️ for better writing.

✨ Features

🚀 Getting Started

1. Get a Gemini API Key

Go to Google AI Studio and sign in with your Google account. Click Create API Key and copy your key.

2. Clone this Repository

git clone https://github.com/yashokuu/Ema.git
cd Ema

Note: The repository name is 'Ema', but the project is rebranded to Writify.

3. Save Your API Key

Create a file named token (no extension) in the project root. Paste your Gemini API key into this file (the file should contain only the key, no spaces or newlines).

4. Install Proxy Dependencies

npm install

5. Start the Proxy Server

You can run the proxy manually:

node proxy.js

Or use PM2 to keep it running in the background:

npm install -g pm2
pm2 start proxy.js --name writify-proxy
pm2 save

6. Load the Extension in Firefox

Open Firefox and go to about:debugging#/runtime/this-firefox. Click Load Temporary Add-on.... Select the manifest.json file from this repo.

Note: For permanent installation, you must sign the extension with Mozilla, then load the signed .xpi via about:addons.

🖱️ Usage

🔒 Security & Privacy

🛠 Troubleshooting