10000 GitHub - distractdiverge/text-ai-collab-tool
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

distractdiverge/text-ai-collab-tool

Repository files navigation

Collaborative Text Editor

A modern collaborative text editor built with Electron that provides real-time collaboration and AI assistance.

Features

  • Real-time collaborative editing
  • AI-powered code suggestions
  • Clean and modern UI
  • Built with Electron and React
  • Socket.io for real-time communication

Setup

  1. Install dependencies:
npm install
  1. Set up environment variables: Create a .env file in the root directory and add:
OPENAI_API_KEY=your_openai_api_key_here
  1. Start the development server:
npm start

Development

To run in development mode:

npm run dev

This will start both the Electron app and the development server.

Technologies Used

  • Electron
  • React
  • Socket.io
  • OpenAI API
  • Collaboration.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0