FlowPal is a writing enhancement tool designed to assist users in improving their text by maintaining the intended style while correcting errors. It leverages the capabilities of Vue.js and an LLM to provide a user-friendly interface for text processing and style-specific improvements.
Try FlowPal online at: https://mariomka.github.io/flow-pal/
This project, FlowPal, represents a significant milestone as it is the first project created entirely by AI without any manual code modifications. It marks a new chapter in my journey, providing invaluable assistance in enhancing my English writing skills. I am excited to see how this tool will continue to support my growth and development.
-
Multiple Writing Styles
- Preserve Original Style - Maintains your writing style while fixing errors
- Business - Professional and clear tone for business communication
- Technical - Precise and detailed tone for technical documentation
- Casual - Friendly and conversational tone
- Marketing - Engaging and persuasive tone for promotional content
- Simple - Clear and easy-to-understand language for general audiences
-
Smart Text Processing
- Grammar and spelling correction
- Style-specific improvements
- Spanish text handling and translation
- Custom instruction support
- Visual diff view to track changes
-
User-Friendly Interface
- Clean, modern design
- Efficient text processing
- Copy and paste functionality
- Easy text comparison
- Persistent settings
- Node.js
- npm
- OpenAI API key
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Access the application in your browser and click the settings icon in the top-right corner to enter your OpenAI API key.