A React-based HTML editor using Froala, enhanced with AI features like real-time content suggestions, automatic text generation, and EEAT analysis to improve writing quality and productivity.
- Rich text formatting with Froala
- Real-time AI writing suggestions
- Generate content automatically from prompts
- EEAT (Experience, Expertise, Authoritativeness, Trustworthiness) analysis
- Node.js (v16+)
- npm
git clone <repo-url>
cd react-froala-html-editor
- Navigate to the backend folder (
cd backend
) and runnpm install
- Navigate to the ai-froala-editor folder (
cd ai-froala-editor
) and runnpm install
- Store sensitive API keys in a
.env
file
- Start frontend:
npm run dev
- Start backend:
node server.js
- Open the editor in your browser.
- Write at least 50 characters in the editor.
- Click the AI button (star icon) in the toolbar to generate content.
- Click the EEAT button (search icon) to get content quality analysis.