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.
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
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.
Refiner is an open-source product licensed under MIT. See the LICENSE file for more details.