refiner
refiner copied to clipboard
Refiner improves your writing by correcting grammar and style, adjusting tone, and offering formatting options. It is useful for non-native speakers and professionals who communicate with text.
Refiner
Introduction
Refiner is an open source online app designed to improve your written communication. By automatically correcting grammar and stylistic errors, adjusting the tone, and providing various formatting options (e.g., markdown or bullet point conversion), Refiner ensures your messages are clear and accurate. This tool is particularly valuable for non-native speakers and remote working professionals aiming to enhance their written communication.

Features
- Grammar and Style Refinement: Corrects grammatical and stylistic errors.
- Tone Adjustment: Adjusts the tone of the text as needed.
- Text Formatting: Includes markdown formatting and bullet point conversion.
- Non-Native Speaker Friendly: Specially designed to support non-native English speakers in improving their written communication.
Requirements
- Node.js v14.0.0 or above
- An account at OpenAI
- Docker (optional)
Installation
Clone the repository:
git clone https://github.com/imankulov/refiner.git
cd refiner
Install the required packages:
npm install
Copy and modify the env file:
cp env.example .env.local
edit .env.local
You will need an OpenAI API key. Create one at https://platform.openai.com/account/api-keys.
(Optional) To run with Docker:
make build
make run
Usage
Start the server:
npm run dev
Navigate to localhost:3000 in your browser.
Enter the text you want to refine into the provided field, select your desired settings, and then click 'Refine'. The service will do the rest.
Licenses
Refiner is an open-source product licensed under MIT. See the LICENSE file for more details.