# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: Excalidraw
spec:
    description: |
        Excalidraw is a virtual collaborative whiteboard for sketching hand-drawn-like diagrams. Open source, end-to-end encrypted, and runs entirely in the browser.
    coverImage: https://raw.githubusercontent.com/excalidraw/excalidraw/master/public/screenshots/virtual-whiteboard.png
    icon: https://raw.githubusercontent.com/excalidraw/excalidraw/master/public/apple-touch-icon.png
    variables:
        - key: PUBLIC_DOMAIN
          type: DOMAIN
          name: Domain
          description: The domain to access Excalidraw
    tags:
        - Tool
        - Productivity
    readme: |
        # Excalidraw

        A virtual collaborative whiteboard for sketching hand-drawn-like diagrams. All processing happens in the browser — no data is stored on the server.

        ## What You Can Do After Deployment

        1. **Open your domain** — Excalidraw loads instantly, ready to draw
        2. **Sketch diagrams** — hand-drawn-style shapes, arrows, text, and freehand drawing
        3. **Real-time collaboration** — share a link and draw together (via live collaboration feature)
        4. **Export** — save as PNG, SVG, or Excalidraw JSON for later editing
        5. **Libraries** — import reusable shape libraries from the community

        ## Use Cases

        - Architecture diagrams and system design
        - Wireframes and UI mockups
        - Flowcharts and mind maps
        - Brainstorming and whiteboarding sessions
        - Technical documentation illustrations

        ## Architecture

        Single container (nginx), no database. All drawing data stays in the browser. End-to-end encrypted when using live collaboration.

        ## License

        MIT — [GitHub](https://github.com/excalidraw/excalidraw)
    services:
        - name: excalidraw
          icon: https://raw.githubusercontent.com/excalidraw/excalidraw/master/public/apple-touch-icon.png
          template: PREBUILT_V2
          spec:
            id: excalidraw
            source:
                image: excalidraw/excalidraw:latest
            ports:
                - id: web
                  port: 80
                  type: HTTP
            healthCheck:
                type: HTTP
                port: web
                http:
                    path: /
          domainKey: PUBLIC_DOMAIN
localization:
    es-ES:
        description: |
            Excalidraw es una pizarra virtual colaborativa para esbozar diagramas con estilo dibujado a mano. Codigo abierto, cifrado de extremo a extremo, funciona completamente en el navegador.
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: Dominio
              description: El dominio para acceder a Excalidraw
        readme: |
            # Excalidraw

            Pizarra virtual colaborativa para diagramas con estilo dibujado a mano. Todo se procesa en el navegador.

            ## Que puedes hacer despues del despliegue

            1. **Visita tu dominio** — listo para dibujar
            2. **Dibuja diagramas** — formas, flechas y texto con estilo a mano
            3. **Colaboracion en tiempo real** — comparte un enlace para dibujar juntos
            4. **Exportar** — guarda como PNG, SVG o JSON
            5. **Bibliotecas** — importa formas de la comunidad

            ## Casos de uso

            - Diagramas de arquitectura y diseno de sistemas
            - Wireframes y mockups de UI
            - Diagramas de flujo y mapas mentales
            - Lluvia de ideas
            - Ilustraciones de documentacion tecnica

            ## Arquitectura

            Contenedor unico (nginx), sin base de datos. Procesamiento en el navegador.

            ## Licencia

            MIT — [GitHub](https://github.com/excalidraw/excalidraw)
    id-ID:
        description: |
            Excalidraw adalah papan tulis virtual kolaboratif untuk membuat sketsa diagram bergaya gambar tangan. Open source, enkripsi end-to-end, berjalan sepenuhnya di browser.
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: Domain
              description: Domain untuk mengakses Excalidraw
        readme: |
            # Excalidraw

            Papan tulis virtual kolaboratif untuk diagram bergaya gambar tangan. Semua diproses di browser.

            ## Yang Dapat Dilakukan Setelah Deploy

            1. **Buka domain** — langsung siap menggambar
            2. **Gambar diagram** — bentuk, panah, teks bergaya tangan
            3. **Kolaborasi real-time** — bagikan link untuk menggambar bersama
            4. **Ekspor** — simpan sebagai PNG, SVG, atau JSON
            5. **Library** — impor library bentuk dari komunitas

            ## Kasus Penggunaan

            - Diagram arsitektur dan desain sistem
            - Wireframe dan mockup UI
            - Flowchart dan mind map
            - Brainstorming
            - Ilustrasi dokumentasi teknis

            ## Arsitektur

            Satu kontainer (nginx), tanpa database. Pemrosesan di browser.

            ## Lisensi

            MIT — [GitHub](https://github.com/excalidraw/excalidraw)
    ja-JP:
        description: |
            Excalidrawは手描き風の図を作成するための仮想コラボレーションホワイトボードです。オープンソース、エンドツーエンド暗号化、完全にブラウザ内で動作します。
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: ドメイン
              description: Excalidrawにアクセスするためのドメイン
        readme: |
            # Excalidraw

            手描き風の図を作成するための仮想コラボレーションホワイトボード。全ての処理はブラウザ内で完結。

            ## デプロイ後にできること

            1. **ドメインにアクセス** — すぐに描画開始
            2. **図を描く** — 手描き風の図形、矢印、テキスト
            3. **リアルタイムコラボレーション** — リンクを共有して一緒に描画
            4. **エクスポート** — PNG、SVG、JSONとして保存
            5. **ライブラリ** — コミュニティの図形ライブラリをインポート

            ## ユースケース

            - アーキテクチャ図とシステム設計
            - ワイヤーフレームとUIモックアップ
            - フローチャートとマインドマップ
            - ブレインストーミング
            - 技術ドキュメントの図解

            ## アーキテクチャ

            単一コンテナ（nginx）、データベース不要。ブラウザ側で処理。

            ## ライセンス

            MIT — [GitHub](https://github.com/excalidraw/excalidraw)
    ko-KR:
        description: |
            Excalidraw는 손으로 그린 듯한 다이어그램을 스케치하기 위한 가상 협업 화이트보드입니다. 오픈소스, 종단간 암호화, 브라우저에서 완전히 실행됩니다.
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: 도메인
              description: Excalidraw에 접속할 도메인
        readme: |
            # Excalidraw

            손으로 그린 듯한 다이어그램을 위한 가상 협업 화이트보드. 모든 처리는 브라우저에서 수행.

            ## 배포 후 할 수 있는 것

            1. **도메인 접속** — 즉시 그리기 시작
            2. **다이어그램 그리기** — 손그림 스타일의 도형, 화살표, 텍스트
            3. **실시간 협업** — 링크를 공유하여 함께 그리기
            4. **내보내기** — PNG, SVG, JSON으로 저장
            5. **라이브러리** — 커뮤니티 도형 라이브러리 가져오기

            ## 사용 사례

            - 아키텍처 다이어그램 및 시스템 설계
            - 와이어프레임 및 UI 목업
            - 플로차트 및 마인드맵
            - 브레인스토밍
            - 기술 문서 삽화

            ## 아키텍처

            단일 컨테이너(nginx), 데이터베이스 없음. 브라우저에서 처리.

            ## 라이선스

            MIT — [GitHub](https://github.com/excalidraw/excalidraw)
    th-TH:
        description: |
            Excalidraw คือกระดานไวท์บอร์ดเสมือนสำหรับร่างแผนภาพแบบวาดมือ โอเพนซอร์ส เข้ารหัสแบบ end-to-end ทำงานในเบราว์เซอร์ทั้งหมด
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: โดเมน
              description: โดเมนสำหรับเข้าถึง Excalidraw
        readme: |
            # Excalidraw

            กระดานไวท์บอร์ดเสมือนสำหรับแผนภาพแบบวาดมือ ทุกอย่างประมวลผลในเบราว์เซอร์

            ## สิ่งที่ทำได้หลังจาก Deploy

            1. **เปิดโดเมน** — พร้อมวาดทันที
            2. **วาดแผนภาพ** — รูปทรง ลูกศร ข้อความแบบวาดมือ
            3. **ร่วมมือแบบเรียลไทม์** — แชร์ลิงก์วาดด้วยกัน
            4. **ส่งออก** — บันทึกเป็น PNG, SVG หรือ JSON
            5. **ไลบรารี** — นำเข้าไลบรารีรูปทรงจากชุมชน

            ## กรณีการใช้งาน

            - แผนภาพสถาปัตยกรรมและออกแบบระบบ
            - Wireframe และ UI mockup
            - Flowchart และ mind map
            - ระดมสมอง
            - ภาพประกอบเอกสารเทคนิค

            ## สถาปัตยกรรม

            คอนเทนเนอร์เดียว (nginx) ไม่มีฐานข้อมูล ประมวลผลในเบราว์เซอร์

            ## สัญญาอนุญาต

            MIT — [GitHub](https://github.com/excalidraw/excalidraw)
    zh-CN:
        description: |
            Excalidraw 是一个虚拟协作白板，用于绘制手绘风格的图表。开源、端到端加密，完全在浏览器中运行。
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: 域名
              description: 访问 Excalidraw 的域名
        readme: |
            # Excalidraw

            虚拟协作白板，绘制手绘风格的图表。所有处理在浏览器中完成，不在服务器存储数据。

            ## 部署后可以做什么

            1. **打开域名** — 立即可用
            2. **绘制图表** — 手绘风格的形状、箭头、文字
            3. **实时协作** — 分享链接一起绘图
            4. **导出** — 保存为 PNG、SVG 或 JSON
            5. **图库** — 导入社区共享的形状库

            ## 使用场景

            - 架构图和系统设计
            - 线框图和 UI 草稿
            - 流程图和思维导图
            - 头脑风暴
            - 技术文档插图

            ## 架构

            单容器（nginx），无数据库。浏览器端处理。

            ## 授权

            MIT — [GitHub](https://github.com/excalidraw/excalidraw)
    zh-TW:
        description: |
            Excalidraw 是一個虛擬協作白板，用於繪製手繪風格的圖表。開源、端對端加密，完全在瀏覽器中運行。
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: 網域
              description: 存取 Excalidraw 的網域
        readme: |
            # Excalidraw

            虛擬協作白板，繪製手繪風格的圖表。所有處理都在瀏覽器中完成，不會在伺服器儲存資料。

            ## 部署後可以做什麼

            1. **開啟網域** — Excalidraw 立即載入，可以直接繪圖
            2. **繪製圖表** — 手繪風格的形狀、箭頭、文字和自由繪製
            3. **即時協作** — 分享連結一起繪圖
            4. **匯出** — 儲存為 PNG、SVG 或 Excalidraw JSON
            5. **圖庫** — 匯入社群分享的可重用形狀庫

            ## 使用場景

            - 架構圖和系統設計
            - 線框圖和 UI 草稿
            - 流程圖和心智圖
            - 腦力激盪和白板討論
            - 技術文件插圖

            ## 架構

            單一容器（nginx），無資料庫。所有繪圖資料保留在瀏覽器中。

            ## 授權

            MIT — [GitHub](https://github.com/excalidraw/excalidraw)
