Favicon of Cryptpad

Cryptpad

Create and edit documents, spreadsheets, and kanban boards in real-time. Share securely with end-to-end encryption. No account required for collaborators.

Create, share, and work on documents with the assurance that your data remains private. This online office suite is built on a zero-knowledge architecture, meaning all data is encrypted and decrypted in your browser. Not even the server administrators can access the content of your files, ensuring complete confidentiality for your work.

Whether you're drafting reports, managing budgets, or planning projects, you have a full set of tools at your disposal. The suite includes:

  • Rich text documents
  • Spreadsheets with full formula support
  • Kanban boards for project management
  • Whiteboards for brainstorming
  • Secure forms and polls
  • Code editors with syntax highlighting

Collaboration is simple and secure. You can invite others to edit in real-time just by sharing a link—no registration is required for your guests. As an open-source platform, it offers a transparent and trustworthy alternative to mainstream collaborative tools, giving you control over your digital workspace.

Directory Structure

cryptpad
data
blob
block
config
customize
data
datastore
logs
pins
tasks
.env
docker-compose.yml

docker-compose.yml

services:
  cryptpad:
    image: cryptpad/cryptpad:latest
    container_name: cryptpad
    environment:
      - CPAD_MAIN_DOMAIN=${CPAD_MAIN_DOMAIN}
      - CPAD_SANDBOX_DOMAIN=${CPAD_SANDBOX_DOMAIN}
    ports:
      - "3000:3000"
    volumes:
      - ./data/blob:/cryptpad/blob
      - ./data/block:/cryptpad/block
      - ./data/config:/cryptpad/config
      - ./data/customize:/cryptpad/customize
      - ./data/data:/cryptpad/data
      - ./data/datastore:/cryptpad/datastore
      - ./data/logs:/cryptpad/logs
      - ./data/pins:/cryptpad/pins
      - ./data/tasks:/cryptpad/tasks
    ulimits:
      nofile:
        soft: 1000000
        hard: 1000000
    restart: unless-stopped

.env

CPAD_MAIN_DOMAIN=https://cryptpad.example.com
CPAD_SANDBOX_DOMAIN=https://sandbox.example.com
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Cryptpad

Favicon

 

  
  
Favicon

 

  
  
Favicon