mirror of
https://github.com/Dvorinka/excalidraw-full.git
synced 2026-07-29 07:33:47 +00:00
Update README docs and add feature screenshots
Renamed 'Excalidraw Complete' to 'Excalidraw Full' in both English and Chinese README files. Added new sections highlighting core differences from the official Excalidraw, and included four illustrative screenshots to showcase multi-canvas management, storage options, OAuth2 login, and AI features.
This commit is contained in:
@@ -1,11 +1,25 @@
|
||||
# Excalidraw Complete: Your Self-Hosted, Cloud-Ready Collaboration Platform
|
||||
# Excalidraw Full: Your Self-Hosted, Cloud-Ready Collaboration Platform
|
||||
|
||||

|
||||
[中文说明](./README_zh.md)
|
||||
|
||||
Excalidraw Complete has evolved. It's no longer just a simple wrapper for Excalidraw, but a powerful, self-hosted collaboration platform with a "Bring Your Own Cloud" (BYOC) philosophy. It provides user authentication, multi-canvas management, and the unique ability to connect directly to your own cloud storage from the frontend.
|
||||
Excalidraw Full has evolved. It's no longer just a simple wrapper for Excalidraw, but a powerful, self-hosted collaboration platform with a "Bring Your Own Cloud" (BYOC) philosophy. It provides user authentication, multi-canvas management, and the unique ability to connect directly to your own cloud storage from the frontend.
|
||||
|
||||
The core idea is to let the backend handle user identity while giving you, the user, full control over where your data is stored.
|
||||
|
||||
## Core Differences from Official Excalidraw
|
||||
|
||||
- **Fully Self-Hosted Collaboration & Sharing**: Unlike the official version, all real-time collaboration and sharing features are handled by your own self-hosted backend, ensuring complete data privacy and control.
|
||||
- **Advanced Multi-Canvas Management**: Seamlessly create, save, and manage multiple canvases. Store your work on the server's backend (e.g., SQLite, S3) or connect the frontend directly to your personal cloud storage (e.g., Cloudflare KV) for true data sovereignty.
|
||||
- **Zero-Config AI Features**: Instantly access integrated OpenAI features like GPT-4 Vision after logging in—no complex client-side setup required. API keys are securely managed by the backend.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## Key Features
|
||||
|
||||
- **GitHub Authentication**: Secure sign-in using GitHub OAuth.
|
||||
|
||||
Reference in New Issue
Block a user