A modern collaborative text editor built with Electron that provides real-time collaboration and AI assistance.
- Real-time collaborative editing
- AI-powered code suggestions
- Clean and modern UI
- Built with Electron and React
- Socket.io for real-time communication
- Install dependencies:
npm install
- Set up environment variables:
Create a
.env
file in the root directory and add:
OPENAI_API_KEY=your_openai_api_key_here
- Start the development server:
npm start
To run in development mode:
npm run dev
This will start both the Electron app and the development server.
- Electron
- React
- Socket.io
- OpenAI API
- Collaboration.js