Favicon of Rustpad

Rustpad

Write and edit code or text together in real time. This minimal, open-source editor uses operational transformation for fast, conflict-free collaboration.

Experience real-time collaboration without the bloat. This open-source text editor provides a minimal, highly efficient environment for teams to write, edit, and review text or code simultaneously. Built on the robust operational transformation algorithm, it ensures that all concurrent edits sync perfectly without conflicts or lag. You can easily host it yourself for complete data privacy and control. Key benefits include:

  • Real-time synchronization: See changes from other users instantly as they type.
  • Conflict-free editing: The underlying algorithm intelligently merges concurrent edits.
  • Minimalist interface: Focus entirely on your work without distracting menus or unnecessary features.
  • Self-hosted privacy: Keep full ownership of your data by deploying the editor on your own infrastructure.
  • Open-source transparency: Inspect, modify, and contribute to the core codebase.

Directory Structure

rustpad
.env
docker-compose.yml

docker-compose.yml

services:
  rustpad:
    image: rustpad/rustpad
    container_name: rustpad
    restart: unless-stopped
    ports:
      - 3030:3030
    environment:
      - EXPIRY_DAYS=1
      - RUST_LOG=info

.env

# No sensitive environment variables are required for this configuration.
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Rustpad

Favicon

 

  
  
Favicon

 

  
  
Favicon