Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zlwaterfield/scramble
Open-Source Grammarly Alternative
https://github.com/zlwaterfield/scramble
Last synced: about 2 months ago
JSON representation
Open-Source Grammarly Alternative
- Host: GitHub
- URL: https://github.com/zlwaterfield/scramble
- Owner: zlwaterfield
- License: mit
- Created: 2024-09-18T02:06:14.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T11:26:44.000Z (about 2 months ago)
- Last Synced: 2024-09-19T05:49:00.562Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 75.2 KB
- Stars: 775
- Watchers: 4
- Forks: 27
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scramble - Open-Source Grammarly Alternative
Scramble is an open-source Chrome extension that leverages AI to enhance your writing directly in your browser. It's designed to be a more customizable and privacy-respecting alternative to Grammarly.
## Installation
1. Clone this repository or download the source code
2. Open Chrome and go to `chrome://extensions/`
3. Enable "Developer mode" in the top right
4. Click "Load unpacked" and select the extension directory> Currently pending review on Chrome Web Store. Once approved, you can install it from there.
## Usage
1. Highlight text on any webpage
2. Right-click to open the context menu
3. Select "Scramble" and choose a text enhancement option
4. Wait for the AI to process and enhance your textScreenshot:
## Default Prompts
Scramble comes with several pre-configured text enhancement options:
1. Fix spelling and grammar
2. Improve writing
3. Make more professional
4. Simplify text
5. Summarize text
6. Expand text
7. Convert to bullet points## API Key
**Important:** This extension requires an OpenAI API key to function. You need to provide your own API key in the extension settings. Please visit [OpenAI](https://openai.com/) to obtain an API key.
## Future Features
Planned features include:
- Custom user-defined prompts
- Support for additional language models (LLMs)
- Enhanced context awareness
- Integration with other AI services
- View diff between original and improved text
- Underline grammar / spelling issues
- Local LLM so it doesn't rely on a third party## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## License
[MIT License](LICENSE)